Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class UserMaximumExtentRequest

java.lang.Object
  extended by org.geomajas.command.LayerIdsCommandRequest
      extended by org.geomajas.command.dto.UserMaximumExtentRequest
All Implemented Interfaces:
Serializable, CommandRequest

public class UserMaximumExtentRequest
extends LayerIdsCommandRequest

Request object for UserMaximumExtentCommand.

Author:
Joachim Van der Auwera
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
UserMaximumExtentRequest()
           
 
Method Summary
 String getCrs()
          Get the coordinate reference space which should be used for the returned bounding box.
 boolean isExcludeRasterLayers()
           
 void setCrs(String crs)
          Set the coordinate reference space which should be used for the returned bounding box.
 void setExcludeRasterLayers(boolean excludeRasterLayers)
           
 String toString()
           
 
Methods inherited from class org.geomajas.command.LayerIdsCommandRequest
getLayerIds, setLayerIds
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMMAND

public static final String COMMAND
Command name for this request.

Since:
1.9.0
See Also:
Constant Field Values
Constructor Detail

UserMaximumExtentRequest

public UserMaximumExtentRequest()
Method Detail

isExcludeRasterLayers

public boolean isExcludeRasterLayers()

setExcludeRasterLayers

public void setExcludeRasterLayers(boolean excludeRasterLayers)

getCrs

public String getCrs()
Get the coordinate reference space which should be used for the returned bounding box.

Returns:
crs

setCrs

public void setCrs(String crs)
Set the coordinate reference space which should be used for the returned bounding box.

Parameters:
crs - crs

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.