Class TLcdISO19115GeographicExtent

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115GeographicExtent
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115BoundingPolygon, TLcdISO19115GeographicBoundingBox, TLcdISO19115GeographicDescription

public class TLcdISO19115GeographicExtent extends TLcdISO19118Object
Geographic area of the dataset
Since:
10.0
  • Field Details

    • EXTENT_TYPE_CODE_PROPERTY

      public static final TLcdDataProperty EXTENT_TYPE_CODE_PROPERTY
      Data property that maps to the extentTypeCode element. The possible values for this property are instances of TLcdISO19115Optional<Boolean>.
  • Constructor Details

    • TLcdISO19115GeographicExtent

      public TLcdISO19115GeographicExtent()
    • TLcdISO19115GeographicExtent

      public TLcdISO19115GeographicExtent(TLcdDataType aType)
  • Method Details

    • getExtentTypeCode

      public Boolean getExtentTypeCode()
      Returns the role value contained in the value of the EXTENT_TYPE_CODE_PROPERTY property. Returns null if the value of the EXTENT_TYPE_CODE_PROPERTY property is null.
      Returns:
      the role value of the EXTENT_TYPE_CODE_PROPERTY property.
      See Also:
    • setExtentTypeCode

      public void setExtentTypeCode(Boolean aValue)
      Sets the value of the property that maps to the extentTypeCode element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the EXTENT_TYPE_CODE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the EXTENT_TYPE_CODE_PROPERTY property.