Uses of Class
org.geotools.coverage.GridSampleDimension

Packages that use GridSampleDimension
org.geotools.coverage Coverage implementation. 
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.coverage.processing Coverage processing implementations. 
org.geotools.coverage.processing.operation List of coverage operations
 

Uses of GridSampleDimension in org.geotools.coverage
 

Methods in org.geotools.coverage that return GridSampleDimension
 GridSampleDimension GridSampleDimension.geophysics(boolean geo)
          Returns the geophysics or packed view of this sample dimension.
 GridSampleDimension GridSampleDimension.rescale(double scale, double offset)
          Returns a sample dimension using new scale and offset coefficients.
static GridSampleDimension GridSampleDimension.wrap(SampleDimension sd)
          Wraps the specified OpenGIS's sample dimension into a Geotools's implementation of GridSampleDimension.
 

Constructors in org.geotools.coverage with parameters of type GridSampleDimension
GridSampleDimension(GridSampleDimension other)
          Constructs a new sample dimension with the same categories and units than the specified sample dimension.
 

Uses of GridSampleDimension in org.geotools.coverage.grid
 

Methods in org.geotools.coverage.grid that return GridSampleDimension
 GridSampleDimension GridCoverageBuilder.Variable.getSampleDimension()
          Returns a sample dimension for the current range of sample values.
 GridSampleDimension GridCoverage2D.getSampleDimension(int index)
          Retrieve sample dimension information for the coverage.
 GridSampleDimension[] GridCoverage2D.getSampleDimensions()
          Returns all sample dimensions for this grid coverage.
 

Methods in org.geotools.coverage.grid with parameters of type GridSampleDimension
 GridCoverage2D GridCoverageFactory.create(CharSequence name, ImageFunction function, GridGeometry2D gridGeometry, GridSampleDimension[] bands, Map properties)
          Constructs a grid coverage from an image function.
 GridCoverage2D GridCoverageFactory.create(CharSequence name, RenderedImage image, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands, GridCoverage[] sources, Map properties)
          Constructs a grid coverage from the specified image and "grid to CRS" transform.
 GridCoverage2D GridCoverageFactory.create(CharSequence name, RenderedImage image, Envelope envelope, GridSampleDimension[] bands, GridCoverage[] sources, Map properties)
          Constructs a grid coverage from the specified image and envelope.
 GridCoverage2D GridCoverageFactory.create(CharSequence name, RenderedImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties)
          Constructs a grid coverage from the specified image and grid geometry.
 GridCoverage2D GridCoverageFactory.create(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands)
          Constructs a grid coverage from the specified raster and "grid to CRS" transform.
 GridCoverage2D GridCoverageFactory.create(CharSequence name, WritableRaster raster, Envelope envelope, GridSampleDimension[] bands)
          Constructs a grid coverage from the specified raster and envelope.
 

Constructors in org.geotools.coverage.grid with parameters of type GridSampleDimension
GridCoverage2D(CharSequence name, PlanarImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties)
          Deprecated. Use the constructor with a Hints argument instead.
GridCoverage2D(CharSequence name, PlanarImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties, Hints hints)
          Constructs a grid coverage with the specified grid geometry and sample dimensions.
 

Uses of GridSampleDimension in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing that return GridSampleDimension
protected  GridSampleDimension[] FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the target sample dimensions.
protected  GridSampleDimension[] BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derives the GridSampleDimensions for the destination image.
protected  GridSampleDimension[] OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the sample dimensions for the target grid coverage.
 GridSampleDimension ColorMap.recolor(GridSampleDimension sampleDimension, int[] ARGB)
          Applies to the specified sample dimension the colors given to this color map.
 

Methods in org.geotools.coverage.processing with parameters of type GridSampleDimension
protected  GridSampleDimension[] FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the target sample dimensions.
protected  GridSampleDimension[] BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derives the GridSampleDimensions for the destination image.
protected  GridSampleDimension[] OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the sample dimensions for the target grid coverage.
 GridSampleDimension ColorMap.recolor(GridSampleDimension sampleDimension, int[] ARGB)
          Applies to the specified sample dimension the colors given to this color map.
 

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

Methods in org.geotools.coverage.processing.operation that return GridSampleDimension
protected  GridSampleDimension Recolor.transformColormap(int[] ARGB, int band, GridSampleDimension sampleDimension, ParameterValueGroup parameters)
          Transforms the supplied RGB colors.
 

Methods in org.geotools.coverage.processing.operation with parameters of type GridSampleDimension
protected  GridSampleDimension Recolor.transformColormap(int[] ARGB, int band, GridSampleDimension sampleDimension, ParameterValueGroup parameters)
          Transforms the supplied RGB colors.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.