|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridCoverage | |
---|---|
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.grid.io | |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.coverage.processing.operation | List of coverage operations. |
org.geotools.gce.arcgrid | A datasource to manage the ARCGrid ASCII format. |
org.geotools.gce.geotiff | A grid coverage exchange to manage the GeoTIFF Revision 1.0 format. |
org.geotools.gce.grassraster | GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. |
org.geotools.gce.gtopo30 | Data source for reading the GTOPO30 file format. |
org.geotools.gce.image | |
org.geotools.map | List of layers to be rendered. |
org.geotools.renderer.lite.gridcoverage2d | SLD 1.0 and SE RasterSymbolizer support classes |
org.opengis.coverage.grid | Quadrilateral grid coverages. |
Uses of GridCoverage in org.geotools.coverage.grid |
---|
Classes in org.geotools.coverage.grid that implement GridCoverage | |
---|---|
class |
AbstractGridCoverage
Base class for GeoTools implementation of grid coverage. |
class |
Calculator2D
A grid coverage backed by the same image, grid geometry and sample dimension than an other coverage, but performing some additional calculation in its evaluate methods. |
class |
GridCoverage2D
Basic access to grid data values backed by a two-dimensional rendered image. |
class |
Interpolator2D
A grid coverage using an interpolation for evaluating points. |
Methods in org.geotools.coverage.grid that return GridCoverage | |
---|---|
GridCoverage |
AbstractGridCoverage.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 GridCoverage | |
---|---|
List<GridCoverage> |
AbstractGridCoverage.getSources()
Returns the source data for a grid coverage. |
Methods in org.geotools.coverage.grid with parameters of type GridCoverage | |
---|---|
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. |
Constructors in org.geotools.coverage.grid with parameters of type GridCoverage | |
---|---|
AbstractGridCoverage(CharSequence name,
CoordinateReferenceSystem crs,
GridCoverage[] sources,
PropertySource propertySource,
Map<?,?> properties)
Constructs a grid coverage with sources. |
|
AbstractGridCoverage(CharSequence name,
GridCoverage coverage)
Constructs a new coverage with the same parameters than the specified coverage. |
|
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 GridCoverage | |
---|---|
protected GridCoverage |
AbstractGridCoverage2DReader.createImageCoverage(PlanarImage image)
Creates a GridCoverage for the provided PlanarImage using the AbstractGridCoverage2DReader.originalEnvelope that was provided for this coverage. |
protected GridCoverage |
AbstractGridCoverage2DReader.createImageCoverage(String coverageName,
PlanarImage image)
Creates a GridCoverage for the provided PlanarImage using the AbstractGridCoverage2DReader.originalEnvelope that was provided for this coverage. |
Uses of GridCoverage in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that return GridCoverage | |
---|---|
GridCoverage |
Operations.filteredSubsample(GridCoverage source)
Subsamples an image using the default values. |
GridCoverage |
Operations.filteredSubsample(GridCoverage source,
int scaleX,
int scaleY,
float[] qsFilter)
Subsamples an image by integral factors. |
GridCoverage |
Operations.filteredSubsample(GridCoverage source,
int scaleX,
int scaleY,
float[] qsFilter,
Interpolation interpolation)
Subsamples an image by integral factors. |
GridCoverage |
Operations.interpolate(GridCoverage source,
Interpolation type)
Specifies the interpolation type to be used to interpolate values for points which fall between grid cells. |
GridCoverage |
Operations.interpolate(GridCoverage source,
Interpolation[] types)
Specifies the interpolation types to be used to interpolate values for points which fall between grid cells. |
GridCoverage |
Operations.interpolate(GridCoverage source,
String type)
Specifies the interpolation type to be used to interpolate values for points which fall between grid cells. |
GridCoverage |
Operations.nodataFilter(GridCoverage source)
Replaces NaN values by the weighted average of neighbors values. |
GridCoverage |
Operations.nodataFilter(GridCoverage source,
int padding,
int validityThreshold)
Replaces NaN values by the weighted average of neighbors values. |
GridCoverage |
Operations.scale(GridCoverage source,
double xScale,
double yScale,
double xTrans,
double yTrans)
Translates and resizes an image. |
GridCoverage |
Operations.scale(GridCoverage source,
double xScale,
double yScale,
double xTrans,
double yTrans,
Interpolation interpolation)
Translates and resizes an image. |
GridCoverage |
Operations.subsampleAverage(GridCoverage source,
double scaleX,
double scaleY)
Subsamples an image by averaging over a moving window |
GridCoverage |
Operations.warp(GridCoverage source,
Warp warp)
Warps an image. |
GridCoverage |
Operations.warp(GridCoverage source,
Warp warp,
Interpolation interpolation)
Translates and resizes an image. |
Methods in org.geotools.coverage.processing with parameters of type GridCoverage | |
---|---|
GridCoverage |
Operations.filteredSubsample(GridCoverage source)
Subsamples an image using the default values. |
GridCoverage |
Operations.filteredSubsample(GridCoverage source,
int scaleX,
int scaleY,
float[] qsFilter)
Subsamples an image by integral factors. |
GridCoverage |
Operations.filteredSubsample(GridCoverage source,
int scaleX,
int scaleY,
float[] qsFilter,
Interpolation interpolation)
Subsamples an image by integral factors. |
GridCoverage |
Operations.interpolate(GridCoverage source,
Interpolation type)
Specifies the interpolation type to be used to interpolate values for points which fall between grid cells. |
GridCoverage |
Operations.interpolate(GridCoverage source,
Interpolation[] types)
Specifies the interpolation types to be used to interpolate values for points which fall between grid cells. |
GridCoverage |
Operations.interpolate(GridCoverage source,
String type)
Specifies the interpolation type to be used to interpolate values for points which fall between grid cells. |
GridCoverage |
Operations.nodataFilter(GridCoverage source)
Replaces NaN values by the weighted average of neighbors values. |
GridCoverage |
Operations.nodataFilter(GridCoverage source,
int padding,
int validityThreshold)
Replaces NaN values by the weighted average of neighbors values. |
Coverage |
Operations.resample(GridCoverage source,
CoordinateReferenceSystem crs,
GridGeometry gridGeometry,
Interpolation interpolationType)
Resamples a grid coverage to the specified coordinate reference system and grid geometry. |
Coverage |
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. |
Coverage |
Operations.resample(GridCoverage source,
Envelope envelope,
Interpolation interpolationType)
Resamples a grid coverage to the specified envelope. |
GridCoverage |
Operations.scale(GridCoverage source,
double xScale,
double yScale,
double xTrans,
double yTrans)
Translates and resizes an image. |
GridCoverage |
Operations.scale(GridCoverage source,
double xScale,
double yScale,
double xTrans,
double yTrans,
Interpolation interpolation)
Translates and resizes an image. |
GridCoverage |
Operations.subsampleAverage(GridCoverage source,
double scaleX,
double scaleY)
Subsamples an image by averaging over a moving window |
GridCoverage |
Operations.warp(GridCoverage source,
Warp warp)
Warps an image. |
GridCoverage |
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 GridCoverage | |
---|---|
static GridGeometry |
Resample.computeGridGeometry(GridCoverage source,
Envelope target)
Computes a grid geometry from a source coverage and a target envelope. |
Uses of GridCoverage in org.geotools.gce.arcgrid |
---|
Methods in org.geotools.gce.arcgrid with parameters of type GridCoverage | |
---|---|
void |
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 GridCoverage | |
---|---|
void |
GeoTiffWriter.write(GridCoverage gc,
GeneralParameterValue[] params)
|
Uses of GridCoverage in org.geotools.gce.grassraster |
---|
Methods in org.geotools.gce.grassraster with parameters of type GridCoverage | |
---|---|
void |
GrassCoverageWriter.write(GridCoverage coverage,
GeneralParameterValue[] parameters)
|
Uses of GridCoverage in org.geotools.gce.gtopo30 |
---|
Methods in org.geotools.gce.gtopo30 with parameters of type GridCoverage | |
---|---|
void |
GTopo30Writer.write(GridCoverage coverage,
GeneralParameterValue[] params)
|
Uses of GridCoverage in org.geotools.gce.image |
---|
Methods in org.geotools.gce.image with parameters of type GridCoverage | |
---|---|
void |
WorldImageWriter.write(GridCoverage coverage,
GeneralParameterValue[] parameters)
Takes a GridCoverage and writes the image to the destination file. |
Uses of GridCoverage in org.geotools.map |
---|
Methods in org.geotools.map with parameters of type GridCoverage | |
---|---|
void |
MapContext.addLayer(GridCoverage gridCoverage,
Style style)
Deprecated. Add a new layer and trigger a LayerListEvent |
void |
DefaultMapContext.addLayer(GridCoverage gc,
Style style)
Deprecated. Add a grid coverage as a new layer to the end of the list of layers held by this context. |
Constructors in org.geotools.map with parameters of type GridCoverage | |
---|---|
DefaultMapLayer(GridCoverage coverage,
Style style)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
|
MapLayer(GridCoverage coverage,
Style style)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
|
MapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
Uses of GridCoverage in org.geotools.renderer.lite.gridcoverage2d |
---|
Methods in org.geotools.renderer.lite.gridcoverage2d that return GridCoverage | |
---|---|
protected abstract GridCoverage |
StyleVisitorCoverageProcessingNodeAdapter.execute()
|
GridCoverage |
SubchainStyleVisitorCoverageProcessingAdapter.execute()
|
protected abstract GridCoverage |
BaseCoverageProcessingNode.execute()
Subclasses MUST override this method in order to do the actual processing. |
GridCoverage |
CoverageProcessingNode.getOutput()
Forces this node to create the output coverage for the operation represented by this node. |
GridCoverage |
StyleVisitorCoverageProcessingNodeAdapter.getOutput()
|
Uses of GridCoverage in org.opengis.coverage.grid |
---|
Methods in org.opengis.coverage.grid that return GridCoverage | |
---|---|
GridCoverage |
GridCoverage.getOverview(int index)
Returns a pre-calculated overview for a grid coverage. |
GridCoverage |
GridCoverageReader.read(GeneralParameterValue[] parameters)
Read the only available grid coverage. |
GridCoverage |
GridCoverageReader.read(String coverageName,
GeneralParameterValue[] parameters)
Read the grid coverage specified by coverageName parameter. |
Methods in org.opengis.coverage.grid that return types with arguments of type GridCoverage | |
---|---|
List<GridCoverage> |
GridCoverage.getSources()
Returns the sources data for a grid coverage. |
Methods in org.opengis.coverage.grid with parameters of type GridCoverage | |
---|---|
void |
GridCoverageWriter.write(GridCoverage coverage,
GeneralParameterValue[] parameters)
Writes the specified grid coverage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |