| |
|
| java.lang.Object org.geotools.gml.SubHandler org.geotools.gml.SubHandlerPoint
SubHandlerPoint | public class SubHandlerPoint extends SubHandler (Code) | | Creates an OGC simple point.
author: Ian Turton, CCG author: Rob Hranac, Vision for New York version: $Id: SubHandlerPoint.java 26168 2007-07-06 19:58:03Z jgarnett $ |
Field Summary | |
Coordinate | coordinate The coordinate of the point. |
Constructor Summary | |
public | SubHandlerPoint() Creates a new instance of GMLPointHandler. |
Method Summary | |
public void | addCoordinate(Coordinate coordinate) Sets the coordinate for the point. | public Geometry | create(GeometryFactory geometryFactory) Generates the point.
Parameters: geometryFactory - Geometry factory to be used to create the point. | public boolean | isComplete(String message) Determines whether or not this Point is ready to be created.
Parameters: message - GML element that prompted this query. |
coordinate | Coordinate coordinate(Code) | | The coordinate of the point.
|
SubHandlerPoint | public SubHandlerPoint()(Code) | | Creates a new instance of GMLPointHandler.
|
addCoordinate | public void addCoordinate(Coordinate coordinate)(Code) | | Sets the coordinate for the point.
Parameters: coordinate - Coordinate. |
create | public Geometry create(GeometryFactory geometryFactory)(Code) | | Generates the point.
Parameters: geometryFactory - Geometry factory to be used to create the point. Created Point. |
isComplete | public boolean isComplete(String message)(Code) | | Determines whether or not this Point is ready to be created.
Parameters: message - GML element that prompted this query. Ready for creation flag. |
|
|
|