Uses of Interface
org.geotools.api.coverage.grid.GridCoverage
Packages that use GridCoverage
Package
Description
Quadrilateral grid coverages.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
A datasource to manage the ARCGrid ASCII format.
A grid coverage exchange to manage the GeoTIFF Revision 1.0 format.
GRASS input/output drivers
SLD 1.0 and SE RasterSymbolizer support classes
-
Uses of GridCoverage in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return GridCoverageModifier and TypeMethodDescriptionGridCoverage.getOverview
(int index) Returns a pre-calculated overview for a grid coverage.GridCoverageReader.read
(String coverageName, GeneralParameterValue... parameters) Read the grid coverage specified by coverageName parameter.GridCoverageReader.read
(GeneralParameterValue... parameters) Read the only available grid coverage.Methods in org.geotools.api.coverage.grid that return types with arguments of type GridCoverageModifier and TypeMethodDescriptionGridCoverage.getSources()
Returns the sources data for a grid coverage.Methods in org.geotools.api.coverage.grid with parameters of type GridCoverageModifier and TypeMethodDescriptionvoid
GridCoverageWriter.write
(GridCoverage coverage, GeneralParameterValue... parameters) Writes the specified grid coverage. -
Uses of GridCoverage in org.geotools.coverage.grid
Classes in org.geotools.coverage.grid that implement GridCoverageModifier and TypeClassDescriptionclass
Base class for GeoTools implementation of grid coverage.class
Basic access to grid data values backed by a two-dimensional rendered image.final class
A grid coverage using an interpolation for evaluating points.Methods in org.geotools.coverage.grid that return GridCoverageModifier and TypeMethodDescriptionAbstractGridCoverage.getOverview
(int index) Returns a pre-calculated overview for a grid coverage.Methods in org.geotools.coverage.grid that return types with arguments of type GridCoverageModifier and TypeMethodDescriptionAbstractGridCoverage.getSources()
Returns the source data for a grid coverage.Methods in org.geotools.coverage.grid with parameters of type GridCoverageModifier and TypeMethodDescriptionGridCoverageFactory.create
(CharSequence name, RenderedImage image, Bounds envelope, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) 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.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.Constructors in org.geotools.coverage.grid with parameters of type GridCoverageModifierConstructorDescriptionprotected
AbstractGridCoverage
(CharSequence name, GridCoverage coverage) Constructs a new coverage with the same parameters than the specified coverage.protected
AbstractGridCoverage
(CharSequence name, CoordinateReferenceSystem crs, GridCoverage[] sources, PropertySource propertySource, Map<?, ?> properties) Constructs a grid coverage with sources.protected
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 GridCoverage in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return GridCoverageModifier and TypeMethodDescriptionprotected final GridCoverage
AbstractGridCoverage2DReader.createImageCoverage
(String coverageName, PlanarImage image) Creates aGridCoverage
for the providedPlanarImage
using theAbstractGridCoverage2DReader.originalEnvelope
that was provided for this coverage.protected final GridCoverage
AbstractGridCoverage2DReader.createImageCoverage
(PlanarImage image) Creates aGridCoverage
for the providedPlanarImage
using theAbstractGridCoverage2DReader.originalEnvelope
that was provided for this coverage. -
Uses of GridCoverage in org.geotools.coverage.io
Subinterfaces of GridCoverage in org.geotools.coverage.ioModifier and TypeInterfaceDescriptioninterface
An interface implementingGridCoverage
with add of temporal extent and vertical extentMethods in org.geotools.coverage.io with parameters of type GridCoverageMethod parameters in org.geotools.coverage.io with type arguments of type GridCoverageModifier and TypeMethodDescriptionvoid
CoverageResponse.addResults
(Collection<GridCoverage> results) -
Uses of GridCoverage in org.geotools.coverage.io.impl
Classes in org.geotools.coverage.io.impl that implement GridCoverageModifier and TypeClassDescriptionclass
Default GridCoverageResponse implementation.Methods in org.geotools.coverage.io.impl that return GridCoverageMethods in org.geotools.coverage.io.impl that return types with arguments of type GridCoverageConstructors in org.geotools.coverage.io.impl with parameters of type GridCoverageModifierConstructorDescriptionDefaultGridCoverageResponse
(GridCoverage gridCoverage, DateRange temporalExtent, NumberRange<Double> verticalExtent) -
Uses of GridCoverage in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that return GridCoverageModifier and TypeMethodDescriptionstatic GridCoverage
Utilities.compute
(Object input, int imageIndex, boolean needTransformation, boolean isEmptyRequest, boolean useJAI, ImageReadParam imageReadParam, boolean useMultithreading, GridSampleDimension[] sampleDimensions, ImageReaderSpi imageReaderSpi, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds envelope2D) Compute the coverage request and produce a grid coverage.static GridCoverage
Utilities.createCoverage
(ImageReaderSpi spi, Object input, int imageIndex, ImageReadParam imageReadParam, boolean useJAI, boolean useMultithreading, boolean newTransform, GridSampleDimension[] sampleDimensions, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds coverageEnvelope2D) This method creates the GridCoverage2D from the underlying file given a specified envelope, and a requested dimension.static GridCoverage
Utilities.createCoverageFromImage
(GridCoverageFactory coverageFactory, String coverageName, int imageIndex, PlanarImage image, MathTransform raster2Model, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds coverageEnvelope2D, GridSampleDimension[] sampleDimensions) Creates aGridCoverage
for the providedPlanarImage
using theMathTransform
that was provided for this coverage. -
Uses of GridCoverage in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return GridCoverageModifier and TypeMethodDescriptionOperations.affine
(GridCoverage source, AffineTransform transform, Interpolation interpolation, double[] noDataValues) Translates and resizes an image.Operations.filteredSubsample
(GridCoverage source) Subsamples an image using the default values.Operations.filteredSubsample
(GridCoverage source, int scaleX, int scaleY, float[] qsFilter) Subsamples an image by integral factors.Operations.filteredSubsample
(GridCoverage source, int scaleX, int scaleY, float[] qsFilter, Interpolation interpolation) Subsamples an image by integral factors.Operations.interpolate
(GridCoverage source, String type) Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.Operations.interpolate
(GridCoverage source, Interpolation type) Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.Operations.interpolate
(GridCoverage source, Interpolation[] types) Specifies the interpolation types to be used to interpolate values for points which fall between grid cells.Operations.nodataFilter
(GridCoverage source) ReplacesNaN
values by the weighted average of neighbors values.Operations.nodataFilter
(GridCoverage source, int padding, int validityThreshold) ReplacesNaN
values by the weighted average of neighbors values.Operations.scale
(GridCoverage source, double xScale, double yScale, double xTrans, double yTrans) Translates and resizes an image.Operations.scale
(GridCoverage source, double xScale, double yScale, double xTrans, double yTrans, Interpolation interpolation) Translates and resizes an image.Operations.subsampleAverage
(GridCoverage source, double scaleX, double scaleY) Subsamples an image by averaging over a moving windowOperations.warp
(GridCoverage source, Warp warp) Warps an image.Operations.warp
(GridCoverage source, Warp warp, Interpolation interpolation) Translates and resizes an image.Methods in org.geotools.coverage.processing with parameters of type GridCoverageModifier and TypeMethodDescriptionOperations.affine
(GridCoverage source, AffineTransform transform, Interpolation interpolation, double[] noDataValues) Translates and resizes an image.Operations.filteredSubsample
(GridCoverage source) Subsamples an image using the default values.Operations.filteredSubsample
(GridCoverage source, int scaleX, int scaleY, float[] qsFilter) Subsamples an image by integral factors.Operations.filteredSubsample
(GridCoverage source, int scaleX, int scaleY, float[] qsFilter, Interpolation interpolation) Subsamples an image by integral factors.Operations.interpolate
(GridCoverage source, String type) Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.Operations.interpolate
(GridCoverage source, Interpolation type) Specifies the interpolation type to be used to interpolate values for points which fall between grid cells.Operations.interpolate
(GridCoverage source, Interpolation[] types) Specifies the interpolation types to be used to interpolate values for points which fall between grid cells.Operations.nodataFilter
(GridCoverage source) ReplacesNaN
values by the weighted average of neighbors values.Operations.nodataFilter
(GridCoverage source, int padding, int validityThreshold) ReplacesNaN
values by the weighted average of neighbors values.Operations.resample
(GridCoverage source, Bounds envelope, Interpolation interpolationType) Resamples a grid coverage to the specified envelope.Operations.resample
(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType) Resamples a grid coverage to the specified coordinate reference system and grid geometry.Operations.resample
(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType, double[] backgroundValues) Resamples a grid coverage to the specified coordinate reference system and grid geometry.Operations.scale
(GridCoverage source, double xScale, double yScale, double xTrans, double yTrans) Translates and resizes an image.Operations.scale
(GridCoverage source, double xScale, double yScale, double xTrans, double yTrans, Interpolation interpolation) Translates and resizes an image.Operations.subsampleAverage
(GridCoverage source, double scaleX, double scaleY) Subsamples an image by averaging over a moving windowOperations.warp
(GridCoverage source, Warp warp) Warps an image.Operations.warp
(GridCoverage source, Warp warp, Interpolation interpolation) Translates and resizes an image. -
Uses of GridCoverage in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation with parameters of type GridCoverageModifier and TypeMethodDescriptionstatic GridGeometry
Resample.computeGridGeometry
(GridCoverage source, Bounds target) Computes a grid geometry from a source coverage and a target envelope. -
Uses of GridCoverage in org.geotools.coverage.util
Methods in org.geotools.coverage.util with parameters of type GridCoverageModifier and TypeMethodDescriptionstatic boolean
CoverageUtilities.uses
(GridCoverage coverage, RenderedImage image) Returnstrue
if the specified grid coverage or any of its source uses the following image. -
Uses of GridCoverage in org.geotools.gce.arcgrid
Methods in org.geotools.gce.arcgrid with parameters of type GridCoverageModifier and TypeMethodDescriptionvoid
ArcGridWriter.write
(GridCoverage coverage, GeneralParameterValue... parameters) Note: The geotools GridCoverage class does not implement the geoAPI GridCoverage Interface so this method shows an error. -
Uses of GridCoverage in org.geotools.gce.geotiff
Methods in org.geotools.gce.geotiff with parameters of type GridCoverageModifier and TypeMethodDescriptionvoid
GeoTiffWriter.write
(GridCoverage gc, GeneralParameterValue... params) -
Uses of GridCoverage in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster with parameters of type GridCoverageModifier and TypeMethodDescriptionvoid
GrassCoverageWriter.write
(GridCoverage coverage, GeneralParameterValue... parameters) -
Uses of GridCoverage in org.geotools.gce.image
Methods in org.geotools.gce.image with parameters of type GridCoverageModifier and TypeMethodDescriptionvoid
WorldImageWriter.write
(GridCoverage coverage, GeneralParameterValue... parameters) Takes a GridCoverage and writes the image to the destination file. -
Uses of GridCoverage in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that return GridCoverageModifier and TypeMethodDescriptionprotected abstract GridCoverage
BaseCoverageProcessingNode.execute()
Subclasses MUST override this method in order to do the actual processing.protected abstract GridCoverage
StyleVisitorCoverageProcessingNodeAdapter.execute()
SubchainStyleVisitorCoverageProcessingAdapter.execute()
protected GridCoverage
ZeroImageNode.execute()
CoverageProcessingNode.getOutput()
Forces this node to create the output coverage for the operation represented by this node.StyleVisitorCoverageProcessingNodeAdapter.getOutput()