Class EnviHdrFormatFactory
Object
BaseGridFormatFactorySPI
EnviHdrFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
- Author:
- Mathew Wyatt, CSIRO Australia, Daniele Romagnoli, GeoSolutions SAS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aEnviHdrFormatbooleanReturnstrueif this factory is ready for use.Methods inherited from class BaseGridFormatFactorySPI
getImplementationHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Factory
getImplementationHints
-
Constructor Details
-
EnviHdrFormatFactory
public EnviHdrFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Description copied from interface:OptionalFactoryReturnstrueif this factory is ready for use. An optional factory may returnsfalsefor now but returnstruelater. However, the converse is not recommended.- Specified by:
isAvailablein interfaceOptionalFactory- Overrides:
isAvailablein classBaseGridFormatFactorySPI
-
createFormat
Creating aEnviHdrFormat- Specified by:
createFormatin interfaceGridFormatFactorySpi- Overrides:
createFormatin classBaseGridFormatFactorySPI- Returns:
- A
EnviHdrFormat
-