Interface ILcdGDFLineFeature

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdGDFFeature, ILcdPointList, ILcdPolyline, ILcdShape, Serializable

public interface ILcdGDFLineFeature extends ILcdGDFFeature, ILcdPolyline
Represents a GDF line feature.
Since:
5.1
  • Method Details

    • isPartOfSplitFeature

      boolean isPartOfSplitFeature()
      Returns true if this feature is part of a split feature, false otherwise.
      Returns:
      true if this feature is part of a split feature, false otherwise.
    • getFromPoint

      ILcdGDFPointFeature getFromPoint()
      Returns the first bounding ILcdGDFPointFeature of this feature, or null if none exists.
      Returns:
      the first bounding ILcdGDFPointFeature of this feature.
    • getToPoint

      ILcdGDFPointFeature getToPoint()
      Returns the second bounding ILcdGDFPointFeature of this feature, or null if none exists.
      Returns:
      the second bounding ILcdGDFPointFeature of this feature.