Class EsriHdrFormatFactory
- Object
-
- EsriHdrFormatFactory
-
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
public final class EsriHdrFormatFactory extends Object implements GridFormatFactorySpi
Implementation of theFormatservice 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 Constructor Description EsriHdrFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EsriHdrFormatcreateFormat()Creating aEsriHdrFormatMap<RenderingHints.Key,?>getImplementationHints()Returns the implementation hints.booleanisAvailable()Tells me if the coverage plugin to access EHdr is available or not.
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
Tells me if the coverage plugin to access EHdr is available or not.- Specified by:
isAvailablein interfaceOptionalFactory- Returns:
trueif the plugin is available,falseotherwise.
-
createFormat
public EsriHdrFormat createFormat()
Creating aEsriHdrFormat- Specified by:
createFormatin interfaceGridFormatFactorySpi- Returns:
- A
EsriHdrFormat
-
getImplementationHints
public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints. The default implementation returns en empty map.- Specified by:
getImplementationHintsin interfaceFactory- Returns:
- The map of hints, or an {@linkplain java.util.Collections.emptyMap() empty map} if none.
-
-