Geomajas, Geomajas commands 1.12.0
A B C D E G H I L M O P Q R S T U 

A

addLayer(String, List<Feature>) - Method in class org.geomajas.command.dto.SearchByLocationResponse
Add a features for a layer in the response.
addLayerWithFilter(String, String, String) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Add a layer with an optional filter expression which should be applied on the given layer.

B

BufferInfo - Class in org.geomajas.command.dto
DTO object that holds additional information needed to perform a buffer operation.
BufferInfo() - Constructor for class org.geomajas.command.dto.BufferInfo
 

C

COMMAND - Static variable in class org.geomajas.command.dto.CopyrightRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GeometryAreaRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GeometryBufferRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GeometryConvexHullRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GeometryMergeRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GeometrySplitRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GetConfigurationRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GetMapConfigurationRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GetRasterTilesRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.GetVectorTileRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.LogRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.PersistTransactionRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.RefreshConfigurationRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.SearchAttributesRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.SearchFeatureRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.TransformGeometryRequest
Command name for this request.
COMMAND - Static variable in class org.geomajas.command.dto.UserMaximumExtentRequest
Command name for this request.
CopyrightCommand - Class in org.geomajas.command.general
Command which allows fetching the copyright info for back-end and plug-ins.
CopyrightCommand() - Constructor for class org.geomajas.command.general.CopyrightCommand
 
CopyrightRequest - Class in org.geomajas.command.dto
Command name (for consistency with other commands).
CopyrightRequest() - Constructor for class org.geomajas.command.dto.CopyrightRequest
 
CopyrightResponse - Class in org.geomajas.command.dto
Response class for CopyrightCommand.
CopyrightResponse() - Constructor for class org.geomajas.command.dto.CopyrightResponse
 

D

DELTA - Static variable in class org.geomajas.command.geometry.GeometrySplitCommand
 

E

equals(Object) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Are the two objects equal?
execute(GetConfigurationRequest, GetConfigurationResponse) - Method in class org.geomajas.command.configuration.GetConfigurationCommand
execute(GetMapConfigurationRequest, GetMapConfigurationResponse) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
execute(RefreshConfigurationRequest, RefreshConfigurationResponse) - Method in class org.geomajas.command.configuration.RefreshConfigurationCommand
execute(UserMaximumExtentRequest, UserMaximumExtentResponse) - Method in class org.geomajas.command.configuration.UserMaximumExtentCommand
execute(PersistTransactionRequest, PersistTransactionResponse) - Method in class org.geomajas.command.feature.PersistTransactionCommand
execute(SearchAttributesRequest, SearchAttributesResponse) - Method in class org.geomajas.command.feature.SearchAttributesCommand
execute(SearchByLocationRequest, SearchByLocationResponse) - Method in class org.geomajas.command.feature.SearchByLocationCommand
The command's execution method.
execute(SearchFeatureRequest, SearchFeatureResponse) - Method in class org.geomajas.command.feature.SearchFeatureCommand
execute(EmptyCommandRequest, CopyrightResponse) - Method in class org.geomajas.command.general.CopyrightCommand
execute(LogRequest, CommandResponse) - Method in class org.geomajas.command.general.LogCommand
execute(GeometryAreaRequest, GeometryAreaResponse) - Method in class org.geomajas.command.geometry.GeometryAreaCommand
Calculate the geographical area for each of the requested geometries.
execute(GeometryBufferRequest, GeometryBufferResponse) - Method in class org.geomajas.command.geometry.GeometryBufferCommand
execute(GeometryConvexHullRequest, GeometryConvexHullResponse) - Method in class org.geomajas.command.geometry.GeometryConvexHullCommand
execute(GeometryMergeRequest, GeometryMergeResponse) - Method in class org.geomajas.command.geometry.GeometryMergeCommand
execute(GeometrySplitRequest, GeometrySplitResponse) - Method in class org.geomajas.command.geometry.GeometrySplitCommand
execute(MergePolygonRequest, MergePolygonResponse) - Method in class org.geomajas.command.geometry.MergePolygonCommand
Deprecated.
execute(SplitPolygonRequest, SplitPolygonResponse) - Method in class org.geomajas.command.geometry.SplitPolygonCommand
Deprecated.
execute(TransformGeometryRequest, TransformGeometryResponse) - Method in class org.geomajas.command.geometry.TransformGeometryCommand
execute(GetRasterTilesRequest, GetRasterTilesResponse) - Method in class org.geomajas.command.render.GetRasterTilesCommand
execute(GetVectorTileRequest, GetVectorTileResponse) - Method in class org.geomajas.command.render.GetVectorTileCommand

G

GeometryAreaCommand - Class in org.geomajas.command.geometry
This command calculates the (approximate) geographical area of a geometry.
GeometryAreaCommand() - Constructor for class org.geomajas.command.geometry.GeometryAreaCommand
 
GeometryAreaRequest - Class in org.geomajas.command.dto
Request object for GeometryAreaCommand.
GeometryAreaRequest() - Constructor for class org.geomajas.command.dto.GeometryAreaRequest
 
GeometryAreaResponse - Class in org.geomajas.command.dto
Result object for GeometryAreaCommand.
GeometryAreaResponse() - Constructor for class org.geomajas.command.dto.GeometryAreaResponse
 
GeometryBufferCommand - Class in org.geomajas.command.geometry
This command applies a buffer on multiple geometries.
GeometryBufferCommand() - Constructor for class org.geomajas.command.geometry.GeometryBufferCommand
 
