Package | Description |
---|---|
org.geotools.arcsde.raster.gce | |
org.geotools.coverage.grid.io | |
org.geotools.coverage.io.netcdf | |
org.geotools.coverage.util | |
org.geotools.coverageio |
Base coverage I/O classes defining coverage reader, coverage request and coverage response.
|
org.geotools.coverageio.gdal |
Base implementation for Coverage I/O based on GDAL bindings available via the ImageI/O-Ext project.
|
org.geotools.coverageio.gdal.aig |
Implementation for Aig (ESRI binary grid) format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.dted |
Implementation for DTED format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.ecw |
Implementation for ECW format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.ehdr |
Implementation for EHdr (ESRI hdr labelled) format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.envihdr |
Implementation for ENVIHdr (ENVI hdr labelled) format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.erdasimg |
Implementation for ERDAS Imagine format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.idrisi |
Implementation for IDRISI format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.jp2ecw |
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 ECW driver.
|
org.geotools.coverageio.gdal.jp2kak |
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 Kakadu driver.
|
org.geotools.coverageio.gdal.jp2mrsid |
Implementation for JPEG2000 format Coverage I/O leveraging on the GDAL JP2 MrSID driver.
|
org.geotools.coverageio.gdal.mrsid |
Implementation for MrSID format Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.nitf |
Implementation for National Imagery Transmission Format (NITF) Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.rpftoc |
RPFTOC Coverage I/O leveraging on GDAL.
|
org.geotools.coverageio.gdal.srp | |
org.geotools.coverageio.gdal.vrt | |
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.image | |
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.acceptors | |
org.geotools.gce.imagemosaic.granulehandler | |
org.geotools.gce.imagemosaic.jdbc | |
org.geotools.gce.imagemosaic.namecollector | |
org.geotools.gce.imagemosaic.properties | |
org.geotools.gce.imagepyramid | |
org.geotools.geopkg.mosaic | |
org.geotools.map |
List of layers to be rendered.
|
org.geotools.mbtiles.mosaic | |
org.geotools.ows.wms.map | |
org.geotools.ows.wmts.map | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
Modifier and Type | Class and Description |
---|---|
class |
ArcSDEGridCoverage2DReaderJAI |
Modifier and Type | Interface and Description |
---|---|
interface |
StructuredGridCoverage2DReader
A
GridCoverage2DReader which exposes the underlying granule structure and allows to
create and remove coverages. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGridCoverage2DReader
This class is a first attempt for providing a way to get more informations out of a single 2D
raster datasets (x,y).
|
Modifier and Type | Class and Description |
---|---|
class |
NetCDFReader
A NetCDF Reader implementation
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureCollection |
FeatureUtilities.wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader,
GeneralParameterValue[] params)
Wraps a grid coverage into a Feature.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGridCoverage2DReader
Base class for GridCoverage data access
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGDALGridCoverage2DReader
Base class for GridCoverage data access, leveraging on GDAL Java bindings provided by the
ImageIO-Ext project.
|
Modifier and Type | Class and Description |
---|---|
class |
AIGReader
This class can read a AIG data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
DTEDReader
This class can read a DTED data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
ECWReader
This class can read a ECW data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
EsriHdrReader
This class can read a EHdr data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
EnviHdrReader |
Modifier and Type | Class and Description |
---|---|
class |
ErdasImgReader
This class can read a ERDAS Imagine data source and create a
GridCoverage2D from the
data. |
Modifier and Type | Class and Description |
---|---|
class |
IDRISIReader
This class can read a RST data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
JP2ECWReader
This class can read a JP2K data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
JP2KReader
This class can read a JP2K data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
JP2MrSIDReader
This class can read a JP2K data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
MrSIDReader
This class can read a MrSID data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
NITFReader
This class can read a NITF data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
RPFTOCReader
This class can read a RPFTOC data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
SRPReader
This class can read a SRP data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
VRTReader
This class can read a VRT data source and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
ArcGridReader
This class can read an arc grid data source (ArcGrid or GRASS ASCII) and create a
GridCoverage2D from the data. |
Modifier and Type | Class and Description |
---|---|
class |
GeoTiffReader
this class is responsible for exposing the data and the Georeferencing metadata available to the
Geotools library.
|
Modifier and Type | Class and Description |
---|---|
class |
GrassCoverageReader
Coverage Reader class for reading GRASS raster maps.
|
Modifier and Type | Class and Description |
---|---|
class |
WorldImageReader
Reads a GridCoverage from a given source.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageMosaicReader
Reader responsible for providing access to mosaic of georeferenced images.
|
Modifier and Type | Method and Description |
---|---|
String |
ImageMosaicConfigHandler.getTargetCoverageName(GridCoverage2DReader inputCoverageReader,
String inputCoverageName)
Get the name of the target coverage for a given reader.
|
void |
ImageMosaicConfigHandler.updateConfiguration(GridCoverage2DReader coverageReader,
String inputCoverageName,
File fileBeingProcessed,
int fileIndex,
double numFiles,
DefaultTransaction transaction)
Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller). |
Modifier and Type | Method and Description |
---|---|
boolean |
GranuleAcceptor.accepts(GridCoverage2DReader coverage,
String inputCoverageName,
File fileBeingProcessed,
ImageMosaicConfigHandler mosaicConfigHandler) |
boolean |
HomogeneousCRSAcceptor.accepts(GridCoverage2DReader coverage,
String inputCoverageName,
File fileBeingProcessed,
ImageMosaicConfigHandler mosaicConfigHandler) |
boolean |
ColorCheckAcceptor.accepts(GridCoverage2DReader coverage,
String inputCoverageName,
File fileBeingProcessed,
ImageMosaicConfigHandler mosaicConfigHandler) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGranuleHandler.handleGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature feature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
void |
ReprojectingGranuleHandler.handleGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
void |
GranuleHandler.handleGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration)
Handle the case of a grid coverage being added to the mosaic.
|
default void |
GranuleHandler.handleStructuredGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
ImageMosaicJDBCReader
This reader is responsible for providing access to images and image pyramids stored in a JDBC
datbase as tiles.
|
Modifier and Type | Method and Description |
---|---|
String |
CoverageNameCollector.getName(GridCoverage2DReader reader,
Map<String,String> map)
Return the coverage Name based on properties collected from optional input
GridCoverage2DReader and map Specific implementations may ignore the reader, the map or
both. |
Modifier and Type | Method and Description |
---|---|
PropertiesCollector |
PropertiesCollector.collect(GridCoverage2DReader gridCoverageReader) |
PropertiesCollector |
CRSExtractor.collect(GridCoverage2DReader gridCoverageReader) |
Modifier and Type | Class and Description |
---|---|
class |
ImagePyramidReader
This reader is responsible for providing access to a pyramid of mosaics of georeferenced
coverages that are read directly through imageio readers, like tiff, pngs, etc...
|
Modifier and Type | Class and Description |
---|---|
class |
GeoPackageReader
GeoPackage Grid Reader (supports the GP mosaic datastore).
|
Modifier and Type | Field and Description |
---|---|
protected GridCoverage2DReader |
GridReaderLayer.reader
Grid coverage reader allowing direct access to raster content.
|
Modifier and Type | Method and Description |
---|---|
GridCoverage2DReader |
GridReaderLayer.getReader()
Reader used for efficient access to raster content.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMapContext.addLayer(GridCoverage2DReader reader,
Style style)
Deprecated.
Add a grid coverage data to be supplied by the given reader as a new layer to the end of the
list of layers held by this context.
|
void |
MapContext.addLayer(GridCoverage2DReader reader,
Style style)
Deprecated.
Add a new layer and trigger a
LayerListEvent |
Constructor and Description |
---|
DefaultMapLayer(GridCoverage2DReader reader,
Style style)
Deprecated.
Constructor which adds a new layer and triggers a
LayerListEvent . |
DefaultMapLayer(GridCoverage2DReader reader,
Style style,
String title)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
DefaultMapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
GridReaderLayer(GridCoverage2DReader reader,
Style style)
Create a lyaer to draw the provided grid coverage reader.
|
GridReaderLayer(GridCoverage2DReader reader,
Style style,
GeneralParameterValue[] params)
Create a layer with optional parameters to control the rendering process.
|
GridReaderLayer(GridCoverage2DReader reader,
Style style,
String title)
Create a layer to draw the provided grid coverage reader.
|
GridReaderLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Create layer title and optional parameters used to control the rendering process.
|
MapLayer(GridCoverage2DReader reader,
Style style)
Deprecated.
Constructor which adds a new layer and triggers a
LayerListEvent . |
MapLayer(GridCoverage2DReader reader,
Style style,
String title)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
Modifier and Type | Class and Description |
---|---|
class |
MBTilesReader |
Modifier and Type | Class and Description |
---|---|
class |
WMSCoverageReader
A grid coverage readers backing onto a WMS server by issuing GetMap
|
Modifier and Type | Class and Description |
---|---|
class |
WMTSCoverageReader
A grid coverage readers backing onto a WMTS server by issuing GetTile requests
|
Modifier and Type | Method and Description |
---|---|
protected abstract GridCoverage2D |
RenderingTransformationHelper.readCoverage(GridCoverage2DReader reader,
Object params,
GridGeometry2D readGG)
Subclasses will override and provide means to read the coverage
|
Constructor and Description |
---|
RenderCoverageReaderRequest(Graphics2D graphics,
GridCoverage2DReader reader,
GeneralParameterValue[] readParams,
RasterSymbolizer symbolizer,
CoordinateReferenceSystem destinationCRS,
AffineTransform worldToScreen,
Interpolation interpolation) |
Modifier and Type | Method and Description |
---|---|
static boolean |
GridCoverageReaderHelper.isReprojectingReader(GridCoverage2DReader reader)
Returns true if the reader is a reprojecting one, that is, one that can handle the coverage
reprojection on its own
|
void |
GridCoverageRenderer.paint(Graphics2D graphics,
GridCoverage2DReader gridCoverageReader,
GeneralParameterValue[] readParams,
RasterSymbolizer symbolizer,
Interpolation interpolation,
Color background)
Paint the coverage read from the reader (using advanced projection handling).
|
RenderedImage |
GridCoverageRenderer.renderImage(GridCoverage2DReader reader,
GeneralParameterValue[] readParams,
RasterSymbolizer symbolizer,
Interpolation interpolation,
Color background,
int tileSizeX,
int tileSizeY) |
Constructor and Description |
---|
GridCoverageReaderHelper(GridCoverage2DReader reader,
Rectangle mapRasterArea,
ReferencedEnvelope mapExtent,
Interpolation interpolation) |
GridCoverageReaderHelper(GridCoverage2DReader reader,
Rectangle mapRasterArea,
ReferencedEnvelope mapExtent,
Interpolation interpolation,
Hints hints) |
Copyright © 1996–2019 Geotools. All rights reserved.