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

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

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

Classes in org.geotools.metadata.iso.identification that implement RepresentativeFraction
 class RepresentativeFractionImpl
          A scale where denominator = 1 / scale.
 

Methods in org.geotools.metadata.iso.identification that return RepresentativeFraction
static RepresentativeFraction RepresentativeFractionImpl.fromScale(double scale)
          Creates a representative fraction from a scale as a double value.
 RepresentativeFraction ResolutionImpl.getEquivalentScale()
          Level of detail expressed as the scale of a comparable hardcopy map or chart.
 

Methods in org.geotools.metadata.iso.identification with parameters of type RepresentativeFraction
 void ResolutionImpl.setEquivalentScale(RepresentativeFraction newValue)
          Set the level of detail expressed as the scale of a comparable hardcopy map or chart.
 

Uses of RepresentativeFraction in org.geotools.metadata.iso.lineage
 

Methods in org.geotools.metadata.iso.lineage that return RepresentativeFraction
 RepresentativeFraction SourceImpl.getScaleDenominator()
          Returns the denominator of the representative fraction on a source map.
 

Methods in org.geotools.metadata.iso.lineage with parameters of type RepresentativeFraction
 void SourceImpl.setScaleDenominator(RepresentativeFraction newValue)
          Set the denominator of the representative fraction on a source map.
 

Uses of RepresentativeFraction in org.opengis.metadata.identification
 

Methods in org.opengis.metadata.identification that return RepresentativeFraction
 RepresentativeFraction Resolution.getEquivalentScale()
          Level of detail expressed as the scale of a comparable hardcopy map or chart.
 

Uses of RepresentativeFraction in org.opengis.metadata.lineage
 

Methods in org.opengis.metadata.lineage that return RepresentativeFraction
 RepresentativeFraction Source.getScaleDenominator()
          Denominator of the representative fraction on a source map.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.