GeometryBufferRequest - Class in org.geomajas.command.dto
Request object for GeometryBufferCommand.
GeometryBufferRequest() - Constructor for class org.geomajas.command.dto.GeometryBufferRequest
 
GeometryBufferResponse - Class in org.geomajas.command.dto
Result object for GeometryBufferCommand.
GeometryBufferResponse() - Constructor for class org.geomajas.command.dto.GeometryBufferResponse
 
GeometryConvexHullCommand - Class in org.geomajas.command.geometry
This command returns the convex hull of the given geometries.
GeometryConvexHullCommand() - Constructor for class org.geomajas.command.geometry.GeometryConvexHullCommand
 
GeometryConvexHullRequest - Class in org.geomajas.command.dto
Request object for GeometryConvexHullCommand.
GeometryConvexHullRequest() - Constructor for class org.geomajas.command.dto.GeometryConvexHullRequest
 
GeometryConvexHullResponse - Class in org.geomajas.command.dto
Result object for GeometryConvexHullCommand.
GeometryConvexHullResponse() - Constructor for class org.geomajas.command.dto.GeometryConvexHullResponse
 
GeometryMergeCommand - Class in org.geomajas.command.geometry
This command merges multiple geometries into a single geometry.
GeometryMergeCommand() - Constructor for class org.geomajas.command.geometry.GeometryMergeCommand
 
GeometryMergeRequest - Class in org.geomajas.command.dto
Request object for GeometryMergeCommand.
GeometryMergeRequest() - Constructor for class org.geomajas.command.dto.GeometryMergeRequest
 
GeometryMergeResponse - Class in org.geomajas.command.dto
Result object for GeometryMergeCommand.
GeometryMergeResponse() - Constructor for class org.geomajas.command.dto.GeometryMergeResponse
 
GeometrySplitCommand - Class in org.geomajas.command.geometry
Command that splits up a given geometry using a splitting line.
GeometrySplitCommand() - Constructor for class org.geomajas.command.geometry.GeometrySplitCommand
 
GeometrySplitRequest - Class in org.geomajas.command.dto
Request object for GeometrySplitCommand.
GeometrySplitRequest() - Constructor for class org.geomajas.command.dto.GeometrySplitRequest
Default constructor.
GeometrySplitRequest(Geometry, Geometry) - Constructor for class org.geomajas.command.dto.GeometrySplitRequest
Constructor setting both the original geometry as well as the split line.
GeometrySplitResponse - Class in org.geomajas.command.dto
Response object for GeometrySplitCommand.
GeometrySplitResponse() - Constructor for class org.geomajas.command.dto.GeometrySplitResponse
 
getApplication() - Method in class org.geomajas.command.dto.GetConfigurationResponse
 
getApplicationId() - Method in class org.geomajas.command.dto.GetConfigurationRequest
 
getApplicationId() - Method in class org.geomajas.command.dto.GetMapConfigurationRequest
Get the application id.
getApplicationNames() - Method in class org.geomajas.command.dto.RefreshConfigurationResponse
Returns an array of client applications in the newly loaded context.
getAreas() - Method in class org.geomajas.command.dto.GeometryAreaResponse
Get areas.
getAttributePath() - Method in class org.geomajas.command.dto.SearchAttributesRequest
 
getAttributes() - Method in class org.geomajas.command.dto.SearchAttributesResponse
 
getBbox() - Method in class org.geomajas.command.dto.GetRasterTilesRequest
Bounding box for which you need the raster data.
getBooleanOperator() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get boolean operator for combining the different search criteria.
getBounds() - Method in class org.geomajas.command.dto.TransformGeometryRequest
Get bounds to transform.
getBounds() - Method in class org.geomajas.command.dto.TransformGeometryResponse
Get transformed bounds.
getBounds() - Method in class org.geomajas.command.dto.UserMaximumExtentResponse
 
getBuffer() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the optional buffer that should be added around the location before executing the search.
getBufferDistance() - Method in class org.geomajas.command.dto.GeometryBufferRequest
Get the buffer distance.
getCacheId() - Method in class org.geomajas.command.dto.GetVectorTileRequest
String identifier which is guaranteed to include sufficient information to assure to be different for two instances which could produce different result.
getCode() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Get tile code.
getConfigLocations() - Method in class org.geomajas.command.dto.RefreshConfigurationRequest
Get the new array of resource locations in classpath notation.
GetConfigurationCommand - Class in org.geomajas.command.configuration
This command fetches, and returns the initial application configuration for the user.
GetConfigurationCommand() - Constructor for class org.geomajas.command.configuration.GetConfigurationCommand
 
GetConfigurationRequest - Class in org.geomajas.command.dto
Request object for GetConfigurationCommand.
GetConfigurationRequest() - Constructor for class org.geomajas.command.dto.GetConfigurationRequest
 
GetConfigurationResponse - Class in org.geomajas.command.dto
This result contains the needed configuration metadata for setting up the client.
GetConfigurationResponse() - Constructor for class org.geomajas.command.dto.GetConfigurationResponse
 
GetConfigurationResponse(ClientApplicationInfo) - Constructor for class org.geomajas.command.dto.GetConfigurationResponse
 
