Package org.geotools.coverageio.jp2k
Class JP2KFormatFactory
Object
JP2KFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi,Factory,OptionalFactory
Implementation of the
Format service provider interface for JP2K files.- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aJP2KFormat.static ImageReaderSpiReturns the implementation hints.booleanTells me if the coverage plugin to access JP2K is available or not.
-
Constructor Details
-
JP2KFormatFactory
public JP2KFormatFactory()
-
-
Method Details
-
getCachedSpi
-
isAvailable
public boolean isAvailable()Tells me if the coverage plugin to access JP2K is available or not.- Specified by:
isAvailablein interfaceOptionalFactory- Returns:
trueif the plugin is available,falseotherwise.
-
createFormat
Creating aJP2KFormat.- Specified by:
createFormatin interfaceGridFormatFactorySpi- Returns:
- A
JP2KFormat.;
-
getImplementationHints
Returns the implementation hints. The default implementation returns an empty map.- Specified by:
getImplementationHintsin interfaceFactory- Returns:
- An empty map.
-