class ArcGrid extends Format
A Format that can read and write ArcGrids
Modifiers | Name | Description |
---|---|---|
static class |
ArcGrid.Factory |
The ArcGrid FormatFactory |
Constructor and description |
---|
ArcGrid(java.lang.Object stream) Create a new ArcGrid |
Type Params | Return Type | Name and description |
---|---|---|
|
Raster |
read(Map options) Read a Raster from the stream (usually a File) |
|
Raster |
read(Map options, Projection proj) Read a Raster from the stream (usually a File) |
|
Raster |
read(Map options, Hints hints) Read a Raster from the stream (usually a File) |
|
java.lang.String |
writeToString(Raster raster, java.lang.String format) Write an ArcGrid Raster to a String |
Create a new ArcGrid
stream
- The fileRead a Raster from the stream (usually a File)
options
- Optional named parameters that are turned into an array
of GeoTools GeneralParameterValuesstream
- The stream (usually a File)Read a Raster from the stream (usually a File)
options
- Optional named parameters that are turned into an array
of GeoTools GeneralParameterValuesproj
- The ProjectionRead a Raster from the stream (usually a File)
options
- Optional named parameters that are turned into an array
of GeoTools GeneralParameterValueshints
- GeoTools HintsWrite an ArcGrid Raster to a String
raster
- The Rasterformat
- The string format can either be "arc" which is the default, or grass