Uses of Class
org.deegree.coverage.raster.interpolation.InterpolationType

Packages that use InterpolationType
org.deegree.coverage   
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.coverage.raster.interpolation This package contains classes for interpolation of raster data. 
org.deegree.coverage.tools   
org.deegree.protocol.wcs   
org.deegree.services.wcs.model   
org.deegree.tools.coverage.rtb   
 

Uses of InterpolationType in org.deegree.coverage
 

Methods in org.deegree.coverage with parameters of type InterpolationType
 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.
 

Uses of InterpolationType in org.deegree.coverage.raster
 

Methods in org.deegree.coverage.raster with parameters of type InterpolationType
 AbstractRaster MultiResolutionRaster.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
           
 AbstractRaster AbstractRaster.getAsRaster(Envelope spatialExtent, SampleResolution resolution, InterpolationType interpolation)
           
 AbstractRaster RasterTransformer.transform(AbstractRaster sourceRaster, Envelope dstEnvelope, int dstWidth, int dstHeight, InterpolationType interpolationType)
          Creates a transformed raster from a given source raster.
 AbstractRaster RasterTransformer.transform(AbstractRaster sourceRaster, InterpolationType interpolationType)
          Transform a raster to the target coordinate system.
 

Uses of InterpolationType in org.deegree.coverage.raster.interpolation
 

Methods in org.deegree.coverage.raster.interpolation that return InterpolationType
static InterpolationType InterpolationType.fromString(String interpolation)
          Get interpolation for the given string.
static InterpolationType InterpolationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterpolationType[] InterpolationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.coverage.raster.interpolation with parameters of type InterpolationType
static Interpolation InterpolationFactory.getInterpolation(InterpolationType type, RasterData rasterData)
          Creates a new interpolation of the given type and for the given raster.
 

Constructors in org.deegree.coverage.raster.interpolation with parameters of type InterpolationType
RasterInterpolater(InterpolationType interpolationType)
           
 

Uses of InterpolationType in org.deegree.coverage.tools
 

Methods in org.deegree.coverage.tools that return InterpolationType
static InterpolationType RasterCommandUtils.getInterpolationType(String type)
          Returns an InterpolationType for a string shortcut.
 

Uses of InterpolationType in org.deegree.protocol.wcs
 

Methods in org.deegree.protocol.wcs that return InterpolationType
 InterpolationType WCSConstants.InterpolationMethod.asRasterAPIType()
           
 

Methods in org.deegree.protocol.wcs with parameters of type InterpolationType
static WCSConstants.InterpolationMethod WCSConstants.InterpolationMethod.map(InterpolationType type)
           
 

Uses of InterpolationType in org.deegree.services.wcs.model
 

Methods in org.deegree.services.wcs.model that return types with arguments of type InterpolationType
 Set<InterpolationType> CoverageOptions.getInterpolations()
           
 

Constructor parameters in org.deegree.services.wcs.model with type arguments of type InterpolationType
CoverageOptions(String nativeFormat, List<String> formats, List<String> crss, List<InterpolationType> interpolations)
           
 

Uses of InterpolationType in org.deegree.tools.coverage.rtb
 

Methods in org.deegree.tools.coverage.rtb that return InterpolationType
 InterpolationType RasterTreeBuilder.getInterpolation()
           
 

Constructors in org.deegree.tools.coverage.rtb with parameters of type InterpolationType
RasterTreeBuilder(RasterIOOptions options, ICRS dstSRS, File dstDir, int maxTileSize, InterpolationType interpolation)
          Creates a new RasterTreeBuilder.
 



Copyright © 2011. All Rights Reserved.