|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverageio.jp2k.JP2KFormatFactory
public final class JP2KFormatFactory
Implementation of the Format
service provider interface for JP2K
files.
Constructor Summary | |
---|---|
JP2KFormatFactory()
|
Method Summary | |
---|---|
JP2KFormat |
createFormat()
Creating a JP2KFormat . |
static javax.imageio.spi.ImageReaderSpi |
getCachedSpi()
|
java.util.Map<java.awt.RenderingHints.Key,?> |
getImplementationHints()
Returns the implementation hints. |
boolean |
isAvailable()
Tells me if the coverage plugin to access JP2K is available or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JP2KFormatFactory()
Method Detail |
---|
public static javax.imageio.spi.ImageReaderSpi getCachedSpi()
public boolean isAvailable()
isAvailable
in interface OptionalFactory
true
if the plugin is available, false
otherwise.public JP2KFormat createFormat()
JP2KFormat
.
createFormat
in interface GridFormatFactorySpi
JP2KFormat
.;public java.util.Map<java.awt.RenderingHints.Key,?> getImplementationHints()
getImplementationHints
in interface Factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |