org.geotools.coverageio.gdal.envihdr
Class EnviHdrFormatFactory

Object
  extended by BaseGridFormatFactorySPI
      extended by 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 BaseGridFormatFactorySPI
getImplementationHints
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface 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-2014 Geotools. All Rights Reserved.