org.geotools.gce.imagemosaic.catalog
Class GranuleCatalogFactory

Object
  extended by GranuleCatalogFactory

public abstract class GranuleCatalogFactory
extends Object

Simple Factory class for creating GranuleCatalog instance to handle the catalog of granules for this mosaic.

Author:
Simone Giannecchini, GeoSolutions SAS

Method Summary
static GranuleCatalog createGranuleCatalog(Properties params, boolean caching, boolean create, DataStoreFactorySpi spi, Hints hints)
           
static GranuleCatalog createGranuleCatalog(URL sourceURL, CatalogConfigurationBean catalogConfigurationBean, Properties overrideParams, Hints hints)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createGranuleCatalog

public static GranuleCatalog createGranuleCatalog(Properties params,
                                                  boolean caching,
                                                  boolean create,
                                                  DataStoreFactorySpi spi,
                                                  Hints hints)

createGranuleCatalog

public static GranuleCatalog createGranuleCatalog(URL sourceURL,
                                                  CatalogConfigurationBean catalogConfigurationBean,
                                                  Properties overrideParams,
                                                  Hints hints)


Copyright © 1996-2014 Geotools. All Rights Reserved.