Class TLcdISO19115ScopeDescription
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.maintenance.TLcdISO19115ScopeDescription
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Description of the class of information covered by the information
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theattributeInstanceselement.static final TLcdDataPropertyData property that maps to theattributeselement.static final TLcdDataPropertyData property that maps to thedatasetelement.static final TLcdDataPropertyData property that maps to thefeatureInstanceselement.static final TLcdDataPropertyData property that maps to thefeatureselement.static final TLcdDataPropertyData property that maps to theotherelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theattributeInstanceselement.Returns the value of the property that maps to theattributeselement.Returns the role value contained in the value of theDATASET_PROPERTYproperty.Returns the value of the property that maps to thefeatureInstanceselement.Returns the value of the property that maps to thefeatureselement.getOther()Returns the role value contained in the value of theOTHER_PROPERTYproperty.voidsetDataset(String aValue) Sets the value of the property that maps to thedatasetelement.voidSets the value of the property that maps to theotherelement.
-
Field Details
-
ATTRIBUTES_PROPERTY
Data property that maps to theattributeselement. The possible values for this property are instances ofList<ILcdDataObject>. -
FEATURES_PROPERTY
Data property that maps to thefeatureselement. The possible values for this property are instances ofList<ILcdDataObject>. -
FEATURE_INSTANCES_PROPERTY
Data property that maps to thefeatureInstanceselement. The possible values for this property are instances ofList<ILcdDataObject>. -
ATTRIBUTE_INSTANCES_PROPERTY
Data property that maps to theattributeInstanceselement. The possible values for this property are instances ofList<ILcdDataObject>. -
DATASET_PROPERTY
Data property that maps to thedatasetelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
OTHER_PROPERTY
Data property that maps to theotherelement. The possible values for this property are instances ofTLcdISO19115Optional<String>.
-
-
Constructor Details
-
TLcdISO19115ScopeDescription
public TLcdISO19115ScopeDescription() -
TLcdISO19115ScopeDescription
-
-
Method Details
-
getAttributes
Returns the value of the property that maps to theattributeselement.- Returns:
- the value of the
ATTRIBUTES_PROPERTYproperty.
-
getFeatures
Returns the value of the property that maps to thefeatureselement.- Returns:
- the value of the
FEATURES_PROPERTYproperty.
-
getFeatureInstances
Returns the value of the property that maps to thefeatureInstanceselement.- Returns:
- the value of the
FEATURE_INSTANCES_PROPERTYproperty.
-
getAttributeInstances
Returns the value of the property that maps to theattributeInstanceselement.- Returns:
- the value of the
ATTRIBUTE_INSTANCES_PROPERTYproperty.
-
getDataset
Returns the role value contained in the value of theDATASET_PROPERTYproperty. Returnsnullif the value of theDATASET_PROPERTYproperty isnull.- Returns:
- the role value of the
DATASET_PROPERTYproperty. - See Also:
-
setDataset
Sets the value of the property that maps to thedatasetelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDATASET_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDATASET_PROPERTYproperty.
-
getOther
Returns the role value contained in the value of theOTHER_PROPERTYproperty. Returnsnullif the value of theOTHER_PROPERTYproperty isnull.- Returns:
- the role value of the
OTHER_PROPERTYproperty. - See Also:
-
setOther
Sets the value of the property that maps to theotherelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theOTHER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theOTHER_PROPERTYproperty.
-