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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theextent
element.static final TLcdDataProperty
Data property that maps to thelevelDescription
element.static final TLcdDataProperty
Data property that maps to thelevel
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTENT_PROPERTY
property.getLevel()
Returns the role value contained in the value of theLEVEL_PROPERTY
property.Gets the value of theLEVEL_DESCRIPTION_PROPERTY
property adapted to a list ofTLcdISO19115ScopeDescription
instances.void
setExtent
(TLcdISO19115Extent aValue) Sets the value of the property that maps to theextent
element.void
setLevel
(TLcdISO19115ScopeCode aValue) Sets the value of the property that maps to thelevel
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
LEVEL_PROPERTY
Data property that maps to thelevel
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115ScopeCode>
. -
EXTENT_PROPERTY
Data property that maps to theextent
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Extent>
. -
LEVEL_DESCRIPTION_PROPERTY
Data property that maps to thelevelDescription
element. 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_PROPERTY
property. Returnsnull
if the value of theLEVEL_PROPERTY
property isnull
.- Returns:
- the role value of the
LEVEL_PROPERTY
property. - See Also:
-
setLevel
Sets the value of the property that maps to thelevel
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theLEVEL_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theLEVEL_PROPERTY
property.
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTY
property. Returnsnull
if the value of theEXTENT_PROPERTY
property isnull
.- Returns:
- the role value of the
EXTENT_PROPERTY
property. - See Also:
-
setExtent
Sets the value of the property that maps to theextent
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theEXTENT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXTENT_PROPERTY
property.
-
getLevelDescription
Gets the value of theLEVEL_DESCRIPTION_PROPERTY
property adapted to a list ofTLcdISO19115ScopeDescription
instances.- Returns:
- the value of the
LEVEL_DESCRIPTION_PROPERTY
property adapted to a list ofTLcdISO19115ScopeDescription
instances. - See Also:
-