| |
|
| java.lang.Object org.geotools.gml.SubHandler org.geotools.gml.SubHandlerBox
SubHandlerBox | public class SubHandlerBox extends SubHandler (Code) | | Creates a simple OGC box.
author: Ian Turton, CCG author: Rob Hranac, Vision for New York version: $Id: SubHandlerBox.java 27862 2007-11-12 19:51:19Z desruisseaux $ |
Field Summary | |
com.vividsolutions.jts.geom.Envelope | e |
Constructor Summary | |
public | SubHandlerBox() Creates a new instance of GMLBoxHandler. |
Method Summary | |
public void | addCoordinate(Coordinate c) Sets a corner. | public com.vividsolutions.jts.geom.Geometry | create(com.vividsolutions.jts.geom.GeometryFactory geometryFactory) Builds and returns the polygon.
Parameters: geometryFactory - the geometryFactory to be used to build thepolygon. | public boolean | isComplete(String message) Sets a corner.
Parameters: message - The geometry to inspect. |
e | com.vividsolutions.jts.geom.Envelope e(Code) | | |
SubHandlerBox | public SubHandlerBox()(Code) | | Creates a new instance of GMLBoxHandler.
|
addCoordinate | public void addCoordinate(Coordinate c)(Code) | | Sets a corner.
Parameters: c - the coordinate of the corner. |
create | public com.vividsolutions.jts.geom.Geometry create(com.vividsolutions.jts.geom.GeometryFactory geometryFactory)(Code) | | Builds and returns the polygon.
Parameters: geometryFactory - the geometryFactory to be used to build thepolygon. the polygon. |
isComplete | public boolean isComplete(String message)(Code) | | Sets a corner.
Parameters: message - The geometry to inspect. Flag for a complete geometry. |
|
|
|