org.geotools.coverageio.jp2k
Class JP2KFormatFactory

Object
  extended by JP2KFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public final class JP2KFormatFactory
extends Object
implements GridFormatFactorySpi

Implementation of the Format service provider interface for JP2K files.

Author:
Daniele Romagnoli, GeoSolutions, Simone Giannecchini (simboss), GeoSolutions

Constructor Summary
JP2KFormatFactory()
           
 
Method Summary
 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.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JP2KFormatFactory

public JP2KFormatFactory()
Method Detail

getCachedSpi

public static ImageReaderSpi getCachedSpi()

isAvailable

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

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

createFormat

public JP2KFormat createFormat()
Creating a JP2KFormat.

Specified by:
createFormat in interface GridFormatFactorySpi
Returns:
A JP2KFormat.;

getImplementationHints

public Map<RenderingHints.Key,?> getImplementationHints()
Returns the implementation hints. The default implementation returns an empty map.

Specified by:
getImplementationHints in interface Factory
Returns:
An empty map.


Copyright © 1996-2010 Geotools. All Rights Reserved.