|
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.CommandResponse
org.geomajas.command.dto.TransformGeometryResponse
@Api(allMethods=true) public class TransformGeometryResponse
Response object for TransformGeometryCommand.
| Constructor Summary | |
|---|---|
TransformGeometryResponse()
|
|
| Method Summary | |
|---|---|
Bbox |
getBounds()
Get transformed bounds. |
Geometry |
getGeometry()
Get transformed geometry. |
List<Geometry> |
getGeometryCollection()
Get transformed geometry collection. |
void |
setBounds(Bbox bounds)
Set transformed bounds. |
void |
setGeometry(Geometry geometry)
Set transformed geometry. |
void |
setGeometryCollection(List<Geometry> geometryCollection)
Set transformed geometry collection. |
String |
toString()
|
| Methods inherited from class org.geomajas.command.CommandResponse |
|---|
getErrorMessages, getErrors, getExceptions, getExecutionTime, getId, isError, setExecutionTime, setId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransformGeometryResponse()
| Method Detail |
|---|
public Geometry getGeometry()
public void setGeometry(Geometry geometry)
geometry - transformed geometrypublic List<Geometry> getGeometryCollection()
public void setGeometryCollection(List<Geometry> geometryCollection)
geometryCollection - transformed geometry collectionpublic Bbox getBounds()
public void setBounds(Bbox bounds)
bounds - transformed bounds.public String toString()
toString in class CommandResponse
|
Geomajas, Geomajas server: Main - commands 1.15.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||