org.geotools.coverageio.gdal.envihdr
Class EnviHdrFormatFactory
Object
BaseGridFormatFactorySPI
EnviHdrFormatFactory
- All Implemented Interfaces:
- GridFormatFactorySpi, Factory, OptionalFactory
public class EnviHdrFormatFactory
- extends BaseGridFormatFactorySPI
- implements GridFormatFactorySpi
- Author:
- Mathew Wyatt, CSIRO Australia, Daniele Romagnoli, GeoSolutions SAS
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnviHdrFormatFactory
public EnviHdrFormatFactory()
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.