Class JP2KFormatFactory
Object
BaseGridFormatFactorySPI
JP2KFormatFactory
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
public final class JP2KFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi
Implementation of the
Format
service provider interface for JP2K files.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreating aJP2KFormat
.boolean
Tells me if the coverage plugin to access JP2K 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
-
Constructor Details
-
JP2KFormatFactory
public JP2KFormatFactory()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Tells me if the coverage plugin to access JP2K is available or not.- Specified by:
isAvailable
in interfaceOptionalFactory
- Overrides:
isAvailable
in classBaseGridFormatFactorySPI
- Returns:
true
if the plugin is available,false
otherwise.
-
createFormat
Creating aJP2KFormat
.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Overrides:
createFormat
in classBaseGridFormatFactorySPI
- Returns:
- A
JP2KFormat
.;
-