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

java.lang.Object
  extended by org.gvsig.fmap.geom.operation.GeometryOperation
      extended by org.gvsig.fmap.geom.operation.tojts.ToJTS
          extended by org.gvsig.fmap.geom.operation.tojts.Surface2DToJTSLineString

public class Surface2DToJTSLineString
extends ToJTS

Converts a Surface2D into a MultiLineString object

Author:
Nacho Brodin

Field Summary
static int CODE
           
static String NAME
           
 
Fields inherited from class org.gvsig.fmap.geom.operation.tojts.ToJTS
geomFactory, geomManager
 
Fields inherited from class org.gvsig.fmap.geom.operation.GeometryOperation
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME
 
Constructor Summary
Surface2DToJTSLineString()
           
 
Method Summary
 Object invoke(Geometry geom, GeometryOperationContext ctx)
          Invokes this operation given the geometry and context
 
Methods inherited from class org.gvsig.fmap.geom.operation.tojts.ToJTS
getOperationIndex, isClosed, pointInList
 
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

CODE

public static final int CODE
Constructor Detail

Surface2DToJTSLineString

public Surface2DToJTSLineString()
Method Detail

invoke

public Object invoke(Geometry geom,
                     GeometryOperationContext ctx)
              throws GeometryOperationException
Description copied from class: GeometryOperation
Invokes this operation given the geometry and context

Specified by:
invoke in class GeometryOperation
Parameters:
geom - Geometry to which apply this operation
ctx - Parameter container
Returns:
Place-holder object that may contain any specific return value.
Throws:
GeometryOperationException - The implementation is responsible to throw this exception when needed.


Copyright © 2004-2013 gvSIG. All Rights Reserved.