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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theattributeInstances
element.static final TLcdDataProperty
Data property that maps to theattributes
element.static final TLcdDataProperty
Data property that maps to thedataset
element.static final TLcdDataProperty
Data property that maps to thefeatureInstances
element.static final TLcdDataProperty
Data property that maps to thefeatures
element.static final TLcdDataProperty
Data property that maps to theother
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theattributeInstances
element.Returns the value of the property that maps to theattributes
element.Returns the role value contained in the value of theDATASET_PROPERTY
property.Returns the value of the property that maps to thefeatureInstances
element.Returns the value of the property that maps to thefeatures
element.getOther()
Returns the role value contained in the value of theOTHER_PROPERTY
property.void
setDataset
(String aValue) Sets the value of the property that maps to thedataset
element.void
Sets the value of the property that maps to theother
element.
-
Field Details
-
ATTRIBUTES_PROPERTY
Data property that maps to theattributes
element. The possible values for this property are instances ofList<ILcdDataObject>
. -
FEATURES_PROPERTY
Data property that maps to thefeatures
element. The possible values for this property are instances ofList<ILcdDataObject>
. -
FEATURE_INSTANCES_PROPERTY
Data property that maps to thefeatureInstances
element. The possible values for this property are instances ofList<ILcdDataObject>
. -
ATTRIBUTE_INSTANCES_PROPERTY
Data property that maps to theattributeInstances
element. The possible values for this property are instances ofList<ILcdDataObject>
. -
DATASET_PROPERTY
Data property that maps to thedataset
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
OTHER_PROPERTY
Data property that maps to theother
element. 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 theattributes
element.- Returns:
- the value of the
ATTRIBUTES_PROPERTY
property.
-
getFeatures
Returns the value of the property that maps to thefeatures
element.- Returns:
- the value of the
FEATURES_PROPERTY
property.
-
getFeatureInstances
Returns the value of the property that maps to thefeatureInstances
element.- Returns:
- the value of the
FEATURE_INSTANCES_PROPERTY
property.
-
getAttributeInstances
Returns the value of the property that maps to theattributeInstances
element.- Returns:
- the value of the
ATTRIBUTE_INSTANCES_PROPERTY
property.
-
getDataset
Returns the role value contained in the value of theDATASET_PROPERTY
property. Returnsnull
if the value of theDATASET_PROPERTY
property isnull
.- Returns:
- the role value of the
DATASET_PROPERTY
property. - See Also:
-
setDataset
Sets the value of the property that maps to thedataset
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDATASET_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDATASET_PROPERTY
property.
-
getOther
Returns the role value contained in the value of theOTHER_PROPERTY
property. Returnsnull
if the value of theOTHER_PROPERTY
property isnull
.- Returns:
- the role value of the
OTHER_PROPERTY
property. - See Also:
-
setOther
Sets the value of the property that maps to theother
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theOTHER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theOTHER_PROPERTY
property.
-