org.geotools.coverageio.gdal.envihdr
Class EnviHdrFormatFactory

java.lang.Object
  extended by org.geotools.coverageio.BaseGridFormatFactorySPI
      extended by org.geotools.coverageio.gdal.envihdr.EnviHdrFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public class EnviHdrFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi

Author:
Mathew Wyatt, CSIRO Australia, Daniele Romagnoli, GeoSolutions SAS

Constructor Summary
EnviHdrFormatFactory()
           
 
Method Summary
 EnviHdrFormat createFormat()
          Creating a EnviHdrFormat
 boolean isAvailable()
          Returns true if this factory is ready for use.
 
Methods inherited from class org.geotools.coverageio.BaseGridFormatFactorySPI
getImplementationHints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.factory.Factory
getImplementationHints
 

Constructor Detail

EnviHdrFormatFactory

public EnviHdrFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
Description copied from interface: OptionalFactory
Returns true if this factory is ready for use. An optional factory may returns false for now but returns true later. However, the converse is not recommended.

Specified by:
isAvailable in interface OptionalFactory
Overrides:
isAvailable in class BaseGridFormatFactorySPI

createFormat

public EnviHdrFormat createFormat()
Creating a EnviHdrFormat

Specified by:
createFormat in interface GridFormatFactorySpi
Overrides:
createFormat in class BaseGridFormatFactorySPI
Returns:
A EnviHdrFormat


Copyright © 1996-2010 Geotools. All Rights Reserved.