Class TLcdISO19115DigitalTransferOptions

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

public class TLcdISO19115DigitalTransferOptions extends TLcdISO19118Object
Technical means and media by which a dataset is obtained from the distributor
Since:
10.0
  • Field Details

    • UNITS_OF_DISTRIBUTION_PROPERTY

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

      public static final TLcdDataProperty TRANSFER_SIZE_PROPERTY
      Data property that maps to the transferSize element. The possible values for this property are instances of TLcdISO19115Optional<Double>.
    • ON_LINE_PROPERTY

      public static final TLcdDataProperty ON_LINE_PROPERTY
      Data property that maps to the onLine element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115OnlineResource>>.
    • OFF_LINE_PROPERTY

      public static final TLcdDataProperty OFF_LINE_PROPERTY
      Data property that maps to the offLine element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Medium>.
  • Constructor Details

    • TLcdISO19115DigitalTransferOptions

      public TLcdISO19115DigitalTransferOptions()
    • TLcdISO19115DigitalTransferOptions

      public TLcdISO19115DigitalTransferOptions(TLcdDataType aType)
  • Method Details

    • getUnitsOfDistribution

      public String getUnitsOfDistribution()
      Returns the role value contained in the value of the UNITS_OF_DISTRIBUTION_PROPERTY property. Returns null if the value of the UNITS_OF_DISTRIBUTION_PROPERTY property is null.
      Returns:
      the role value of the UNITS_OF_DISTRIBUTION_PROPERTY property.
      See Also:
    • setUnitsOfDistribution

      public void setUnitsOfDistribution(String aValue)
      Sets the value of the property that maps to the unitsOfDistribution 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 UNITS_OF_DISTRIBUTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the UNITS_OF_DISTRIBUTION_PROPERTY property.
    • getTransferSize

      public Double getTransferSize()
      Returns the role value contained in the value of the TRANSFER_SIZE_PROPERTY property. Returns null if the value of the TRANSFER_SIZE_PROPERTY property is null.
      Returns:
      the role value of the TRANSFER_SIZE_PROPERTY property.
      See Also:
    • setTransferSize

      public void setTransferSize(Double aValue)
      Sets the value of the property that maps to the transferSize 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 TRANSFER_SIZE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the TRANSFER_SIZE_PROPERTY property.
    • getOnLine

      public List<TLcdISO19115OnlineResource> getOnLine()
      Gets the value of the ON_LINE_PROPERTY property adapted to a list of TLcdISO19115OnlineResource instances.
      Returns:
      the value of the ON_LINE_PROPERTY property adapted to a list of TLcdISO19115OnlineResource instances.
      See Also:
    • getOffLine

      public TLcdISO19115Medium getOffLine()
      Returns the role value contained in the value of the OFF_LINE_PROPERTY property. Returns null if the value of the OFF_LINE_PROPERTY property is null.
      Returns:
      the role value of the OFF_LINE_PROPERTY property.
      See Also:
    • setOffLine

      public void setOffLine(TLcdISO19115Medium aValue)
      Sets the value of the property that maps to the offLine element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the OFF_LINE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the OFF_LINE_PROPERTY property.