Class PerpendicularPoint
java.lang.Object
org.gvsig.fmap.geom.operation.GeometryOperation
org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPoint
public class PerpendicularPoint
extends org.gvsig.fmap.geom.operation.GeometryOperation
Gets a point that is located to a concrete distance (attribute distance)
of a line and is located in a perpendicular line that intersects with other
point (attribute perpendicularPoint).
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
FieldsFields inherited from class org.gvsig.fmap.geom.operation.GeometryOperation
OPERATION_CONTAINS_CODE, OPERATION_CONTAINS_NAME, OPERATION_INTERSECTS_CODE, OPERATION_INTERSECTS_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintinvoke(org.gvsig.fmap.geom.Geometry geom, org.gvsig.fmap.geom.operation.GeometryOperationContext ctx)
-
Field Details
-
NAME
- See Also:
-
CODE
public static final int CODE
-
-
Constructor Details
-
PerpendicularPoint
public PerpendicularPoint()
-
-
Method Details
-
invoke
public Object invoke(org.gvsig.fmap.geom.Geometry geom, org.gvsig.fmap.geom.operation.GeometryOperationContext ctx) throws org.gvsig.fmap.geom.operation.GeometryOperationException - Specified by:
invokein classorg.gvsig.fmap.geom.operation.GeometryOperation- Throws:
org.gvsig.fmap.geom.operation.GeometryOperationException
-
getOperationIndex
public int getOperationIndex()- Specified by:
getOperationIndexin classorg.gvsig.fmap.geom.operation.GeometryOperation
-