Class TLcdISO19103Binary

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

public class TLcdISO19103Binary extends TLcdDataObject
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • SRC_PROPERTY

      public static final TLcdDataProperty SRC_PROPERTY
      Data property that maps to the src attribute. The possible values for this property are instances of URI.
  • Constructor Details

    • TLcdISO19103Binary

      public TLcdISO19103Binary()
    • TLcdISO19103Binary

      public TLcdISO19103Binary(TLcdDataType aType)
  • Method Details

    • getValueObject

      public String getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getSrc

      public URI getSrc()
      Returns the value of the property that maps to the src attribute.
      Returns:
      the value of the SRC_PROPERTY property.
    • setSrc

      public void setSrc(URI aValue)
      Sets the value of the property that maps to the src attribute.
      Parameters:
      aValue - the value to set for the SRC_PROPERTY property.