Class TLcdISO19115BoundingPolygon

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115BoundingPolygon extends TLcdISO19115GeographicExtent
Boundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)
Since:
10.0
  • Field Details

    • POLYGON_PROPERTY

      public static final TLcdDataProperty POLYGON_PROPERTY
      Data property that maps to the polygon element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdGML32AbstractGeometry>>.
  • Constructor Details

    • TLcdISO19115BoundingPolygon

      public TLcdISO19115BoundingPolygon()
    • TLcdISO19115BoundingPolygon

      public TLcdISO19115BoundingPolygon(TLcdDataType aType)
  • Method Details