|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.gml.SubHandler org.geotools.gml.SubHandlerPoint
Creates an OGC simple point.
Field Summary |
Fields inherited from class org.geotools.gml.SubHandler |
GEOMETRY_END, GEOMETRY_START, GEOMETRY_SUB |
Constructor Summary | |
SubHandlerPoint()
Creates a new instance of GMLPointHandler. |
Method Summary | |
void |
addCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)
Sets the coordinate for the point. |
com.vividsolutions.jts.geom.Geometry |
create(com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
Generates the point. |
boolean |
isComplete(java.lang.String message)
Determines whether or not this Point is ready to be created. |
Methods inherited from class org.geotools.gml.SubHandler |
subGeometry, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SubHandlerPoint()
Method Detail |
public void addCoordinate(com.vividsolutions.jts.geom.Coordinate coordinate)
addCoordinate
in class SubHandler
coordinate
- Coordinate.public boolean isComplete(java.lang.String message)
isComplete
in class SubHandler
message
- GML element that prompted this query.
public com.vividsolutions.jts.geom.Geometry create(com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
create
in class SubHandler
geometryFactory
- Geometry factory to be used to create the point.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |