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
-
-
Constructor Summary
Constructors Constructor Description EnviHdrFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnviHdrFormat
createFormat()
Creating aEnviHdrFormat
boolean
isAvailable()
Returnstrue
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
-
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
Description copied from interface:OptionalFactory
Returnstrue
if this factory is ready for use. An optional factory may returnsfalse
for now but returnstrue
later. However, the converse is not recommended.- Specified by:
isAvailable
in interfaceOptionalFactory
- Overrides:
isAvailable
in classBaseGridFormatFactorySPI
-
createFormat
public EnviHdrFormat createFormat()
Creating aEnviHdrFormat
- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Overrides:
createFormat
in classBaseGridFormatFactorySPI
- Returns:
- A
EnviHdrFormat
-
-