Class TLcdISO19115ScopeCode
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19115Code
com.luciad.format.metadata.model.maintenance.TLcdISO19115ScopeCode
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Class of information to which the referencing entity applies.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdISO19115ScopeCodeInformation applies to the attribute class.static final TLcdISO19115ScopeCodeInformation applies to the characteristic of a feature.static final TLcdDataPropertyData property that maps to thecodeListattribute.static final TLcdDataPropertyData property that maps to thecodeListValueattribute.static final TLcdDataPropertyData property that maps to thecodeSpaceattribute.static final TLcdISO19115ScopeCodeInformation applies to an unstructured set.static final TLcdISO19115ScopeCodeInformation applies to the collection hardware class.static final TLcdISO19115ScopeCodeInformation applies to the collection session.static final TLcdISO19115ScopeCodeInformation applies to the dataset.static final TLcdISO19115ScopeCodeInformation applies to a dimension group.static final TLcdISO19115ScopeCodeInformation applies to a feature.static final TLcdISO19115ScopeCodeInformation applies to a feature type.static final TLcdISO19115ScopeCodeInformation applies to a field session.static final TLcdISO19115ScopeCodeInformation applies to a copy or imitation of an existing or hypothetical object.static final TLcdISO19115ScopeCodeinformation applies to non-geographic data;static final TLcdISO19115ScopeCodeInformation applies to a property type.static final TLcdISO19115ScopeCodeInformation applies to the series.static final TLcdISO19115ScopeCodeInformation applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case.static final TLcdISO19115ScopeCodeInformation applies to a computer program or routine.static final TLcdISO19115ScopeCodeInformation applies to a tile, a spatial subset of geographic data.static final TLcdDataPropertyData property that holds the type of this instance.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeListattribute.Returns the value of the property that maps to thecodeListValueattribute.Returns the value of the property that maps to thecodeSpaceattribute.getType()Returns the value of the property that holds the type of this instance.Returns the value of the property that maps to the value defined by the simple content.voidsetCodeList(URI aValue) Sets the value of the property that maps to thecodeListattribute.voidsetCodeListValue(URI aValue) Sets the value of the property that maps to thecodeListValueattribute.voidsetCodeSpace(URI aValue) Sets the value of the property that maps to thecodeSpaceattribute.voidSets the value of the property that holds the type of this instance.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19115Code
equals, hashCode
-
Field Details
-
ATTRIBUTE
Information applies to the attribute class. -
ATTRIBUTE_TYPE
Information applies to the characteristic of a feature. -
COLLECTION_HARDWARE
Information applies to the collection hardware class. -
COLLECTION_SESSION
Information applies to the collection session. -
DATASET
Information applies to the dataset. -
SERIES
Information applies to the series. -
NON_GEOGRAPHIC_DATASET
information applies to non-geographic data; -
DIMENSION_GROUP
Information applies to a dimension group. -
FEATURE
Information applies to a feature. -
FEATURE_TYPE
Information applies to a feature type. -
PROPERTY_TYPE
Information applies to a property type. -
FIELD_SESSION
Information applies to a field session. -
SOFTWARE
Information applies to a computer program or routine. -
SERVICE
Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case. -
MODEL
Information applies to a copy or imitation of an existing or hypothetical object. -
TILE
Information applies to a tile, a spatial subset of geographic data. -
COLLECTION
Information applies to an unstructured set.- Since:
- 2022.0
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString. -
CODE_LIST_PROPERTY
Data property that maps to thecodeListattribute. The possible values for this property are instances ofURI. -
CODE_LIST_VALUE_PROPERTY
Data property that maps to thecodeListValueattribute. The possible values for this property are instances ofURI. -
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpaceattribute. The possible values for this property are instances ofURI. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
TLcdISO19115ScopeCode
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getCodeList
Returns the value of the property that maps to thecodeListattribute.- Returns:
- the value of the
CODE_LIST_PROPERTYproperty.
-
setCodeList
Sets the value of the property that maps to thecodeListattribute.- Parameters:
aValue- the value to set for theCODE_LIST_PROPERTYproperty.
-
getCodeListValue
Returns the value of the property that maps to thecodeListValueattribute.- Returns:
- the value of the
CODE_LIST_VALUE_PROPERTYproperty.
-
setCodeListValue
Sets the value of the property that maps to thecodeListValueattribute.- Parameters:
aValue- the value to set for theCODE_LIST_VALUE_PROPERTYproperty.
-
getCodeSpace
Returns the value of the property that maps to thecodeSpaceattribute.- Returns:
- the value of the
CODE_SPACE_PROPERTYproperty.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpaceattribute.- Parameters:
aValue- the value to set for theCODE_SPACE_PROPERTYproperty.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-