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 ImageReaderSpi
Returns the implementation hints.boolean
Tells 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:
isAvailable
in interfaceOptionalFactory
- Returns:
true
if the plugin is available,false
otherwise.
-
createFormat
Creating aJP2KFormat
.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Returns:
- A
JP2KFormat
.;
-
getImplementationHints
Returns the implementation hints. The default implementation returns an empty map.- Specified by:
getImplementationHints
in interfaceFactory
- Returns:
- An empty map.
-