getCopyrights() - Method in class org.geomajas.command.dto.CopyrightResponse
Get the copyright information.
getCriteria() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get the list of search criteria.
getCrs() - Method in class org.geomajas.command.dto.GeometryAreaRequest
Get the crs.
getCrs() - Method in class org.geomajas.command.dto.GetRasterTilesRequest
Crs which is used for the bounding box coordinates.
getCrs() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Get the coordinate reference space which should be used for the returned geometries.
getCrs() - Method in class org.geomajas.command.dto.PersistTransactionRequest
Get the coordinate reference space which should be used for the returned geometries.
getCrs() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the coordinate reference space which should be used for the returned geometries.
getCrs() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get the coordinate reference space which should be used for the returned geometries.
getCrs() - Method in class org.geomajas.command.dto.UserMaximumExtentRequest
Get the coordinate reference space which should be used for the returned bounding box.
getDistance() - Method in class org.geomajas.command.dto.BufferInfo
Get distance to buffer.
getEmptyCommandResponse() - Method in class org.geomajas.command.configuration.GetConfigurationCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.configuration.RefreshConfigurationCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.configuration.UserMaximumExtentCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.feature.PersistTransactionCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.feature.SearchAttributesCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.feature.SearchByLocationCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.feature.SearchFeatureCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.general.CopyrightCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.general.LogCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.GeometryAreaCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.GeometryBufferCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.GeometryConvexHullCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.GeometryMergeCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.GeometrySplitCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.MergePolygonCommand
Deprecated.
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.SplitPolygonCommand
Deprecated.
getEmptyCommandResponse() - Method in class org.geomajas.command.geometry.TransformGeometryCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.render.GetRasterTilesCommand
getEmptyCommandResponse() - Method in class org.geomajas.command.render.GetVectorTileCommand
getFeatureIncludes() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Deprecated.
features are no longer included in response
getFeatureIncludes() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get which data should be included in the features.
getFeatureIncludes() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get which data should be included in the features.
getFeatureMap() - Method in class org.geomajas.command.dto.SearchByLocationResponse
Get map with features.
getFeatures() - Method in class org.geomajas.command.dto.SearchFeatureResponse
Get the result features.
getFeatureTransaction() - Method in class org.geomajas.command.dto.PersistTransactionRequest
Get the feature transaction.
getFeatureTransaction() - Method in class org.geomajas.command.dto.PersistTransactionResponse
Get the feature transaction.
getFilter() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Filter to apply to the tile.
getFilter() - Method in class org.geomajas.command.dto.LayerFilterSpecification
Set the additional filter which needs to be applied on the layer.
getFilter() - Method in class org.geomajas.command.dto.SearchAttributesRequest
 
getFilter(String) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the filter expression which should be applied on the layer for the specified result tag (e.g.
getFilter() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the global filter expression which should be applied on all layers.
getFilter() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get the filter expression which should be applied on the layer.
getGeometries() - Method in class org.geomajas.command.dto.GeometryAreaRequest
Get geometries.
getGeometries() - Method in class org.geomajas.command.dto.GeometryBufferRequest
Get geometries.
getGeometries() - Method in class org.geomajas.command.dto.GeometryBufferResponse
Get buffered geometries.
getGeometries() - Method in class org.geomajas.command.dto.GeometryConvexHullRequest
Get geometries.
getGeometries() - Method in class org.geomajas.command.dto.GeometryConvexHullResponse
Get the geometries that were processed by the convex hull command.
getGeometries() - Method in class org.geomajas.command.dto.GeometryMergeRequest
Get the geometries for the merge command.
getGeometries() - Method in class org.geomajas.command.dto.GeometrySplitResponse
Get geoemtries.
getGeometries() - Method in class org.geomajas.command.dto.SplitPolygonResponse
Deprecated.
 
getGeometry() - Method in class org.geomajas.command.dto.GeometryMergeResponse
Get merged geometries.
getGeometry() - Method in class org.geomajas.command.dto.GeometrySplitRequest
Get the geometry that will be split.
getGeometry() - Method in class org.geomajas.command.dto.MergePolygonResponse
Deprecated.
 
getGeometry() - Method in class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
Get the geometry which needs to be split.
getGeometry() - Method in class org.geomajas.command.dto.TransformGeometryRequest
Get geometry to transform.
getGeometry() - Method in class org.geomajas.command.dto.TransformGeometryResponse
Get transformed geometry.
getGeometryCollection() - Method in class org.geomajas.command.dto.TransformGeometryRequest
Get list of geometries to transform.
getGeometryCollection() - Method in class org.geomajas.command.dto.TransformGeometryResponse
Get transformed geometry collection.
getLayerId() - Method in class org.geomajas.command.dto.SearchFeatureResponse
Get the layer id.
getLayerIds() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the result tags for layer specific filtering (e.g.
getLevel() - Method in class org.geomajas.command.dto.LogRequest
 
getLocation() - Method in class org.geomajas.command.dto.SearchByLocationRequest
The geometric description of the location to search features at.
GetMapConfigurationCommand - Class in org.geomajas.command.configuration
This command fetches, and returns the initial application configuration for a specific MapWidget.
GetMapConfigurationCommand() - Constructor for class org.geomajas.command.configuration.GetMapConfigurationCommand
 
GetMapConfigurationRequest - Class in org.geomajas.command.dto
Request object for GetMapConfigurationCommand.
GetMapConfigurationRequest() - Constructor for class org.geomajas.command.dto.GetMapConfigurationRequest
No-arguments constructor.
GetMapConfigurationRequest(String, String) - Constructor for class org.geomajas.command.dto.GetMapConfigurationRequest
Constructor which immediately initializes some fields.
GetMapConfigurationResponse - Class in org.geomajas.command.dto
This result contains the configuration metadata for a specific layertree, together with the tools definitions.
GetMapConfigurationResponse() - Constructor for class org.geomajas.command.dto.GetMapConfigurationResponse
No-arguments constructor.
GetMapConfigurationResponse(ClientMapInfo) - Constructor for class org.geomajas.command.dto.GetMapConfigurationResponse
Constructor with map info.
getMapId() - Method in class org.geomajas.command.dto.GetMapConfigurationRequest
Get the map id.
getMapInfo() - Method in class org.geomajas.command.dto.GetMapConfigurationResponse
Get map info.
getMax() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get the maximum number of features which may be returned.
getNodeId() - Method in class org.geomajas.command.dto.GetRasterTilesResponse
Get node id, which is (layer id) + "." + level.
getOffSet() - Method in class org.geomajas.command.dto.SearchFeatureRequest
Get the index of the first feature to be returned.
getPanOrigin() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Get pan origin.
getPolygons() - Method in class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
 
getPrecision() - Method in class org.geomajas.command.dto.GeometryMergeRequest
Get optional precision to use when merging geometries.
getPrecision() - Method in class org.geomajas.command.dto.UnionInfo
Get optional precision to use when merging geometries.
getQuadrantSegments() - Method in class org.geomajas.command.dto.BufferInfo
Get the number of line segments used to represent a quadrant of a circle.
getQuadrantSegments() - Method in class org.geomajas.command.dto.GeometryBufferRequest
Get the quadrant segments or the number of segments of one quarter of a circle.
getQueryType() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Type of geometric query to be executed.
getRasterData() - Method in class org.geomajas.command.dto.GetRasterTilesResponse
Get list of raster image metadata.
GetRasterTilesCommand - Class in org.geomajas.command.render
Command that retrieves raster data.
GetRasterTilesCommand() - Constructor for class org.geomajas.command.render.GetRasterTilesCommand
 
GetRasterTilesRequest - Class in org.geomajas.command.dto
Request object for GetRasterTilesCommand.
GetRasterTilesRequest() - Constructor for class org.geomajas.command.dto.GetRasterTilesRequest
 
GetRasterTilesResponse - Class in org.geomajas.command.dto
Response object for GetRasterTilesCommand.
GetRasterTilesResponse() - Constructor for class org.geomajas.command.dto.GetRasterTilesResponse
 
getRatio() - Method in class org.geomajas.command.dto.SearchByLocationRequest
This option can only be used in case of an intersects query.
getRenderer() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Get renderer to use.
getScale() - Method in class org.geomajas.command.dto.GetRasterTilesRequest
The scale of the view in pixel/unit of coordinate system.
getScale() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Get zoom scale.
getSearchType() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the type of search.
getServerLayerId() - Method in class org.geomajas.command.dto.LayerFilterSpecification
Set the server layer id.
getServerLayerId(String) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Get the server layer id for the specified result tag (e.g.
getSourceCrs() - Method in class org.geomajas.command.dto.TransformGeometryRequest
Get source CRS.
getSplitLine() - Method in class org.geomajas.command.dto.GeometrySplitRequest
Get split line used for splitting the geometry.
getSplitter() - Method in class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
Get the linestring to use as splitter.
getStatement() - Method in class org.geomajas.command.dto.LogRequest
 
getStyleInfo() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Get style for rendering.
getTargetCrs() - Method in class org.geomajas.command.dto.TransformGeometryRequest
Get target CRS.
getTile() - Method in class org.geomajas.command.dto.GetVectorTileResponse
Get response tile.
GetVectorTileCommand - Class in org.geomajas.command.render
Command to retrieve a feature tile.
GetVectorTileCommand() - Constructor for class org.geomajas.command.render.GetVectorTileCommand
 
GetVectorTileRequest - Class in org.geomajas.command.dto
Request object for GetVectorTileCommand.
GetVectorTileRequest() - Constructor for class org.geomajas.command.dto.GetVectorTileRequest
Constructs an empty request (GWT).
GetVectorTileRequest(TileMetadata) - Constructor for class org.geomajas.command.dto.GetVectorTileRequest
Constructs a request with the specified TileMetadata.
GetVectorTileResponse - Class in org.geomajas.command.dto
Response object for GetVectorTileCommand.
GetVectorTileResponse() - Constructor for class org.geomajas.command.dto.GetVectorTileResponse
 

H

hashCode() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Calculate object hash code.

I

ID_ATTRIBUTE - Static variable in class org.geomajas.command.dto.SearchFeatureRequest
Field ID to use to always get the id field.
isAllowMultiPolygon() - Method in class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
 
isExcludeRasterLayers() - Method in class org.geomajas.command.dto.UserMaximumExtentRequest
 
isPaintGeometries() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Should geometries be painted?
isPaintLabels() - Method in class org.geomajas.command.dto.GetVectorTileRequest
Should labels be painted?
isPartOf(GetVectorTileRequest) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Check if this request is part of the specified request.
isUsePrecisionAsBuffer() - Method in class org.geomajas.command.dto.UnionInfo
Check if the precision is being used as buffer.

L

LayerFilterSpecification - Class in org.geomajas.command.dto
Class which specifies a layer filter (e.g.
LayerFilterSpecification() - Constructor for class org.geomajas.command.dto.LayerFilterSpecification
Default constructor (no info).
LayerFilterSpecification(String, String) - Constructor for class org.geomajas.command.dto.LayerFilterSpecification
Constructor.
LEVEL_DEBUG - Static variable in class org.geomajas.command.dto.LogRequest
 
LEVEL_ERROR - Static variable in class org.geomajas.command.dto.LogRequest
 
LEVEL_INFO - Static variable in class org.geomajas.command.dto.LogRequest
 
LEVEL_WARN - Static variable in class org.geomajas.command.dto.LogRequest
 
LogCommand - Class in org.geomajas.command.general
Command which does server side logging.
LogCommand() - Constructor for class org.geomajas.command.general.LogCommand
 
LogRequest - Class in org.geomajas.command.dto
Request object for LogCommand.
LogRequest() - Constructor for class org.geomajas.command.dto.LogRequest
 

M

MAX_UNLIMITED - Static variable in class org.geomajas.command.dto.SearchFeatureRequest
Use this number as maximum to indicate that all results should be returned.
MergePolygonCommand - Class in org.geomajas.command.geometry
Deprecated.
MergePolygonCommand() - Constructor for class org.geomajas.command.geometry.MergePolygonCommand
Deprecated.
 
MergePolygonRequest - Class in org.geomajas.command.dto
Deprecated.
MergePolygonRequest() - Constructor for class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
 
MergePolygonResponse - Class in org.geomajas.command.dto
Deprecated.
MergePolygonResponse() - Constructor for class org.geomajas.command.dto.MergePolygonResponse
Deprecated.
 

O

org.geomajas.command.configuration - package org.geomajas.command.configuration
 
org.geomajas.command.dto - package org.geomajas.command.dto
 
org.geomajas.command.feature - package org.geomajas.command.feature
 
org.geomajas.command.general - package org.geomajas.command.general
 
org.geomajas.command.geometry - package org.geomajas.command.geometry
 
org.geomajas.command.render - package org.geomajas.command.render
 

P

PersistTransactionCommand - Class in org.geomajas.command.feature
A securityException will fail all, not just the feature(s) which are not allowed.
PersistTransactionCommand() - Constructor for class org.geomajas.command.feature.PersistTransactionCommand
 
PersistTransactionRequest - Class in org.geomajas.command.dto
Request object for PersistTransactionCommand.
PersistTransactionRequest() - Constructor for class org.geomajas.command.dto.PersistTransactionRequest
 
PersistTransactionResponse - Class in org.geomajas.command.dto
Response object for PersistTransactionCommand.
PersistTransactionResponse() - Constructor for class org.geomajas.command.dto.PersistTransactionResponse
 

Q

QUERY_CONTAINS - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Use contains query.
QUERY_INTERSECTS - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Use an intersects query.
QUERY_TOUCHES - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Use touches query.
QUERY_WITHIN - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Use within query.

R

RefreshConfigurationCommand - Class in org.geomajas.command.configuration
This commands forces a complete reload of the configuration based on the provided list of configuration locations.
RefreshConfigurationCommand() - Constructor for class org.geomajas.command.configuration.RefreshConfigurationCommand
 
RefreshConfigurationRequest - Class in org.geomajas.command.dto
Request object for RefreshConfigurationCommand.
RefreshConfigurationRequest() - Constructor for class org.geomajas.command.dto.RefreshConfigurationRequest
 
RefreshConfigurationResponse - Class in org.geomajas.command.dto
Response object for RefreshConfigurationCommand.
RefreshConfigurationResponse() - Constructor for class org.geomajas.command.dto.RefreshConfigurationResponse
 

S

SEARCH_ALL_LAYERS - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Search type in which all layers are searched for a result, and more than one result may be returned.
SEARCH_FIRST_LAYER - Static variable in class org.geomajas.command.dto.SearchByLocationRequest
Search type in which the layers are searched from the beginning to the end of the array until a result is found.
SearchAttributesCommand - Class in org.geomajas.command.feature
Search for attribute values of a certain attribute within a certain vector layer.
SearchAttributesCommand() - Constructor for class org.geomajas.command.feature.SearchAttributesCommand
 
SearchAttributesRequest - Class in org.geomajas.command.dto
Request object for SearchAttributesCommand.
SearchAttributesRequest() - Constructor for class org.geomajas.command.dto.SearchAttributesRequest
 
SearchAttributesRequest(String, String) - Constructor for class org.geomajas.command.dto.SearchAttributesRequest
 
SearchAttributesRequest(String, String, String) - Constructor for class org.geomajas.command.dto.SearchAttributesRequest
 
SearchAttributesResponse - Class in org.geomajas.command.dto
Result object for SearchAttributesCommand.
SearchAttributesResponse() - Constructor for class org.geomajas.command.dto.SearchAttributesResponse
 
SearchByLocationCommand - Class in org.geomajas.command.feature
Execute a search for features by location.
SearchByLocationCommand() - Constructor for class org.geomajas.command.feature.SearchByLocationCommand
 
SearchByLocationRequest - Class in org.geomajas.command.dto
Request object for SearchByLocationCommand.
SearchByLocationRequest() - Constructor for class org.geomajas.command.dto.SearchByLocationRequest
 
SearchByLocationResponse - Class in org.geomajas.command.dto
Response object for SearchByLocationCommand.
SearchByLocationResponse() - Constructor for class org.geomajas.command.dto.SearchByLocationResponse
 
SearchFeatureCommand - Class in org.geomajas.command.feature
Search features based on a seat of search criteria.
SearchFeatureCommand() - Constructor for class org.geomajas.command.feature.SearchFeatureCommand
 
SearchFeatureRequest - Class in org.geomajas.command.dto
Request object for SearchFeatureCommand.
SearchFeatureRequest() - Constructor for class org.geomajas.command.dto.SearchFeatureRequest
 
SearchFeatureResponse - Class in org.geomajas.command.dto
Response object for SearchFeatureCommand.
SearchFeatureResponse() - Constructor for class org.geomajas.command.dto.SearchFeatureResponse
 
securityClone(ClientMapInfo) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
 
securityClone(Map<String, ClientWidgetInfo>) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
Clone a widget info map considering what may be copied to the client.
securityClone(ClientLayerInfo) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
Clone layer information considering what may be copied to the client.
securityClone(ClientLayerTreeInfo) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
 
securityClone(ClientLayerTreeNodeInfo) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
 
securityClone(ClientToolbarInfo) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
 
securityClone(List<ClientToolInfo>) - Method in class org.geomajas.command.configuration.GetMapConfigurationCommand
 
setAllowMultiPolygon(boolean) - Method in class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
 
setApplication(ClientApplicationInfo) - Method in class org.geomajas.command.dto.GetConfigurationResponse
 
setApplicationId(String) - Method in class org.geomajas.command.dto.GetConfigurationRequest
 
setApplicationId(String) - Method in class org.geomajas.command.dto.GetMapConfigurationRequest
Set the application id.
setApplicationNames(String[]) - Method in class org.geomajas.command.dto.RefreshConfigurationResponse
Sets an array of client applications in the newly loaded context.
setAreas(List<Double>) - Method in class org.geomajas.command.dto.GeometryAreaResponse
Set areas.
setAttributePath(String) - Method in class org.geomajas.command.dto.SearchAttributesRequest
 
setAttributes(List<Attribute<?>>) - Method in class org.geomajas.command.dto.SearchAttributesResponse
 
setBbox(Bbox) - Method in class org.geomajas.command.dto.GetRasterTilesRequest
Set bounding box for which you need raster data.
setBooleanOperator(String) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set boolean operator for combining the different search criteria.
setBounds(Bbox) - Method in class org.geomajas.command.dto.TransformGeometryRequest
Set bounds to transform.
setBounds(Bbox) - Method in class org.geomajas.command.dto.TransformGeometryResponse
Set transformed bounds.
setBounds(Bbox) - Method in class org.geomajas.command.dto.UserMaximumExtentResponse
 
setBuffer(double) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set a buffer that should be added to the location before executing the search.
setBufferDistance(double) - Method in class org.geomajas.command.dto.GeometryBufferRequest
Set the buffer distance.
setCode(TileCode) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Set tile code.
setConfigLocations(String[]) - Method in class org.geomajas.command.dto.RefreshConfigurationRequest
Set the new array of resource locations in classpath notation, e.g.
setCopyrights(List<CopyrightInfo>) - Method in class org.geomajas.command.dto.CopyrightResponse
Set the copyright information.
setCriteria(SearchCriterion[]) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set the list of search criteria.
setCrs(String) - Method in class org.geomajas.command.dto.GeometryAreaRequest
Set the crs.
setCrs(String) - Method in class org.geomajas.command.dto.GetRasterTilesRequest
Set the crs which should be used for the bounding box coordinates.
setCrs(String) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Set the coordinate reference space which should be used for the returned geometries.
setCrs(String) - Method in class org.geomajas.command.dto.PersistTransactionRequest
Set the coordinate reference space which should be used for the returned geometries.
setCrs(String) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set the coordinate reference space which should be used for the returned geometries.
setCrs(String) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set the coordinate reference space which should be used for the returned geometries.
setCrs(String) - Method in class org.geomajas.command.dto.UserMaximumExtentRequest
Set the coordinate reference space which should be used for the returned bounding box.
setDistance(double) - Method in class org.geomajas.command.dto.BufferInfo
Set distance to buffer.
setExcludeRasterLayers(boolean) - Method in class org.geomajas.command.dto.UserMaximumExtentRequest
 
setFeatureIncludes(int) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Deprecated.
features are no longer included in response
setFeatureIncludes(int) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set the data to include in the features which are returned.
setFeatureIncludes(int) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set the data to include in the features which are returned.
setFeatureMap(Map<String, List<Feature>>) - Method in class org.geomajas.command.dto.SearchByLocationResponse
Set map with features.
setFeatures(Feature[]) - Method in class org.geomajas.command.dto.SearchFeatureResponse
Set the result features.
setFeatureTransaction(FeatureTransaction) - Method in class org.geomajas.command.dto.PersistTransactionRequest
Set the feature transaction.
setFeatureTransaction(FeatureTransaction) - Method in class org.geomajas.command.dto.PersistTransactionResponse
Set the feature transaction.
setFilter(String) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Filter to apply to the tile.
setFilter(String) - Method in class org.geomajas.command.dto.LayerFilterSpecification
Get the additional filter which needs to be applied on the layer.
setFilter(String) - Method in class org.geomajas.command.dto.SearchAttributesRequest
 
setFilter(String, String) - Method in class org.geomajas.command.dto.SearchByLocationRequest
setFilter(String) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set the global filter expression which should be applied.
setFilter(String) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set the filter expression which should be applied on the layer.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometryAreaRequest
Set geometries.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometryBufferRequest
Set geometries.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometryBufferResponse
Set buffered geometries.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometryConvexHullRequest
Set geometries.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometryConvexHullResponse
Set the geometries that were processed by the convex hull command.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometryMergeRequest
Set the geometries for the merge command.
setGeometries(List<Geometry>) - Method in class org.geomajas.command.dto.GeometrySplitResponse
Set geometries.
setGeometries(Geometry[]) - Method in class org.geomajas.command.dto.SplitPolygonResponse
Deprecated.
 
setGeometry(Geometry) - Method in class org.geomajas.command.dto.GeometryMergeResponse
Set merged geometries.
setGeometry(Geometry) - Method in class org.geomajas.command.dto.GeometrySplitRequest
Set the geometry that will be split.
setGeometry(Geometry) - Method in class org.geomajas.command.dto.MergePolygonResponse
Deprecated.
 
setGeometry(Geometry) - Method in class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
Set the geometry which needs to be split.
setGeometry(Geometry) - Method in class org.geomajas.command.dto.TransformGeometryRequest
Set geometry to transform.
setGeometry(Geometry) - Method in class org.geomajas.command.dto.TransformGeometryResponse
Set transformed geometry.
setGeometryCollection(List<Geometry>) - Method in class org.geomajas.command.dto.TransformGeometryRequest
Set list of geometries to transform.
setGeometryCollection(List<Geometry>) - Method in class org.geomajas.command.dto.TransformGeometryResponse
Set transformed geometry collection.
setLayerId(String) - Method in class org.geomajas.command.dto.SearchFeatureResponse
Set the id of the layer for the response features.
setLayerIds(String[]) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set the server layer ids.
setLevel(int) - Method in class org.geomajas.command.dto.LogRequest
 
setLocation(Geometry) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set the geometry to use as search location.
setMapId(String) - Method in class org.geomajas.command.dto.GetMapConfigurationRequest
Set the map id.
setMapInfo(ClientMapInfo) - Method in class org.geomajas.command.dto.GetMapConfigurationResponse
Set map info.
setMax(int) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set the maximum number of features which may be returned.
setNodeId(String) - Method in class org.geomajas.command.dto.GetRasterTilesResponse
Set node id, which is (layer id) + "." + level.
setOffSet(int) - Method in class org.geomajas.command.dto.SearchFeatureRequest
Set the index of the first feature to be returned.
setPaintGeometries(boolean) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Should geometries be painted?
setPaintLabels(boolean) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Should labels be painted?
setPanOrigin(Coordinate) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Set pan origin.
setPolygons(Geometry[]) - Method in class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
 
setPrecision(int) - Method in class org.geomajas.command.dto.GeometryMergeRequest
Set optional precision to use when merging geometries.
setPrecision(int) - Method in class org.geomajas.command.dto.UnionInfo
Set optional precision to use when merging geometries.
setQuadrantSegments(int) - Method in class org.geomajas.command.dto.BufferInfo
Set the number of line segments used to represent a quadrant of a circle.
setQuadrantSegments(int) - Method in class org.geomajas.command.dto.GeometryBufferRequest
Set the quadrant segments or the number of segments of one quarter of a circle.
setQueryType(int) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Type of geometric query to be executed.
setRasterData(List<RasterTile>) - Method in class org.geomajas.command.dto.GetRasterTilesResponse
Set list of raster tiles.
setRatio(float) - Method in class org.geomajas.command.dto.SearchByLocationRequest
This option can only be used in case of an intersects query.
setRenderer(String) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Set renderer to use.
setScale(double) - Method in class org.geomajas.command.dto.GetRasterTilesRequest
Set the view scale in pixels/unit of coordinate system.
setScale(double) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Set zoom scale.
setSearchType(int) - Method in class org.geomajas.command.dto.SearchByLocationRequest
Set a new type of search.
setServerLayerId(String) - Method in class org.geomajas.command.dto.LayerFilterSpecification
Get the server layer id.
setSourceCrs(String) - Method in class org.geomajas.command.dto.TransformGeometryRequest
Set source CRS.
setSplitLine(Geometry) - Method in class org.geomajas.command.dto.GeometrySplitRequest
Set split line used for splitting the geometry.
setSplitter(Geometry) - Method in class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
Set the linestring to use as splitter.
setStatement(String) - Method in class org.geomajas.command.dto.LogRequest
 
setStyleInfo(NamedStyleInfo) - Method in class org.geomajas.command.dto.GetVectorTileRequest
Set style for rendering.
setTargetCrs(String) - Method in class org.geomajas.command.dto.TransformGeometryRequest
Set target CRS.
setTile(VectorTile) - Method in class org.geomajas.command.dto.GetVectorTileResponse
Set response tile.
setUsePrecisionAsBuffer(boolean) - Method in class org.geomajas.command.dto.GeometryMergeRequest
Optional buffer to extend the merging result.
setUsePrecisionAsBuffer(boolean) - Method in class org.geomajas.command.dto.UnionInfo
Optional buffer to extend the merging result.
SplitPolygonCommand - Class in org.geomajas.command.geometry
Deprecated.
SplitPolygonCommand() - Constructor for class org.geomajas.command.geometry.SplitPolygonCommand
Deprecated.
 
SplitPolygonRequest - Class in org.geomajas.command.dto
Deprecated.
SplitPolygonRequest() - Constructor for class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
 
SplitPolygonResponse - Class in org.geomajas.command.dto
Deprecated.
SplitPolygonResponse() - Constructor for class org.geomajas.command.dto.SplitPolygonResponse
Deprecated.
 

T

toString() - Method in class org.geomajas.command.dto.BufferInfo
 
toString() - Method in class org.geomajas.command.dto.CopyrightResponse
 
toString() - Method in class org.geomajas.command.dto.GeometryAreaRequest
Get the string representation of this request.
toString() - Method in class org.geomajas.command.dto.GeometryAreaResponse
Get the string representation of this response.
toString() - Method in class org.geomajas.command.dto.GeometryBufferRequest
Get the string representation of this request.
toString() - Method in class org.geomajas.command.dto.GeometryBufferResponse
 
toString() - Method in class org.geomajas.command.dto.GeometryConvexHullRequest
Get the string representation of this request.
toString() - Method in class org.geomajas.command.dto.GeometryConvexHullResponse
Get the string representation of this response.
toString() - Method in class org.geomajas.command.dto.GeometryMergeRequest
Get the string representation of this request.
toString() - Method in class org.geomajas.command.dto.GeometryMergeResponse
 
toString() - Method in class org.geomajas.command.dto.GeometrySplitRequest
Get the string representation of this request.
toString() - Method in class org.geomajas.command.dto.GeometrySplitResponse
Get the string representation of this response.
toString() - Method in class org.geomajas.command.dto.GetConfigurationRequest
 
toString() - Method in class org.geomajas.command.dto.GetConfigurationResponse
 
toString() - Method in class org.geomajas.command.dto.GetMapConfigurationRequest
 
toString() - Method in class org.geomajas.command.dto.GetMapConfigurationResponse
 
toString() - Method in class org.geomajas.command.dto.GetRasterTilesRequest
 
toString() - Method in class org.geomajas.command.dto.GetRasterTilesResponse
 
toString() - Method in class org.geomajas.command.dto.GetVectorTileRequest
 
toString() - Method in class org.geomajas.command.dto.GetVectorTileResponse
String representation of object.
toString() - Method in class org.geomajas.command.dto.LayerFilterSpecification
 
toString() - Method in class org.geomajas.command.dto.LogRequest
 
toString() - Method in class org.geomajas.command.dto.MergePolygonRequest
Deprecated.
 
toString() - Method in class org.geomajas.command.dto.MergePolygonResponse
Deprecated.
 
toString() - Method in class org.geomajas.command.dto.PersistTransactionRequest
 
toString() - Method in class org.geomajas.command.dto.PersistTransactionResponse
 
toString() - Method in class org.geomajas.command.dto.RefreshConfigurationRequest
 
toString() - Method in class org.geomajas.command.dto.RefreshConfigurationResponse
 
toString() - Method in class org.geomajas.command.dto.SearchAttributesRequest
 
toString() - Method in class org.geomajas.command.dto.SearchAttributesResponse
 
toString() - Method in class org.geomajas.command.dto.SearchByLocationRequest
Build string representation of object.
toString() - Method in class org.geomajas.command.dto.SearchByLocationResponse
 
toString() - Method in class org.geomajas.command.dto.SearchFeatureRequest
 
toString() - Method in class org.geomajas.command.dto.SearchFeatureResponse
 
toString() - Method in class org.geomajas.command.dto.SplitPolygonRequest
Deprecated.
 
toString() - Method in class org.geomajas.command.dto.SplitPolygonResponse
Deprecated.
 
toString() - Method in class org.geomajas.command.dto.TransformGeometryRequest
 
toString() - Method in class org.geomajas.command.dto.TransformGeometryResponse
 
toString() - Method in class org.geomajas.command.dto.UnionInfo
Get the string representation of this info object.
toString() - Method in class org.geomajas.command.dto.UserMaximumExtentRequest
 
toString() - Method in class org.geomajas.command.dto.UserMaximumExtentResponse
 
TransformGeometryCommand - Class in org.geomajas.command.geometry
Command to perform CRS transformations on various geometry types: bounding box, geometry, geometry collection.
TransformGeometryCommand() - Constructor for class org.geomajas.command.geometry.TransformGeometryCommand
 
TransformGeometryRequest - Class in org.geomajas.command.dto
Request object for TransformGeometryCommand.
TransformGeometryRequest() - Constructor for class org.geomajas.command.dto.TransformGeometryRequest
 
TransformGeometryResponse - Class in org.geomajas.command.dto
Response object for TransformGeometryCommand.
TransformGeometryResponse() - Constructor for class org.geomajas.command.dto.TransformGeometryResponse
 

U

UnionInfo - Class in org.geomajas.command.dto
DTO object that holds additional information needed to perform a union operation.
UnionInfo() - Constructor for class org.geomajas.command.dto.UnionInfo
 
usePrecisionAsBuffer() - Method in class org.geomajas.command.dto.GeometryMergeRequest
Check if the precision is being used as buffer.
UserMaximumExtentCommand - Class in org.geomajas.command.configuration
Calculate the maximum extent a user can see (based on a set of layers).
UserMaximumExtentCommand() - Constructor for class org.geomajas.command.configuration.UserMaximumExtentCommand
 
UserMaximumExtentRequest - Class in org.geomajas.command.dto
Request object for UserMaximumExtentCommand.
UserMaximumExtentRequest() - Constructor for class org.geomajas.command.dto.UserMaximumExtentRequest
 
UserMaximumExtentResponse - Class in org.geomajas.command.dto
Response object for UserMaximumExtentCommand.
UserMaximumExtentResponse() - Constructor for class org.geomajas.command.dto.UserMaximumExtentResponse
 
A B C D E G H I L M O P Q R S T U 
Geomajas, Geomajas commands 1.12.0

Copyright © 2013 Geosparc. All Rights Reserved.