org.geotools.gce.imagemosaic
Class ImageMosaicDescriptor

Object
  extended by ImageMosaicDescriptor

public class ImageMosaicDescriptor
extends Object

A class which can be used as input of an ImageMosaicReader to describe an available mosaic without the need to access an external file such as a shapeFile, a property file, a data directory or something else.

Author:
Daniele Romagnoli, GeoSolutions S.A.S., Simone Giannecchini, GeoSolutions S.A.S.

Constructor Summary
ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog)
           
 
Method Summary
 GranuleCatalog getCatalog()
           
 MosaicConfigurationBean getConfiguration()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMosaicDescriptor

public ImageMosaicDescriptor(MosaicConfigurationBean configurationBean,
                             GranuleCatalog catalog)
Method Detail

getConfiguration

public MosaicConfigurationBean getConfiguration()

getCatalog

public GranuleCatalog getCatalog()


Copyright © 1996-2014 Geotools. All Rights Reserved.