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.  
 

Uses of GridSampleDimension in org.geotools.coverage
 

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

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[] GridCoverage2D.getSampleDimensions()
          Returns all sample dimensions for this grid coverage.
 

Methods in org.geotools.coverage.grid with parameters of type GridSampleDimension
 org.opengis.coverage.grid.GridCoverage GridCoverageFactory.create(java.lang.CharSequence name, javax.media.jai.ImageFunction function, org.opengis.referencing.crs.CoordinateReferenceSystem crs, GridGeometry2D gridGeometry, GridSampleDimension[] bands, java.util.Map properties)
          Deprecated. Replaced by the variant without CRS, since the CRS is now included in the grid geometry.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, javax.media.jai.ImageFunction function, GridGeometry2D gridGeometry, GridSampleDimension[] bands, java.util.Map properties)
          Constructs a grid coverage from an image function.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.WritableRaster raster, org.opengis.spatialschema.geometry.Envelope envelope, GridSampleDimension[] bands)
          Constructs a grid coverage from the specified raster and envelope.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.WritableRaster raster, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.operation.MathTransform gridToCRS, GridSampleDimension[] bands)
          Constructs a grid coverage from the specified raster and "grid to CRS" transform.
 org.opengis.coverage.grid.GridCoverage GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.RenderedImage image, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.spatialschema.geometry.Envelope envelope, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          Deprecated. Replaced by the variant without CRS, since the CRS is now included in the envelope.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.RenderedImage image, org.opengis.spatialschema.geometry.Envelope envelope, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          Constructs a grid coverage from the specified image and envelope.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.RenderedImage image, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.operation.MathTransform gridToCRS, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          Constructs a grid coverage from the specified image and "grid to CRS" transform.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.RenderedImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          Constructs a grid coverage from the specified image and grid geometry.
 

Constructors in org.geotools.coverage.grid with parameters of type GridSampleDimension
GridCoverage2D(java.lang.CharSequence name, java.awt.image.RenderedImage image, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.spatialschema.geometry.Envelope envelope, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          Deprecated. Use GridCoverageFactory instead.
GridCoverage2D(java.lang.CharSequence name, java.awt.image.RenderedImage image, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.operation.MathTransform gridToCRS, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          Deprecated. Use GridCoverageFactory instead.
GridCoverage2D(java.lang.CharSequence name, javax.media.jai.PlanarImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, org.opengis.coverage.grid.GridCoverage[] sources, java.util.Map properties)
          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[] BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derives the GridSampleDimensions for the destination image.
protected  GridSampleDimension[] FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the target sample dimensions.
protected  GridSampleDimension[] OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the sample dimensions for the target grid coverage.
 

Methods in org.geotools.coverage.processing with parameters of type GridSampleDimension
protected  GridSampleDimension[] BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derives the GridSampleDimensions for the destination image.
protected  GridSampleDimension[] FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the target sample dimensions.
protected  GridSampleDimension[] OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the sample dimensions for the target grid coverage.
 



Copyright © GeoTools. All Rights Reserved.