org.geotools.coverageio.gdal.jp2ecw
Class JP2ECWFormatFactory

java.lang.Object
  extended by org.geotools.coverageio.BaseGridFormatFactorySPI
      extended by org.geotools.coverageio.gdal.jp2ecw.JP2ECWFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public final class JP2ECWFormatFactory
extends BaseGridFormatFactorySPI
implements GridFormatFactorySpi

Implementation of the Format service provider interface for JP2K files.

Since:
2.5.x
Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions

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

JP2ECWFormatFactory

public JP2ECWFormatFactory()
Method Detail

isAvailable

public boolean isAvailable()
Tells me if the coverage plugin to access JP2K via ECW driver is available or not.

Specified by:
isAvailable in interface OptionalFactory
Overrides:
isAvailable in class BaseGridFormatFactorySPI
Returns:
true if the plugin is available, false otherwise.

createFormat

public JP2ECWFormat createFormat()
Creating a JP2ECWFormat.

Specified by:
createFormat in interface GridFormatFactorySpi
Overrides:
createFormat in class BaseGridFormatFactorySPI
Returns:
A JP2ECWFormat.;


Copyright © 1996-2010 Geotools. All Rights Reserved.