|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.coverageio.BaseGridFormatFactorySPI
org.geotools.coverageio.gdal.jp2ecw.JP2ECWFormatFactory
public final class JP2ECWFormatFactory
Implementation of the Format
service provider interface for JP2K
files.
Constructor Summary | |
---|---|
JP2ECWFormatFactory()
|
Method Summary | |
---|---|
JP2ECWFormat |
createFormat()
Creating a JP2ECWFormat . |
boolean |
isAvailable()
Tells me if the coverage plugin to access JP2K via ECW driver is available or not. |
Methods inherited from class org.geotools.coverageio.BaseGridFormatFactorySPI |
---|
getImplementationHints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.factory.Factory |
---|
getImplementationHints |
Constructor Detail |
---|
public JP2ECWFormatFactory()
Method Detail |
---|
public boolean isAvailable()
isAvailable
in interface OptionalFactory
isAvailable
in class BaseGridFormatFactorySPI
true
if the plugin is available, false
otherwise.public JP2ECWFormat createFormat()
JP2ECWFormat
.
createFormat
in interface GridFormatFactorySpi
createFormat
in class BaseGridFormatFactorySPI
JP2ECWFormat
.;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |