Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class TransformGeometryRequest

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

@Api(allMethods=true)
public class TransformGeometryRequest
extends Object
implements CommandRequest

Request object for TransformGeometryCommand.

Since:
1.9.0
Author:
Jan De Moerloose
See Also:
Serialized Form

Field Summary
static String COMMAND
          Command name for this request.
 
Constructor Summary
TransformGeometryRequest()
           
 
Method Summary
 Bbox getBounds()
          Get bounds to transform.
 Geometry getGeometry()
          Get geometry to transform.
 List<Geometry> getGeometryCollection()
          Get list of geometries to transform.
 String getSourceCrs()
          Get source CRS.
 String getTargetCrs()
          Get target CRS.
 void setBounds(Bbox bounds)
          Set bounds to transform.
 void setGeometry(Geometry geometry)
          Set geometry to transform.
 void setGeometryCollection(List<Geometry> geometryCollection)
          Set list of geometries to transform.
 void setSourceCrs(String sourceCrs)
          Set source CRS.
 void setTargetCrs(String targetCrs)
          Set target CRS.
 String toString()
           
 
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.

See Also:
Constant Field Values
Constructor Detail

TransformGeometryRequest

public TransformGeometryRequest()
Method Detail

getGeometry

public Geometry getGeometry()
Get geometry to transform.

Returns:
geometry

setGeometry

public void setGeometry(Geometry geometry)
Set geometry to transform.

Parameters:
geometry - geometry

getGeometryCollection

public List<Geometry> getGeometryCollection()
Get list of geometries to transform.

Returns:
list of geometries

setGeometryCollection

public void setGeometryCollection(List<Geometry> geometryCollection)
Set list of geometries to transform.

Parameters:
geometryCollection - collection of geometries

getBounds

public Bbox getBounds()
Get bounds to transform.

Returns:
bbox

setBounds

public void setBounds(Bbox bounds)
Set bounds to transform.

Parameters:
bounds - bbox

getSourceCrs

public String getSourceCrs()
Get source CRS.

Returns:
source CRS

setSourceCrs

public void setSourceCrs(String sourceCrs)
Set source CRS.

Parameters:
sourceCrs - source CRS

getTargetCrs

public String getTargetCrs()
Get target CRS.

Returns:
target CRS

setTargetCrs

public void setTargetCrs(String targetCrs)
Set target CRS.

Parameters:
targetCrs - target CRS

toString

public String toString()
Overrides:
toString in class Object

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.