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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedistributionOrderProcesselement.static final TLcdDataPropertyData property that maps to thedistributorContactelement.static final TLcdDataPropertyData property that maps to thedistributorFormatelement.static final TLcdDataPropertyData property that maps to thedistributorTransferOptionselement.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_ORDER_PROCESS_PROPERTYproperty adapted to a list ofTLcdISO19115StandardOrderProcessinstances.Returns the role value contained in the value of theDISTRIBUTOR_CONTACT_PROPERTYproperty.Gets the value of theDISTRIBUTOR_FORMAT_PROPERTYproperty adapted to a list ofTLcdISO19115Formatinstances.Gets the value of theDISTRIBUTOR_TRANSFER_OPTIONS_PROPERTYproperty adapted to a list ofTLcdISO19115DigitalTransferOptionsinstances.voidSets the value of the property that maps to thedistributorContactelement.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 thedistributorContactelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115ResponsibleParty>. -
DISTRIBUTION_ORDER_PROCESS_PROPERTY
Data property that maps to thedistributionOrderProcesselement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115StandardOrderProcess>>. -
DISTRIBUTOR_FORMAT_PROPERTY
Data property that maps to thedistributorFormatelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Format>>. -
DISTRIBUTOR_TRANSFER_OPTIONS_PROPERTY
Data property that maps to thedistributorTransferOptionselement. 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_PROPERTYproperty. Returnsnullif the value of theDISTRIBUTOR_CONTACT_PROPERTYproperty isnull.- Returns:
- the role value of the
DISTRIBUTOR_CONTACT_PROPERTYproperty. - See Also:
-
setDistributorContact
Sets the value of the property that maps to thedistributorContactelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theDISTRIBUTOR_CONTACT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDISTRIBUTOR_CONTACT_PROPERTYproperty.
-
getDistributionOrderProcess
Gets the value of theDISTRIBUTION_ORDER_PROCESS_PROPERTYproperty adapted to a list ofTLcdISO19115StandardOrderProcessinstances.- Returns:
- the value of the
DISTRIBUTION_ORDER_PROCESS_PROPERTYproperty adapted to a list ofTLcdISO19115StandardOrderProcessinstances. - See Also:
-
getDistributorFormat
Gets the value of theDISTRIBUTOR_FORMAT_PROPERTYproperty adapted to a list ofTLcdISO19115Formatinstances.- Returns:
- the value of the
DISTRIBUTOR_FORMAT_PROPERTYproperty adapted to a list ofTLcdISO19115Formatinstances. - See Also:
-
getDistributorTransferOptions
Gets the value of theDISTRIBUTOR_TRANSFER_OPTIONS_PROPERTYproperty adapted to a list ofTLcdISO19115DigitalTransferOptionsinstances.- Returns:
- the value of the
DISTRIBUTOR_TRANSFER_OPTIONS_PROPERTYproperty adapted to a list ofTLcdISO19115DigitalTransferOptionsinstances. - See Also:
-