Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.dto
Class GeometrySplitResponse

java.lang.Object
  extended by org.geomajas.command.CommandResponse
      extended by 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

Constructor Summary
GeometrySplitResponse()
           
 
Method Summary
 List<Geometry> getGeometries()
          Get geoemtries.
 void setGeometries(List<Geometry> geometries)
          Set geometries.
 String toString()
          Get the string representation of this response.
 
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

GeometrySplitResponse

public GeometrySplitResponse()
Method Detail

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

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.