Class TLcdISO19115Distributor
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.distribution.TLcdISO19115Distributor
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Information about the distributor
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedistributionOrderProcess
element.static final TLcdDataProperty
Data property that maps to thedistributorContact
element.static final TLcdDataProperty
Data property that maps to thedistributorFormat
element.static final TLcdDataProperty
Data property that maps to thedistributorTransferOptions
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_ORDER_PROCESS_PROPERTY
property adapted to a list ofTLcdISO19115StandardOrderProcess
instances.Returns the role value contained in the value of theDISTRIBUTOR_CONTACT_PROPERTY
property.Gets the value of theDISTRIBUTOR_FORMAT_PROPERTY
property adapted to a list ofTLcdISO19115Format
instances.Gets the value of theDISTRIBUTOR_TRANSFER_OPTIONS_PROPERTY
property adapted to a list ofTLcdISO19115DigitalTransferOptions
instances.void
Sets the value of the property that maps to thedistributorContact
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DISTRIBUTOR_CONTACT_PROPERTY
Data property that maps to thedistributorContact
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115ResponsibleParty>
. -
DISTRIBUTION_ORDER_PROCESS_PROPERTY
Data property that maps to thedistributionOrderProcess
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115StandardOrderProcess>>
. -
DISTRIBUTOR_FORMAT_PROPERTY
Data property that maps to thedistributorFormat
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Format>>
. -
DISTRIBUTOR_TRANSFER_OPTIONS_PROPERTY
Data property that maps to thedistributorTransferOptions
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115DigitalTransferOptions>>
.
-
-
Constructor Details
-
TLcdISO19115Distributor
public TLcdISO19115Distributor() -
TLcdISO19115Distributor
-
-
Method Details
-
getDistributorContact
Returns the role value contained in the value of theDISTRIBUTOR_CONTACT_PROPERTY
property. Returnsnull
if the value of theDISTRIBUTOR_CONTACT_PROPERTY
property isnull
.- Returns:
- the role value of the
DISTRIBUTOR_CONTACT_PROPERTY
property. - See Also:
-
setDistributorContact
Sets the value of the property that maps to thedistributorContact
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theDISTRIBUTOR_CONTACT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDISTRIBUTOR_CONTACT_PROPERTY
property.
-
getDistributionOrderProcess
Gets the value of theDISTRIBUTION_ORDER_PROCESS_PROPERTY
property adapted to a list ofTLcdISO19115StandardOrderProcess
instances.- Returns:
- the value of the
DISTRIBUTION_ORDER_PROCESS_PROPERTY
property adapted to a list ofTLcdISO19115StandardOrderProcess
instances. - See Also:
-
getDistributorFormat
Gets the value of theDISTRIBUTOR_FORMAT_PROPERTY
property adapted to a list ofTLcdISO19115Format
instances.- Returns:
- the value of the
DISTRIBUTOR_FORMAT_PROPERTY
property adapted to a list ofTLcdISO19115Format
instances. - See Also:
-
getDistributorTransferOptions
Gets the value of theDISTRIBUTOR_TRANSFER_OPTIONS_PROPERTY
property adapted to a list ofTLcdISO19115DigitalTransferOptions
instances.- Returns:
- the value of the
DISTRIBUTOR_TRANSFER_OPTIONS_PROPERTY
property adapted to a list ofTLcdISO19115DigitalTransferOptions
instances. - See Also:
-