public final class ArcGridFormat extends AbstractGridFormat implements Format
Format for the ASCII grid ESRI and GRASS format.| Modifier and Type | Field and Description |
|---|---|
static DefaultParameterDescriptor<Boolean> |
FORCE_CELLSIZE
Indicates whether we ask the plugin to resample the coverage to have dx==dy
|
static DefaultParameterDescriptor<Boolean> |
GRASS
Indicates whether the arcgrid data must be written in GRASS format
|
BACKGROUND_COLOR, BANDS, DECIMATION_POLICY, ELEVATION, FOOTPRINT_BEHAVIOR, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, INTERPOLATION, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_JAI_IMAGEREAD, writeParameters| Constructor and Description |
|---|
ArcGridFormat()
Creates an instance and sets the metadata.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object input,
Hints hints)
Tells me if this
Format can read the provided input. |
GeoToolsWriteParams |
getDefaultImageIOWriteParameters()
Retrieves the default instance for the
ArcGridFormat of the GeoToolsWriteParams to control the writing process. |
ArcGridReader |
getReader(Object source)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object. |
ArcGridReader |
getReader(Object source,
Hints hints)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object using the provided hints. |
GridCoverageWriter |
getWriter(Object destination)
Retrieves a
GridCoverageWriter suitable for writing to the provided destination
with this format. |
GridCoverageWriter |
getWriter(Object destination,
Hints hints)
Call the accepts() method before asking for a writer to determine if the current object is
supported.
|
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameterspublic static final DefaultParameterDescriptor<Boolean> GRASS
public static final DefaultParameterDescriptor<Boolean> FORCE_CELLSIZE
public ArcGridReader getReader(Object source)
AbstractGridFormatGridCoverageReader for this format able to create coverages out of the
source object.
In case this Format cannot reader the provided source object
null is returned.
getReader in class AbstractGridFormatsource - The source object to parse.Format or null.org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object source)public GridCoverageWriter getWriter(Object destination)
AbstractGridFormatGridCoverageWriter suitable for writing to the provided destination
with this format.
In case no writers are available null is returned.
getWriter in class AbstractGridFormatdestination - The destinatin where to write.GridCoverageWriter suitable for writing to the provided destination
with this format.org.geotools.data.coverage.grid.AbstractGridFormat#createWriter(java.lang.Object
destination)public GridCoverageWriter getWriter(Object destination, Hints hints)
AbstractGridFormatgetWriter in class AbstractGridFormatdestination - the destination object to write a WorldImage tohints - Hints to control the internal machinery.org.geotools.data.coverage.grid.AbstractGridFormat#createWriter(java.lang.Object
destination,Hints hints)public boolean accepts(Object input, Hints hints)
AbstractGridFormatFormat can read the provided input.accepts in class AbstractGridFormathints - Hints to control the accepts internal machinery.org.geotools.data.coverage.grid.AbstractGridFormat#accepts(Object input)public ArcGridReader getReader(Object source, Hints hints)
AbstractGridFormatGridCoverageReader for this format able to create coverages out of the
source object using the provided hints.
In case this Format cannot reader the provided source object
null is returned.
getReader in class AbstractGridFormatsource - The source object to parse. *hints - The Hints to use when trying to instantiate this reader.Format or null.org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)public GeoToolsWriteParams getDefaultImageIOWriteParameters()
ArcGridFormat of the GeoToolsWriteParams to control the writing process.getDefaultImageIOWriteParameters in class AbstractGridFormatArcGridFormat of the GeoToolsWriteParams
to control the writing process.Copyright © 1996–2019 Geotools. All rights reserved.