Class JP2ECWFormatFactory
- Object
- 
- BaseGridFormatFactorySPI
- 
- JP2ECWFormatFactory
 
 
- 
- All Implemented Interfaces:
- GridFormatFactorySpi,- Factory,- OptionalFactory
 
 public final class JP2ECWFormatFactory extends BaseGridFormatFactorySPI implements GridFormatFactorySpi Implementation of theFormatservice provider interface for JP2K files.- Since:
- 2.5.x
- Author:
- Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions
 
- 
- 
Constructor SummaryConstructors Constructor Description JP2ECWFormatFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JP2ECWFormatcreateFormat()Creating aJP2ECWFormat.booleanisAvailable()Tells me if the coverage plugin to access JP2K via ECW driver is available or not.- 
Methods inherited from class BaseGridFormatFactorySPIgetImplementationHints
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface FactorygetImplementationHints
 
- 
 
- 
- 
- 
Method Detail- 
isAvailablepublic boolean isAvailable() Tells me if the coverage plugin to access JP2K via ECW driver is available or not.- Specified by:
- isAvailablein interface- OptionalFactory
- Overrides:
- isAvailablein class- BaseGridFormatFactorySPI
- Returns:
- trueif the plugin is available,- falseotherwise.
 
 - 
createFormatpublic JP2ECWFormat createFormat() Creating aJP2ECWFormat.- Specified by:
- createFormatin interface- GridFormatFactorySpi
- Overrides:
- createFormatin class- BaseGridFormatFactorySPI
- Returns:
- A JP2ECWFormat.;
 
 
- 
 
-