@Api(allMethods=true) public class TransformGeometryRequest extends Object implements CommandRequest
TransformGeometryCommand.| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND
Command name for this request.
|
| Constructor and Description |
|---|
TransformGeometryRequest() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static final String COMMAND
public Geometry getGeometry()
public void setGeometry(Geometry geometry)
geometry - geometrypublic List<Geometry> getGeometryCollection()
public void setGeometryCollection(List<Geometry> geometryCollection)
geometryCollection - collection of geometriespublic Bbox getBounds()
public void setBounds(Bbox bounds)
bounds - bboxpublic String getSourceCrs()
public void setSourceCrs(String sourceCrs)
sourceCrs - source CRSpublic String getTargetCrs()
public void setTargetCrs(String targetCrs)
targetCrs - target CRSCopyright © 2013 Geosparc. All Rights Reserved.