Class TLcdISO19115GeometricObjects

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.spatial.TLcdISO19115GeometricObjects
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115GeometricObjects extends TLcdISO19118Object
Number of objects, listed by geometric object type, used in the dataset
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115GeometricObjects

      public TLcdISO19115GeometricObjects()
    • TLcdISO19115GeometricObjects

      public TLcdISO19115GeometricObjects(TLcdDataType aType)
  • Method Details

    • getGeometricObjectType

      public TLcdISO19115GeometricObjectTypeCode getGeometricObjectType()
      Returns the role value contained in the value of the GEOMETRIC_OBJECT_TYPE_PROPERTY property. Returns null if the value of the GEOMETRIC_OBJECT_TYPE_PROPERTY property is null.
      Returns:
      the role value of the GEOMETRIC_OBJECT_TYPE_PROPERTY property.
      See Also:
    • setGeometricObjectType

      public void setGeometricObjectType(TLcdISO19115GeometricObjectTypeCode aValue)
      Sets the value of the property that maps to the geometricObjectType 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 GEOMETRIC_OBJECT_TYPE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the GEOMETRIC_OBJECT_TYPE_PROPERTY property.
    • getGeometricObjectCount

      public Long getGeometricObjectCount()
      Returns the role value contained in the value of the GEOMETRIC_OBJECT_COUNT_PROPERTY property. Returns null if the value of the GEOMETRIC_OBJECT_COUNT_PROPERTY property is null.
      Returns:
      the role value of the GEOMETRIC_OBJECT_COUNT_PROPERTY property.
      See Also:
    • setGeometricObjectCount

      public void setGeometricObjectCount(Long aValue)
      Sets the value of the property that maps to the geometricObjectCount 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 GEOMETRIC_OBJECT_COUNT_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the GEOMETRIC_OBJECT_COUNT_PROPERTY property.