Package org.geotools.gce.imagemosaic
Class ImageMosaicDescriptor
- Object
-
- ImageMosaicDescriptor
-
public class ImageMosaicDescriptor extends Object
A class which can be used as input of anImageMosaicReader
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
Constructors Constructor Description ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GranuleCatalog
getCatalog()
MosaicConfigurationBean
getConfiguration()
-
-
-
Constructor Detail
-
ImageMosaicDescriptor
public ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog)
-
-
Method Detail
-
getConfiguration
public MosaicConfigurationBean getConfiguration()
-
getCatalog
public GranuleCatalog getCatalog()
-
-