Package org.geotools.coverageio.jp2k
Class JP2KFormatFactory
- Object
-
- JP2KFormatFactory
-
- All Implemented Interfaces:
GridFormatFactorySpi
,Factory
,OptionalFactory
public final class JP2KFormatFactory extends Object implements GridFormatFactorySpi
Implementation of theFormat
service provider interface for JP2K files.- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
-
-
Constructor Summary
Constructors Constructor Description JP2KFormatFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JP2KFormat
createFormat()
Creating aJP2KFormat
.static ImageReaderSpi
getCachedSpi()
Map<RenderingHints.Key,?>
getImplementationHints()
Returns the implementation hints.boolean
isAvailable()
Tells me if the coverage plugin to access JP2K is available or not.
-
-
-
Method Detail
-
getCachedSpi
public static ImageReaderSpi 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
public JP2KFormat createFormat()
Creating aJP2KFormat
.- Specified by:
createFormat
in interfaceGridFormatFactorySpi
- Returns:
- A
JP2KFormat
.;
-
getImplementationHints
public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints. The default implementation returns an empty map.- Specified by:
getImplementationHints
in interfaceFactory
- Returns:
- An empty map.
-
-