Class IDRISIFormatFactory
- Object
-
- IDRISIFormatFactory
-
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
public final class IDRISIFormatFactory extends Object implements GridFormatFactorySpi
Implementation of theFormat
service provider interface for IDRISI files.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description IDRISIFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDRISIFormat
createFormat()
Creating aIDRISIFormat
Map<RenderingHints.Key,?>
getImplementationHints()
Returns the implementation hints.boolean
isAvailable()
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:
isAvailable
in interfaceOptionalFactory
- Returns:
true
if the plugin is available,false
otherwise.
-
createFormat
public IDRISIFormat createFormat()
Creating aIDRISIFormat
- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Returns:
- A
IDRISIFormat
-
getImplementationHints
public Map<RenderingHints.Key,?> 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.
-
-