Uses of Interface
org.opengis.metadata.identification.Resolution

Packages that use Resolution
org.geotools.metadata.iso.identification Identification implementation. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
 

Uses of Resolution in org.geotools.metadata.iso.identification
 

Classes in org.geotools.metadata.iso.identification that implement Resolution
 class ResolutionImpl
          Level of detail expressed as a scale factor or a ground distance.
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type Resolution
 Collection<Resolution> DataIdentificationImpl.getSpatialResolutions()
          Factor which provides a general understanding of the density of spatial data in the dataset.
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type Resolution
 void DataIdentificationImpl.setSpatialResolutions(Collection<? extends Resolution> newValues)
          Set the factor which provides a general understanding of the density of spatial data in the dataset.
 

Constructors in org.geotools.metadata.iso.identification with parameters of type Resolution
ResolutionImpl(Resolution source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Resolution in org.opengis.metadata.identification
 

Methods in org.opengis.metadata.identification that return types with arguments of type Resolution
 Collection<? extends Resolution> DataIdentification.getSpatialResolutions()
          Factor which provides a general understanding of the density of spatial data in the dataset.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.