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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedistributionFormatelement.static final TLcdDataPropertyData property that maps to thedistributorelement.static final TLcdDataPropertyData property that maps to thetransferOptionselement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theDISTRIBUTION_FORMAT_PROPERTYproperty adapted to a list ofTLcdISO19115Formatinstances.Gets the value of theDISTRIBUTOR_PROPERTYproperty adapted to a list ofTLcdISO19115Distributorinstances.Gets the value of theTRANSFER_OPTIONS_PROPERTYproperty adapted to a list ofTLcdISO19115DigitalTransferOptionsinstances.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 thedistributionFormatelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Format>>. -
DISTRIBUTOR_PROPERTY
Data property that maps to thedistributorelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Distributor>>. -
TRANSFER_OPTIONS_PROPERTY
Data property that maps to thetransferOptionselement. 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_PROPERTYproperty adapted to a list ofTLcdISO19115Formatinstances.- Returns:
- the value of the
DISTRIBUTION_FORMAT_PROPERTYproperty adapted to a list ofTLcdISO19115Formatinstances. - See Also:
-
getDistributor
Gets the value of theDISTRIBUTOR_PROPERTYproperty adapted to a list ofTLcdISO19115Distributorinstances.- Returns:
- the value of the
DISTRIBUTOR_PROPERTYproperty adapted to a list ofTLcdISO19115Distributorinstances. - See Also:
-
getTransferOptions
Gets the value of theTRANSFER_OPTIONS_PROPERTYproperty adapted to a list ofTLcdISO19115DigitalTransferOptionsinstances.- Returns:
- the value of the
TRANSFER_OPTIONS_PROPERTYproperty adapted to a list ofTLcdISO19115DigitalTransferOptionsinstances. - See Also:
-