Uses of Interface
org.opengis.metadata.maintenance.ScopeDescription

Packages that use ScopeDescription
org.geotools.metadata.iso.maintenance Maintenance information implementation. 
org.geotools.metadata.iso.quality Data quality implementation. 
org.opengis.metadata.maintenance Maintenance information
org.opengis.metadata.quality Data quality and positional accuracy
 

Uses of ScopeDescription in org.geotools.metadata.iso.maintenance
 

Classes in org.geotools.metadata.iso.maintenance that implement ScopeDescription
 class ScopeDescriptionImpl
          Description of the class of information covered by the information.
 

Methods in org.geotools.metadata.iso.maintenance that return types with arguments of type ScopeDescription
 Collection<ScopeDescription> MaintenanceInformationImpl.getUpdateScopeDescriptions()
          Returns additional information about the range or extent of the resource.
 

Method parameters in org.geotools.metadata.iso.maintenance with type arguments of type ScopeDescription
 void MaintenanceInformationImpl.setUpdateScopeDescriptions(Collection<? extends ScopeDescription> newValues)
          Set additional information about the range or extent of the resource.
 

Constructors in org.geotools.metadata.iso.maintenance with parameters of type ScopeDescription
ScopeDescriptionImpl(ScopeDescription source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

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

Methods in org.geotools.metadata.iso.quality that return types with arguments of type ScopeDescription
 Collection<ScopeDescription> ScopeImpl.getLevelDescription()
          Returns detailed descriptions about the level of the data specified by the scope.
 

Method parameters in org.geotools.metadata.iso.quality with type arguments of type ScopeDescription
 void ScopeImpl.setLevelDescription(Collection<? extends ScopeDescription> newValues)
          Set detailed descriptions about the level of the data specified by the scope.
 

Uses of ScopeDescription in org.opengis.metadata.maintenance
 

Methods in org.opengis.metadata.maintenance that return types with arguments of type ScopeDescription
 Collection<? extends ScopeDescription> MaintenanceInformation.getUpdateScopeDescriptions()
          Additional information about the range or extent of the resource.
 

Uses of ScopeDescription in org.opengis.metadata.quality
 

Methods in org.opengis.metadata.quality that return types with arguments of type ScopeDescription
 Collection<? extends ScopeDescription> Scope.getLevelDescription()
          Detailed description about the level of the data specified by the scope.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.