Package org.geotools.gce.imagemosaic
Class ImageMosaicDescriptor
- Object
- 
- ImageMosaicDescriptor
 
- 
 public class ImageMosaicDescriptor extends Object A class which can be used as input of anImageMosaicReaderto 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 SummaryConstructors Constructor Description ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GranuleCataloggetCatalog()MosaicConfigurationBeangetConfiguration()
 
- 
- 
- 
Constructor Detail- 
ImageMosaicDescriptorpublic ImageMosaicDescriptor(MosaicConfigurationBean configurationBean, GranuleCatalog catalog) 
 
- 
 - 
Method Detail- 
getConfigurationpublic MosaicConfigurationBean getConfiguration() 
 - 
getCatalogpublic GranuleCatalog getCatalog() 
 
- 
 
-