Class EsriHdrFormatFactory
Object
EsriHdrFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
Implementation of the
Format
service provider interface for EHdr files.- Since:
- 2.5.x
- Author:
- Alexander Petkov, Fire Sciences Laboratory, Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aEsriHdrFormat
Returns the implementation hints.boolean
Tells me if the coverage plugin to access EHdr is available or not.
-
Constructor Details
-
EsriHdrFormatFactory
public EsriHdrFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Tells me if the coverage plugin to access EHdr is available or not.- Specified by:
isAvailable
in interfaceOptionalFactory
- Returns:
true
if the plugin is available,false
otherwise.
-
createFormat
Creating aEsriHdrFormat
- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Returns:
- A
EsriHdrFormat
-
getImplementationHints
Returns the implementation hints. The default implementation returns en empty map.- Specified by:
getImplementationHints
in interfaceFactory
- Returns:
- The map of hints, or an {@linkplain java.util.Collections.emptyMap() empty map} if none.
-