org.geotools.metadata.iso.quality
Class ScopeImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by ScopeImpl
All Implemented Interfaces:
Serializable, Cloneable, Scope

public class ScopeImpl
extends MetadataEntity
implements Scope

Description of the data specified by the scope.

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form
Module:
modules/library/metadata (gt-metadata.jar)

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

ScopeImpl

public ScopeImpl()
Constructs an initially empty scope.


ScopeImpl

public ScopeImpl(Scope source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

ScopeImpl

public ScopeImpl(ScopeCode level)
Creates a scope initialized to the given level.

Method Detail

getLevel

public ScopeCode getLevel()
Hierarchical level of the data specified by the scope.

Specified by:
getLevel in interface Scope

setLevel

public void setLevel(ScopeCode newValue)
Set the hierarchical level of the data specified by the scope.


getLevelDescription

public Collection<ScopeDescription> getLevelDescription()
Returns detailed descriptions about the level of the data specified by the scope. Should be defined only if the level is not equal to DATASET or SERIES.

Specified by:
getLevelDescription in interface Scope
Since:
2.4

setLevelDescription

public void setLevelDescription(Collection<? extends ScopeDescription> newValues)
Set detailed descriptions about the level of the data specified by the scope.

Since:
2.4

getExtent

public Extent getExtent()
Information about the spatial, vertical and temporal extent of the data specified by the scope.

Specified by:
getExtent in interface Scope

setExtent

public void setExtent(Extent newValue)
Set information about the spatial, vertical and temporal extent of the data specified by the scope.



Copyright © 1996-2009 Geotools. All Rights Reserved.