Class SegmentData
java.lang.Object
org.gvsig.vectorediting.lib.prov.chamfer.SegmentData
- Author:
- fdiaz
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionSegmentData(org.gvsig.fmap.dal.feature.Feature feature, org.gvsig.fmap.geom.primitive.Point inputPoint) -
Method Summary
-
Field Details
-
SEGMENT_POSITION_FIRST
public static final int SEGMENT_POSITION_FIRST- See Also:
-
SEGMENT_POSITION_MIDDLE
public static final int SEGMENT_POSITION_MIDDLE- See Also:
-
SEGMENT_POSITION_LAST
public static final int SEGMENT_POSITION_LAST- See Also:
-
-
Constructor Details
-
SegmentData
public SegmentData(org.gvsig.fmap.dal.feature.Feature feature, org.gvsig.fmap.geom.primitive.Point inputPoint)
-
-
Method Details
-
getFeature
public org.gvsig.fmap.dal.feature.Feature getFeature() -
getGeometry
public org.gvsig.fmap.geom.Geometry getGeometry() -
getPrimitive
public org.gvsig.fmap.geom.primitive.Primitive getPrimitive() -
getProjectedPoint
public org.gvsig.fmap.geom.primitive.Point getProjectedPoint() -
getLine
public org.gvsig.fmap.geom.primitive.Line getLine() -
getIdxVertex
-
getPosition
public Integer getPosition() throws org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException, org.gvsig.fmap.geom.operation.GeometryOperationException- Throws:
org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedExceptionorg.gvsig.fmap.geom.operation.GeometryOperationException
-
isFilled
public boolean isFilled()
-