org.geotools.metadata.iso.quality
Class ScopeImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.quality.ScopeImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.quality.Scope

public class ScopeImpl
extends MetadataEntity
implements org.opengis.metadata.quality.Scope

Description of the data specified by the scope.

Since:
2.1
Version:
$Id: ScopeImpl.java 30640 2008-06-12 17:34:32Z acuster $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
ScopeImpl()
          Constructs an initially empty scope.
ScopeImpl(org.opengis.metadata.quality.Scope source)
          Constructs a metadata entity initialized with the values from the specified metadata.
ScopeImpl(org.opengis.metadata.maintenance.ScopeCode level)
          Creates a scope initialized to the given level.
 
Method Summary
 org.opengis.metadata.extent.Extent getExtent()
          Information about the spatial, vertical and temporal extent of the data specified by the scope.
 org.opengis.metadata.maintenance.ScopeCode getLevel()
          Hierarchical level of the data specified by the scope.
 java.util.Collection<org.opengis.metadata.maintenance.ScopeDescription> getLevelDescription()
          Returns detailed descriptions about the level of the data specified by the scope.
 void setExtent(org.opengis.metadata.extent.Extent newValue)
          Set information about the spatial, vertical and temporal extent of the data specified by the scope.
 void setLevel(org.opengis.metadata.maintenance.ScopeCode newValue)
          Set the hierarchical level of the data specified by the scope.
 void setLevelDescription(java.util.Collection<? extends org.opengis.metadata.maintenance.ScopeDescription> newValues)
          Set detailed descriptions about the level of the data specified by the scope.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopeImpl

public ScopeImpl()
Constructs an initially empty scope.


ScopeImpl

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

Since:
2.4

ScopeImpl

public ScopeImpl(org.opengis.metadata.maintenance.ScopeCode level)
Creates a scope initialized to the given level.

Method Detail

getLevel

public org.opengis.metadata.maintenance.ScopeCode getLevel()
Hierarchical level of the data specified by the scope.

Specified by:
getLevel in interface org.opengis.metadata.quality.Scope

setLevel

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


getLevelDescription

public java.util.Collection<org.opengis.metadata.maintenance.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 org.opengis.metadata.quality.Scope
Since:
2.4

setLevelDescription

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

Since:
2.4

getExtent

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

Specified by:
getExtent in interface org.opengis.metadata.quality.Scope

setExtent

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



Copyright © 1996-2010 Geotools. All Rights Reserved.