Class TLcdISO19115Extent

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Extent extends TLcdISO19118Object
Information about spatial, vertical, and temporal extent
Since:
10.0
  • Field Details

    • DESCRIPTION_PROPERTY

      public static final TLcdDataProperty DESCRIPTION_PROPERTY
      Data property that maps to the description element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • GEOGRAPHIC_ELEMENT_PROPERTY

      public static final TLcdDataProperty GEOGRAPHIC_ELEMENT_PROPERTY
      Data property that maps to the geographicElement element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115GeographicExtent>>.
    • TEMPORAL_ELEMENT_PROPERTY

      public static final TLcdDataProperty TEMPORAL_ELEMENT_PROPERTY
      Data property that maps to the temporalElement element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115TemporalExtent>>.
    • VERTICAL_ELEMENT_PROPERTY

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

    • TLcdISO19115Extent

      public TLcdISO19115Extent()
    • TLcdISO19115Extent

      public TLcdISO19115Extent(TLcdDataType aType)
  • Method Details