Uses of Class
org.deegree.coverage.raster.SampleResolution

Packages that use SampleResolution
org.deegree.coverage   
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
 

Uses of SampleResolution in org.deegree.coverage
 

Methods in org.deegree.coverage that return SampleResolution
 SampleResolution ResolutionInfo.getBestFit(SampleResolution targetResolution, ResolutionInfo.RoundingMode mode)
          Returns the best fitting (in terms of the given rounding mode) native resolution.
 

Methods in org.deegree.coverage that return types with arguments of type SampleResolution
 List<SampleResolution> ResolutionInfo.getNativeResolutions()
          Returns the native resolutions of the coverage.
 

Methods in org.deegree.coverage with parameters of type SampleResolution
 AbstractRaster Coverage.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
          Get a rasterized extent of this coverage by applying the given sample resolution to the given spatial extent of the coverage and applying the given interpolation if needed.
 SampleResolution ResolutionInfo.getBestFit(SampleResolution targetResolution, ResolutionInfo.RoundingMode mode)
          Returns the best fitting (in terms of the given rounding mode) native resolution.
 

Constructors in org.deegree.coverage with parameters of type SampleResolution
ResolutionInfo(SampleResolution resolution)
          The info holds only one native resolution (typically from a single/tiled raster).
 

Constructor parameters in org.deegree.coverage with type arguments of type SampleResolution
ResolutionInfo(List<SampleResolution> resolutions)
          The info holds only one native resolution (typically a multi resolution raster).
 

Uses of SampleResolution in org.deegree.coverage.raster
 

Methods in org.deegree.coverage.raster with parameters of type SampleResolution
 AbstractRaster MultiResolutionRaster.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
           
 AbstractRaster AbstractRaster.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
           
 



Copyright © 2011. All Rights Reserved.