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
Information about the distributor of and options for obtaining the dataset
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedistributionFormat
element.static final TLcdDataProperty
Data property that maps to thedistributor
element.static final TLcdDataProperty
Data property that maps to thetransferOptions
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDISTRIBUTION_FORMAT_PROPERTY
property adapted to a list ofTLcdISO19115Format
instances.Gets the value of theDISTRIBUTOR_PROPERTY
property adapted to a list ofTLcdISO19115Distributor
instances.Gets the value of theTRANSFER_OPTIONS_PROPERTY
property adapted to a list ofTLcdISO19115DigitalTransferOptions
instances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DISTRIBUTION_FORMAT_PROPERTY
Data property that maps to thedistributionFormat
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Format>>
. -
DISTRIBUTOR_PROPERTY
Data property that maps to thedistributor
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Distributor>>
. -
TRANSFER_OPTIONS_PROPERTY
Data property that maps to thetransferOptions
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115DigitalTransferOptions>>
.
-
-
Constructor Details
-
TLcdISO19115Distribution
public TLcdISO19115Distribution() -
TLcdISO19115Distribution
-
-
Method Details
-
getDistributionFormat
Gets the value of theDISTRIBUTION_FORMAT_PROPERTY
property adapted to a list ofTLcdISO19115Format
instances.- Returns:
- the value of the
DISTRIBUTION_FORMAT_PROPERTY
property adapted to a list ofTLcdISO19115Format
instances. - See Also:
-
getDistributor
Gets the value of theDISTRIBUTOR_PROPERTY
property adapted to a list ofTLcdISO19115Distributor
instances.- Returns:
- the value of the
DISTRIBUTOR_PROPERTY
property adapted to a list ofTLcdISO19115Distributor
instances. - See Also:
-
getTransferOptions
Gets the value of theTRANSFER_OPTIONS_PROPERTY
property adapted to a list ofTLcdISO19115DigitalTransferOptions
instances.- Returns:
- the value of the
TRANSFER_OPTIONS_PROPERTY
property adapted to a list ofTLcdISO19115DigitalTransferOptions
instances. - See Also:
-