org.geotools.gce.imagemosaic
Class ImageMosaicFormatFactory

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

public final class ImageMosaicFormatFactory
extends Object
implements GridFormatFactorySpi

Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced images.

Since:
2.3
Author:
Simone Giannecchini, GeoSolutions S.A.S.

Constructor Summary
ImageMosaicFormatFactory()
           
 
Method Summary
 ImageMosaicFormat createFormat()
          Construct a live grid format.
protected  void finalize()
           
 Map<RenderingHints.Key,?> getImplementationHints()
          Returns the implementation hints.
 boolean isAvailable()
          Tells me if this plugin will work on not given the actual installation.
 
Methods inherited from class Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMosaicFormatFactory

public ImageMosaicFormatFactory()
Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

isAvailable

public boolean isAvailable()
Tells me if this plugin will work on not given the actual installation.

Dependecies are mostly from JAI and ImageIO so if they are installed you should not have many problems.

Specified by:
isAvailable in interface OptionalFactory
Returns:
False if something's missing, true otherwise.

createFormat

public ImageMosaicFormat createFormat()
Description copied from interface: GridFormatFactorySpi
Construct a live grid format.

Specified by:
createFormat in interface GridFormatFactorySpi
See Also:
GridFormatFactorySpi.createFormat().

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.