org.geomajas.command.dto
Class GetVectorTileResponse
java.lang.Object
org.geomajas.command.CommandResponse
org.geomajas.command.dto.GetVectorTileResponse
- All Implemented Interfaces:
- Serializable
@Api(allMethods=true)
public class GetVectorTileResponse
- extends CommandResponse
Response object for GetVectorTileCommand.
- Since:
- 1.6.0
- Author:
- Jan De Moerloose, Pieter De Graef, Joachim Van der Auwera
- See Also:
- Serialized Form
GetVectorTileResponse
public GetVectorTileResponse()
getTile
public VectorTile getTile()
- Get response tile.
- Returns:
- tile
setTile
public void setTile(VectorTile tile)
- Set response tile.
- Parameters:
tile - tile
toString
public String toString()
- String representation of object.
- Overrides:
toString in class CommandResponse
- Returns:
- string representation of object
- Since:
- 1.8.0
Copyright © 2014 Geosparc. All Rights Reserved.