org.geotools.coverageio.gdal.ehdr
Class EsriHdrFormat

Object
  extended by AbstractGridFormat
      extended by BaseGDALGridFormat
          extended by EsriHdrFormat
All Implemented Interfaces:
Format

public final class EsriHdrFormat
extends BaseGDALGridFormat
implements Format

An implementation of Format for the Esri Hdr format.

Since:
2.5.x
Author:
Alexander Petkov, Fire Sciences Laboratory, Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions

Field Summary
 
Fields inherited from class BaseGDALGridFormat
USE_MULTITHREADING
 
Fields inherited from class AbstractGridFormat
BACKGROUND_COLOR, DECIMATION_POLICY, ELEVATION, GEOTOOLS_WRITE_PARAMS, INPUT_TRANSPARENT_COLOR, mInfo, OVERVIEW_POLICY, PROGRESS_LISTENER, READ_GRIDGEOMETRY2D, readParameters, SUGGESTED_TILE_SIZE, TILE_SIZE_SEPARATOR, TIME, USE_JAI_IMAGEREAD, writeParameters
 
Constructor Summary
EsriHdrFormat()
          Creates an instance and sets the metadata.
 
Method Summary
 EsriHdrReader 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.
 
Methods inherited from class BaseGDALGridFormat
accepts, getDefaultImageIOWriteParameters, getDefaultParameterGroup, getReader, getWriter, getWriter
 
Methods inherited from class AbstractGridFormat
accepts, equals, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Format
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters
 

Constructor Detail

EsriHdrFormat

public EsriHdrFormat()
Creates an instance and sets the metadata.

Method Detail

setInfo

protected void setInfo()
Sets the metadata information.

Specified by:
setInfo in class BaseGDALGridFormat

getReader

public EsriHdrReader getReader(Object source,
                               Hints hints)
Description copied from class: AbstractGridFormat
Gets a 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.

Specified by:
getReader in class AbstractGridFormat
Parameters:
source - The source object to parse. *
hints - The Hints to use when trying to instantiate this reader.
Returns:
A reader for this Format or null.
See Also:
org.geotools.data.coverage.grid.AbstractGridFormat#getReader(Object, Hints)


Copyright © 1996-2014 Geotools. All Rights Reserved.