Uses of Interface
org.opengis.metadata.quality.Scope

Packages that use Scope
org.geotools.metadata.iso.quality Data quality implementation. 
org.opengis.metadata.quality Data quality and positional accuracy
 

Uses of Scope in org.geotools.metadata.iso.quality
 

Classes in org.geotools.metadata.iso.quality that implement Scope
 class ScopeImpl
          Description of the data specified by the scope.
 

Methods in org.geotools.metadata.iso.quality that return Scope
 Scope DataQualityImpl.getScope()
          The specific data to which the data quality information applies.
 

Methods in org.geotools.metadata.iso.quality with parameters of type Scope
 void DataQualityImpl.setScope(Scope newValue)
          Set the specific data to which the data quality information applies.
 

Constructors in org.geotools.metadata.iso.quality with parameters of type Scope
DataQualityImpl(Scope scope)
          Creates a data quality initialized to the given scope.
ScopeImpl(Scope source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Scope in org.opengis.metadata.quality
 

Methods in org.opengis.metadata.quality that return Scope
 Scope DataQuality.getScope()
          The specific data to which the data quality information applies.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.