Package org.geotools.coverageio.gdal.aig
Class AIGFormatFactory
Object
AIGFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
Implementation of the
Format service provider interface for Aig files.- Since:
- 2.5.x
- Author:
- Andrea Antonello (www.hydrologis.com), Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aEsriHdrFormatReturns the implementation hints.booleanTells me if the coverage plugin to access EHdr is available or not.
-
Constructor Details
-
AIGFormatFactory
public AIGFormatFactory()
-
-
Method Details
-
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
Creating aEsriHdrFormat- Specified by:
createFormatin interfaceGridFormatFactorySpi- Returns:
- A
EsriHdrFormat
-
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.
-