Class EnviHdrFormat
Object
AbstractGridFormat
BaseGDALGridFormat
EnviHdrFormat
- All Implemented Interfaces:
Format
- Author:
- Mathew Wyatt, CSIRO Australia, Daniele Romagnoli, GeoSolutions SAS
-
Nested Class Summary
Nested classes/interfaces inherited from class BaseGDALGridFormat
BaseGDALGridFormat.InfoWrapper -
Field Summary
Fields inherited from class BaseGDALGridFormat
PARAM_DESCRIPTORFields inherited from class AbstractGridFormat
BACKGROUND_COLOR, BANDS, DECIMATION_POLICY, ELEVATION, FOOTPRINT_BEHAVIOR, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, INTERPOLATION, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, RESCALE_PIXELS, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_IMAGEN_IMAGEREAD, writeParameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.protected voidsetInfo()Sets the metadata information.Methods inherited from class BaseGDALGridFormat
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter, setInfoMethods inherited from class AbstractGridFormat
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParametersMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Format
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
-
Constructor Details
-
EnviHdrFormat
public EnviHdrFormat()Constructor for theBaseGDALGridFormat. It is invoked by the underlying implementations.
-
-
Method Details
-
setInfo
protected void setInfo()Sets the metadata information.- Specified by:
setInfoin classBaseGDALGridFormat
-
getReader
Description copied from class:AbstractGridFormatGets aGridCoverageReaderfor this format able to create coverages out of thesourceobject using the providedhints.In case this
Formatcannot reader the providedsourceobjectnullis returned.- Specified by:
getReaderin classAbstractGridFormat- Parameters:
source- The source object to parse. *hints- TheHintsto use when trying to instantiate this reader.- Returns:
- A reader for this
Formator null. - See Also:
-
org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)
-