org.gvsig.fmap.geom.operation.tojts
Class ToJTS
java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperation
org.gvsig.fmap.geom.operation.tojts.ToJTS
- Direct Known Subclasses:
- BaseMultiPrimitiveToJTS, Curve2DToJTS, MultiCurveToJTS, MultiPointToJTS, MultiSurfaceToJTS, Point2DToJTS, Surface2DToJTS, Surface2DToJTSLineString
public abstract class ToJTS
- extends GeometryOperation
|
Constructor Summary |
ToJTS()
|
|
Method Summary |
int |
getOperationIndex()
Returns the constant value that identifies this operation and that was obtained upon registering it. |
protected boolean |
isClosed(com.vividsolutions.jts.geom.Coordinate firstCoordinate,
com.vividsolutions.jts.geom.Coordinate lastCoordinate)
|
protected boolean |
pointInList(com.vividsolutions.jts.geom.Coordinate testPoint,
com.vividsolutions.jts.geom.Coordinate[] pointList)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
geomManager
protected static GeometryManager geomManager
CODE
public static final int CODE
geomFactory
protected static final com.vividsolutions.jts.geom.GeometryFactory geomFactory
ToJTS
public ToJTS()
getOperationIndex
public int getOperationIndex()
- Description copied from class:
GeometryOperation
- Returns the constant value that identifies this operation and that was obtained upon registering it.
- Specified by:
getOperationIndex in class GeometryOperation
- Returns:
- operation unique index
isClosed
protected boolean isClosed(com.vividsolutions.jts.geom.Coordinate firstCoordinate,
com.vividsolutions.jts.geom.Coordinate lastCoordinate)
pointInList
protected boolean pointInList(com.vividsolutions.jts.geom.Coordinate testPoint,
com.vividsolutions.jts.geom.Coordinate[] pointList)
Copyright © 2004-2013 gvSIG. All Rights Reserved.