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 theFormatservice 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 JP2KFormatcreateFormat()Creating aJP2KFormat.static ImageReaderSpigetCachedSpi()Map<RenderingHints.Key,?>getImplementationHints()Returns the implementation hints.booleanisAvailable()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:
isAvailablein interfaceOptionalFactory- Returns:
trueif the plugin is available,falseotherwise.
-
createFormat
public JP2KFormat createFormat()
Creating aJP2KFormat.- Specified by:
createFormatin interfaceGridFormatFactorySpi- Returns:
- A
JP2KFormat.;
-
getImplementationHints
public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints. The default implementation returns an empty map.- Specified by:
getImplementationHintsin interfaceFactory- Returns:
- An empty map.
-
-