Class TLcdISO19115ScopeDescription

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.maintenance.TLcdISO19115ScopeDescription
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ScopeDescription extends TLcdDataObject
Description of the class of information covered by the information
Since:
10.0
  • Field Details

    • ATTRIBUTES_PROPERTY

      public static final TLcdDataProperty ATTRIBUTES_PROPERTY
      Data property that maps to the attributes element. The possible values for this property are instances of List<ILcdDataObject>.
    • FEATURES_PROPERTY

      public static final TLcdDataProperty FEATURES_PROPERTY
      Data property that maps to the features element. The possible values for this property are instances of List<ILcdDataObject>.
    • FEATURE_INSTANCES_PROPERTY

      public static final TLcdDataProperty FEATURE_INSTANCES_PROPERTY
      Data property that maps to the featureInstances element. The possible values for this property are instances of List<ILcdDataObject>.
    • ATTRIBUTE_INSTANCES_PROPERTY

      public static final TLcdDataProperty ATTRIBUTE_INSTANCES_PROPERTY
      Data property that maps to the attributeInstances element. The possible values for this property are instances of List<ILcdDataObject>.
    • DATASET_PROPERTY

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

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

    • TLcdISO19115ScopeDescription

      public TLcdISO19115ScopeDescription()
    • TLcdISO19115ScopeDescription

      public TLcdISO19115ScopeDescription(TLcdDataType aType)
  • Method Details

    • getAttributes

      public List<ILcdDataObject> getAttributes()
      Returns the value of the property that maps to the attributes element.
      Returns:
      the value of the ATTRIBUTES_PROPERTY property.
    • getFeatures

      public List<ILcdDataObject> getFeatures()
      Returns the value of the property that maps to the features element.
      Returns:
      the value of the FEATURES_PROPERTY property.
    • getFeatureInstances

      public List<ILcdDataObject> getFeatureInstances()
      Returns the value of the property that maps to the featureInstances element.
      Returns:
      the value of the FEATURE_INSTANCES_PROPERTY property.
    • getAttributeInstances

      public List<ILcdDataObject> getAttributeInstances()
      Returns the value of the property that maps to the attributeInstances element.
      Returns:
      the value of the ATTRIBUTE_INSTANCES_PROPERTY property.
    • getDataset

      public String getDataset()
      Returns the role value contained in the value of the DATASET_PROPERTY property. Returns null if the value of the DATASET_PROPERTY property is null.
      Returns:
      the role value of the DATASET_PROPERTY property.
      See Also:
    • setDataset

      public void setDataset(String aValue)
      Sets the value of the property that maps to the dataset 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 DATASET_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DATASET_PROPERTY property.
    • getOther

      public String getOther()
      Returns the role value contained in the value of the OTHER_PROPERTY property. Returns null if the value of the OTHER_PROPERTY property is null.
      Returns:
      the role value of the OTHER_PROPERTY property.
      See Also:
    • setOther

      public void setOther(String aValue)
      Sets the value of the property that maps to the other 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 OTHER_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OTHER_PROPERTY property.