Class SegmentData

java.lang.Object
org.gvsig.vectorediting.lib.prov.chamfer.SegmentData

public class SegmentData extends Object
Author:
fdiaz
  • Field Details

  • 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

      public Integer getIdxVertex()
    • getPosition

      public Integer getPosition() throws org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException, org.gvsig.fmap.geom.operation.GeometryOperationException
      Throws:
      org.gvsig.fmap.geom.operation.GeometryOperationNotSupportedException
      org.gvsig.fmap.geom.operation.GeometryOperationException
    • isFilled

      public boolean isFilled()