|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ScopeImpl
public class ScopeImpl
Description of the data specified by the scope.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ScopeImpl()
Constructs an initially empty scope. |
|
ScopeImpl(Scope source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
ScopeImpl(ScopeCode level)
Creates a scope initialized to the given level. |
Method Summary | |
---|---|
Extent |
getExtent()
Information about the spatial, vertical and temporal extent of the data specified by the scope. |
ScopeCode |
getLevel()
Hierarchical level of the data specified by the scope. |
Collection<ScopeDescription> |
getLevelDescription()
Returns detailed descriptions about the level of the data specified by the scope. |
void |
setExtent(Extent newValue)
Set information about the spatial, vertical and temporal extent of the data specified by the scope. |
void |
setLevel(ScopeCode newValue)
Set the hierarchical level of the data specified by the scope. |
void |
setLevelDescription(Collection<? extends ScopeDescription> newValues)
Set detailed descriptions about the level of the data specified by the scope. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScopeImpl()
public ScopeImpl(Scope source)
public ScopeImpl(ScopeCode level)
Method Detail |
---|
public ScopeCode getLevel()
getLevel
in interface Scope
public void setLevel(ScopeCode newValue)
public Collection<ScopeDescription> getLevelDescription()
DATASET
or SERIES
.
getLevelDescription
in interface Scope
public void setLevelDescription(Collection<? extends ScopeDescription> newValues)
public Extent getExtent()
getExtent
in interface Scope
null
.public void setExtent(Extent newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |