|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geomajas.command.dto.TransformGeometryRequest
@Api(allMethods=true) public class TransformGeometryRequest
Request object for TransformGeometryCommand.
| 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 |
|---|
public static final String COMMAND
| Constructor Detail |
|---|
public TransformGeometryRequest()
| Method Detail |
|---|
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 CRSpublic String toString()
toString in class Object
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||