org.geotools.data.coverage.grid |
package org.geotools.data.gridcoverage
This package contains the support classes necessary to implement a GridCoverageExchange and the
data formats, such as ArcGrid or Geotiff.
The StreamGridCoverageExchange is an example of a GridCoverageExchange .
The AbstractGridFormat class is a helper class to make implementing GridFormats simpler.
Currently the StreamGridCoverageExchange is hardcoded with only the ArcGrid format. In the future a plug-in
framework will be added so the formats can be found dynamically.
|
Java Source File Name | Type | Comment |
AbstractGridCoverage2DReader.java | Class | This class is a first attempt for providing a way to get more informations
out of a single 2D raster datasets (x,y). |
AbstractGridCoverageWriter.java | Class | An
AbstractGridCoverageWriter is the base class for all
GridCoverageWriter implementations in GeoTools toolkit. |
AbstractGridFormat.java | Class | AbstractGridFormat is a convenience class so subclasses only need to populate
a Map class and set the read and write parameter fields. |
GridFormatFactorySpi.java | Interface | Constructs a live GridCoverageFormat. |
GridFormatFinder.java | Class | Enable programs to find all available grid format implementations. |
UnknownFormat.java | Class | This class can be used when a proper
Format cannot be found for some
input sources. |