public final class JP2KFormatFactory extends Object implements GridFormatFactorySpi
Format service provider interface for JP2K files.| Constructor and Description |
|---|
JP2KFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
JP2KFormat |
createFormat()
Creating a
JP2KFormat. |
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.
|
public static ImageReaderSpi getCachedSpi()
public boolean isAvailable()
isAvailable in interface OptionalFactorytrue if the plugin is available, false otherwise.public JP2KFormat createFormat()
JP2KFormat.createFormat in interface GridFormatFactorySpiJP2KFormat.;public Map<RenderingHints.Key,?> getImplementationHints()
getImplementationHints in interface FactoryCopyright © 1996–2019 Geotools. All rights reserved.