Class TLcdISO19115Scope
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.dataquality.TLcdISO19115Scope
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Description of the data specified by the scope
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theextentelement.static final TLcdDataPropertyData property that maps to thelevelDescriptionelement.static final TLcdDataPropertyData property that maps to thelevelelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTENT_PROPERTYproperty.getLevel()Returns the role value contained in the value of theLEVEL_PROPERTYproperty.Gets the value of theLEVEL_DESCRIPTION_PROPERTYproperty adapted to a list ofTLcdISO19115ScopeDescriptioninstances.voidsetExtent(TLcdISO19115Extent aValue) Sets the value of the property that maps to theextentelement.voidsetLevel(TLcdISO19115ScopeCode aValue) Sets the value of the property that maps to thelevelelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
LEVEL_PROPERTY
Data property that maps to thelevelelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115ScopeCode>. -
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Extent>. -
LEVEL_DESCRIPTION_PROPERTY
Data property that maps to thelevelDescriptionelement. The possible values for this property are instances ofList<TLcdISO19115Optional<TLcdISO19115ScopeDescription>>.
-
-
Constructor Details
-
TLcdISO19115Scope
public TLcdISO19115Scope() -
TLcdISO19115Scope
-
-
Method Details
-
getLevel
Returns the role value contained in the value of theLEVEL_PROPERTYproperty. Returnsnullif the value of theLEVEL_PROPERTYproperty isnull.- Returns:
- the role value of the
LEVEL_PROPERTYproperty. - See Also:
-
setLevel
Sets the value of the property that maps to thelevelelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theLEVEL_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLEVEL_PROPERTYproperty.
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTYproperty. Returnsnullif the value of theEXTENT_PROPERTYproperty isnull.- Returns:
- the role value of the
EXTENT_PROPERTYproperty. - See Also:
-
setExtent
Sets the value of the property that maps to theextentelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theEXTENT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theEXTENT_PROPERTYproperty.
-
getLevelDescription
Gets the value of theLEVEL_DESCRIPTION_PROPERTYproperty adapted to a list ofTLcdISO19115ScopeDescriptioninstances.- Returns:
- the value of the
LEVEL_DESCRIPTION_PROPERTYproperty adapted to a list ofTLcdISO19115ScopeDescriptioninstances. - See Also:
-