public final class EnviHdrFormat extends BaseGDALGridFormat implements Format
BaseGDALGridFormat.InfoWrapper
PARAM_DESCRIPTOR, USE_MULTITHREADING
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 |
---|
EnviHdrFormat()
Constructor for the
BaseGDALGridFormat . |
Modifier and Type | Method and Description |
---|---|
EnviHdrReader |
getReader(Object source,
Hints hints)
Gets a
GridCoverageReader for this format able to create coverages out of the
source object using the provided hints . |
protected void |
setInfo()
Sets the metadata information.
|
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter, setInfo
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
public EnviHdrFormat()
BaseGDALGridFormat
. It is invoked by the underlying
implementations.spi
- the format specific ImageReaderSpi
instanceprotected void setInfo()
setInfo
in class BaseGDALGridFormat
public EnviHdrReader getReader(Object source, Hints hints)
AbstractGridFormat
GridCoverageReader
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 AbstractGridFormat
source
- 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)
Copyright © 1996–2019 Geotools. All rights reserved.