org.geomajas.command.dto
Class GeometrySplitResponse
java.lang.Object
org.geomajas.command.CommandResponse
org.geomajas.command.dto.GeometrySplitResponse
- All Implemented Interfaces:
- Serializable
@Api(allMethods=true)
public class GeometrySplitResponse
- extends CommandResponse
Response object for GeometrySplitCommand.
- Since:
- 1.11.0
- Author:
- Pieter De Graef
- See Also:
- Serialized Form
GeometrySplitResponse
public GeometrySplitResponse()
getGeometries
public List<Geometry> getGeometries()
- Get geoemtries.
- Returns:
- geometries
setGeometries
public void setGeometries(List<Geometry> geometries)
- Set geometries.
- Parameters:
geometries -
toString
public String toString()
- Get the string representation of this response.
- Overrides:
toString in class CommandResponse
- Returns:
- string representation of this response
Copyright © 2014 Geosparc. All Rights Reserved.