Package | Description |
---|---|
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.catalogbuilder | |
org.geotools.gce.imagemosaic.granulehandler |
Modifier and Type | Method and Description |
---|---|
MosaicConfigurationBean |
ImageMosaicDescriptor.getConfiguration() |
MosaicConfigurationBean |
RasterManager.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
Map<String,MosaicConfigurationBean> |
ImageMosaicConfigHandler.getConfigurations() |
Modifier and Type | Method and Description |
---|---|
protected RasterManager |
ImageMosaicReader.addRasterManager(MosaicConfigurationBean configuration,
boolean init)
Create a RasterManager on top of this
MosaicConfigurationBean |
void |
RasterManager.setConfiguration(MosaicConfigurationBean configuration) |
Constructor and Description |
---|
ImageMosaicDescriptor(MosaicConfigurationBean configurationBean,
GranuleCatalog catalog) |
MosaicConfigurationBean(MosaicConfigurationBean that) |
RasterManager(ImageMosaicReader parentReader,
MosaicConfigurationBean configuration) |
Modifier and Type | Method and Description |
---|---|
MosaicConfigurationBean |
MosaicBeanBuilder.getMosaicConfigurationBean() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGranuleHandler.handleGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature feature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
void |
ReprojectingGranuleHandler.handleGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
void |
GranuleHandler.handleGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration)
Handle the case of a grid coverage being added to the mosaic.
|
default void |
GranuleHandler.handleStructuredGranule(Object source,
GridCoverage2DReader inputReader,
SimpleFeature targetFeature,
SimpleFeatureType targetFeatureType,
SimpleFeature inputFeature,
SimpleFeatureType inputFeatureType,
MosaicConfigurationBean mosaicConfiguration) |
Copyright © 1996–2019 Geotools. All rights reserved.