org.gvsig.fmap.geom.operation.tojts
Class ToJTS

java.lang.Object
  extended by org.gvsig.fmap.geom.operation.GeometryOperation
      extended by org.gvsig.fmap.geom.operation.tojts.ToJTS
Direct Known Subclasses:
Curve2DToJTS, MultiCurveToJTS, MultiPointToJTS, MultiSurfaceToJTS, Point2DToJTS, Surface2DToJTS

public abstract class ToJTS
extends GeometryOperation


Field Summary
static int CODE
           
protected static com.vividsolutions.jts.geom.GeometryFactory geomFactory
           
protected static GeometryManager geomManager
           
static String NAME
           
 
Fields inherited from class org.gvsig.fmap.geom.operation.GeometryOperation
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME
 
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 org.gvsig.fmap.geom.operation.GeometryOperation
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ToJTS

public ToJTS()
Method Detail

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-2012 gvSIG. All Rights Reserved.