Class TLcdISO19115Distribution

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

public class TLcdISO19115Distribution extends TLcdISO19118Object
Information about the distributor of and options for obtaining the dataset
Since:
10.0
  • Field Details

    • DISTRIBUTION_FORMAT_PROPERTY

      public static final TLcdDataProperty DISTRIBUTION_FORMAT_PROPERTY
      Data property that maps to the distributionFormat element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Format>>.
    • DISTRIBUTOR_PROPERTY

      public static final TLcdDataProperty DISTRIBUTOR_PROPERTY
      Data property that maps to the distributor element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Distributor>>.
    • TRANSFER_OPTIONS_PROPERTY

      public static final TLcdDataProperty TRANSFER_OPTIONS_PROPERTY
      Data property that maps to the transferOptions element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115DigitalTransferOptions>>.
  • Constructor Details

    • TLcdISO19115Distribution

      public TLcdISO19115Distribution()
    • TLcdISO19115Distribution

      public TLcdISO19115Distribution(TLcdDataType aType)
  • Method Details