org.gvsig.fmap.geom.operation.tojts
Class Surface2DToJTSLineString
java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperation
org.gvsig.fmap.geom.operation.tojts.ToJTS
org.gvsig.fmap.geom.operation.tojts.Surface2DToJTSLineString
public class Surface2DToJTSLineString
- extends ToJTS
Converts a Surface2D into a MultiLineString object
- Author:
- Nacho Brodin
| 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
CODE
public static final int CODE
Surface2DToJTSLineString
public Surface2DToJTSLineString()
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 operationctx - 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.