org.geotools.gce.imagemosaic.jdbc
Class ImageMosaicJDBCFormatFactory

java.lang.Object
  extended by org.geotools.gce.imagemosaic.jdbc.ImageMosaicJDBCFormatFactory
All Implemented Interfaces:
GridFormatFactorySpi, Factory, OptionalFactory

public class ImageMosaicJDBCFormatFactory
extends java.lang.Object
implements GridFormatFactorySpi

Implementation of the GridCoverageFormat service provider interface for mosaicing of georeferenced images and image pyramids stored in a jdbc database

Since:
2.5
Author:
mcr

Constructor Summary
ImageMosaicJDBCFormatFactory()
           
 
Method Summary
 ImageMosaicJDBCFormat createFormat()
          Construct a live grid format.
 java.util.Map getImplementationHints()
          Returns the implementation hints.
 boolean isAvailable()
          Tells me if this plugin will work on not given the actual installation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMosaicJDBCFormatFactory

public ImageMosaicJDBCFormatFactory()
Method Detail

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 ImageMosaicJDBCFormat createFormat()
Description copied from interface: GridFormatFactorySpi
Construct a live grid format.

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

getImplementationHints

public java.util.Map 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.