Package org.geotools.coverageio.gdal.ecw
Class ECWFormatFactory
- Object
-
- BaseGridFormatFactorySPI
-
- ECWFormatFactory
-
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
public final class ECWFormatFactory extends BaseGridFormatFactorySPI implements GridFormatFactorySpi
Implementation of theFormatservice provider interface for ECW files.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description ECWFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECWFormatcreateFormat()Creating aECWFormatbooleanisAvailable()Tells me if the coverage plugin to access ECW is available or not.-
Methods inherited from class BaseGridFormatFactorySPI
getImplementationHints
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface Factory
getImplementationHints
-
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
Tells me if the coverage plugin to access ECW is available or not.- Specified by:
isAvailablein interfaceOptionalFactory- Overrides:
isAvailablein classBaseGridFormatFactorySPI- Returns:
trueif the plugin is available,falseotherwise.
-
createFormat
public ECWFormat createFormat()
Creating aECWFormat- Specified by:
createFormatin interfaceGridFormatFactorySpi- Overrides:
createFormatin classBaseGridFormatFactorySPI- Returns:
- A
ECWFormat
-
-