Interface ILcdGDFAreaFeature

All Superinterfaces:
Cloneable, ILcdBounded, ILcdCloneable, ILcdDataObject, ILcdGDFFeature, ILcdShape, ILcdShapeList, Serializable

public interface ILcdGDFAreaFeature extends ILcdGDFFeature, ILcdShapeList
Represents a GDF area feature. The area consists of complex polygons, which can be accessed via the ILcdShapeList interface. Note that it can contain island and donut topologies.
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.