Uses of Class
org.geotools.coverage.grid.GridCoverage2D

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

Uses of GridCoverage2D in org.geotools.coverage
 

Methods in org.geotools.coverage that return GridCoverage2D
 GridCoverage2D SpatioTemporalCoverage3D.getGridCoverage2D(java.util.Date time)
          Returns a 2 dimensional grid coverage for the given date.
 

Uses of GridCoverage2D in org.geotools.coverage.grid
 

Subclasses of GridCoverage2D in org.geotools.coverage.grid
 class Interpolator2D
          A grid coverage using an interpolation for evaluating points.
 

Methods in org.geotools.coverage.grid that return GridCoverage2D
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage)
          Constructs a new interpolator using default interpolations.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation interpolation)
          Constructs a new interpolator for a single interpolation.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation[] interpolations)
          Constructs a new interpolator for an interpolation and its fallbacks.
protected  GridCoverage2D Interpolator2D.createGeophysics(boolean geo)
          Invoked by geophysics(boolean) when the packed or geophysics companion of this grid coverage need to be created.
 GridCoverage2D GridCoverage2D.geophysics(boolean geo)
          If , returns the geophysics companion of this grid coverage.
protected  GridCoverage2D GridCoverage2D.createGeophysics(boolean geo)
          Invoked by geophysics(boolean) when the packed or geophysics companion of this grid coverage need to be created.
 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, float[][] matrix, org.opengis.spatialschema.geometry.Envelope envelope)
          Constructs a grid coverage from the specified matrix and envelope.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.WritableRaster raster, org.opengis.spatialschema.geometry.Envelope envelope)
          Constructs a grid coverage from the specified raster and envelope.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.WritableRaster raster, org.opengis.spatialschema.geometry.Envelope envelope, double[] minValues, double[] maxValues, javax.units.Unit units, java.awt.Color[][] colors, java.awt.RenderingHints hints)
          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, double[] minValues, double[] maxValues, javax.units.Unit units, java.awt.Color[][] colors, java.awt.RenderingHints hints)
          Constructs a grid coverage from the specified raster and "grid to CRS" transform.
 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.
 GridCoverage2D GridCoverageFactory.create(java.lang.CharSequence name, java.awt.image.RenderedImage image, org.opengis.spatialschema.geometry.Envelope envelope)
          Constructs a grid coverage from the specified image and 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.
 

Methods in org.geotools.coverage.grid with parameters of type GridCoverage2D
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage)
          Constructs a new interpolator using default interpolations.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation interpolation)
          Constructs a new interpolator for a single interpolation.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation[] interpolations)
          Constructs a new interpolator for an interpolation and its fallbacks.
 

Constructors in org.geotools.coverage.grid with parameters of type GridCoverage2D
GridCoverage2D(java.lang.CharSequence name, GridCoverage2D coverage)
          Construct a new grid coverage with the same parameter than the specified coverage.
 

Uses of GridCoverage2D in org.geotools.coverage.operation
 

Methods in org.geotools.coverage.operation that return GridCoverage2D
static GridCoverage2D Resampler2D.reproject(GridCoverage2D sourceCoverage, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, GridGeometry2D targetGG, javax.media.jai.Interpolation interpolation, Hints hints)
          Deprecated. Creates a new coverage with a different coordinate reference reference system.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage)
          Deprecated. Constructs a new interpolator using default interpolations.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation interpolation)
          Deprecated. Constructs a new interpolator for a single interpolation.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation[] interpolations)
          Deprecated. Constructs a new interpolator for an interpolation and its fallbacks.
 

Methods in org.geotools.coverage.operation with parameters of type GridCoverage2D
static GridCoverage2D Resampler2D.reproject(GridCoverage2D sourceCoverage, org.opengis.referencing.crs.CoordinateReferenceSystem targetCRS, GridGeometry2D targetGG, javax.media.jai.Interpolation interpolation, Hints hints)
          Deprecated. Creates a new coverage with a different coordinate reference reference system.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage)
          Deprecated. Constructs a new interpolator using default interpolations.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation interpolation)
          Deprecated. Constructs a new interpolator for a single interpolation.
static GridCoverage2D Interpolator2D.create(GridCoverage2D coverage, javax.media.jai.Interpolation[] interpolations)
          Deprecated. Constructs a new interpolator for an interpolation and its fallbacks.
 

Uses of GridCoverage2D in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing that return GridCoverage2D
protected  GridCoverage2D OperationJAI.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies a JAI operation to a grid coverage.
 

Methods in org.geotools.coverage.processing with parameters of type GridCoverage2D
protected  void OperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources, org.opengis.referencing.crs.CoordinateReferenceSystem crs2D, org.opengis.referencing.operation.MathTransform2D gridToCrs2D, Hints hints)
          Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation.
protected  GridCoverage2D OperationJAI.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies a JAI operation to a grid coverage.
protected  org.opengis.util.InternationalString OperationJAI.deriveName(GridCoverage2D[] sources, int primarySourceIndex, OperationJAI.Parameters parameters)
          Returns a name for the target grid coverage based on the given sources.
 

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

Methods in org.geotools.coverage.processing.operation that return GridCoverage2D
protected  GridCoverage2D GradientMagnitude.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies the operation on grid coverage.
 

Methods in org.geotools.coverage.processing.operation with parameters of type GridCoverage2D
protected  GridCoverage2D GradientMagnitude.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies the operation on grid coverage.
 



Copyright © GeoTools. All Rights Reserved.