Uses of Class
org.geotools.coverage.processing.BaseScaleOperationJAI

Packages that use BaseScaleOperationJAI
org.geotools.coverage.processing.operation List of coverage operations
 

Uses of BaseScaleOperationJAI in org.geotools.coverage.processing.operation
 

Subclasses of BaseScaleOperationJAI in org.geotools.coverage.processing.operation
 class FilteredSubsample
          This operation is simply a wrapper for the JAI FilteredSubsample operation which allows me to arbitrarly scale a rendered image while smoothing it out.
 class Scale
          This operation is simply a wrapper for the JAI scale operation which allows me to arbitrarily scale and translate a rendered image.
 class SubsampleAverage
          This operation is simply a wrapper for the JAI SubsampleAverage operation which allows me to arbitrarily scale a rendered image while smoothing it out.
 class Warp
          This operation is simply a wrapper for the JAI Warp operation
 



Copyright © 1996-2014 Geotools. All Rights Reserved.