| Class | Description |
|---|---|
| GranuleDescriptor |
A granuleDescriptor is a single piece of the mosaic, with its own overviews and everything.
|
| GranuleDescriptor.GranuleLoadingResult |
Simple placeholder class to store the result of a Granule Loading which comprises of a raster
as well as a
ROIShape for its footprint. |
| GranuleLoader |
Specific
Callable implementation that can be used to load the result of a request on a
single GranuleDescriptor via GranuleDescriptor.GranuleLoadingResult. |
| ImageMosaicConfigHandler |
This class is in responsible for creating and managing the catalog and the configuration of the
mosaic
|
| ImageMosaicDescriptor |
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. |
| ImageMosaicDirectoryWalker |
This class is in responsible for creating the index for a mosaic of images that we want to tie
together as a single coverage.
|
| ImageMosaicEventHandlers |
Base class to handle events
|
| ImageMosaicEventHandlers.ExceptionEvent |
Event launched when an exception occurs.
|
| ImageMosaicEventHandlers.FileProcessingEvent |
A special ProcessingEvent raised when a file has completed/failed ingestion
|
| ImageMosaicEventHandlers.ProcessingEvent | |
| ImageMosaicEventHandlers.ProcessingEventListener | |
| ImageMosaicEventHandlers.ProgressEventDispatchThreadEventLauncher |
Private Class which simply fires the events using a copy of the listeners list in order to
avoid problems with listeners that remove themselves or are removed by someone else
|
| ImageMosaicFileResourceInfo |
FileResourceInfo implementation for ImageMosaic. |
| ImageMosaicFormat |
AbstractGridFormat subclass for controlling ImageMosaicReader creation. |
| ImageMosaicFormatFactory |
Implementation of the GridCoverageFormat service provider interface for mosaic of georeferenced
images.
|
| ImageMosaicReader |
Reader responsible for providing access to mosaic of georeferenced images.
|
| MosaicConfigurationBean |
Very simple bean to hold the configuration of the mosaic.
|
| MosaicElement |
Represents the input raster element for a mosaic operation, source
RenderedImage, ROI and alpha channel. |
| MosaicInputs |
This class represents the inputs for a mosaic JAI operation.
|
| Mosaicker |
A class doing the mosaic operation on top of a List of
MosaicElements. |
| RasterLayerRequest |
A class to handle coverage requests to a reader for a single 2D layer..
|
| RasterLayerResponse |
A RasterLayerResponse.
|
| RasterManager | |
| ReadParamsController |
Class that fills up properly read params given a
RasterLayerRequest, an OverviewsController |
| SampleImage |
Simple serializable class holding a sample model and a color model
|
| SpatialRequestHelper |
Helper class which takes coverage's spatial information input (CRS, bbox, resolution,...) and a
set of request's parameters (requestedCRS, requestedBBox, requested resolution, ...) and takes
care of computing all auxiliary spatial variables for future computations.
|
| SpatialRequestHelper.CoverageProperties | |
| Utils |
Sparse utilities for the various mosaic classes.
|
| Utils.BBOXFilterExtractor |
Extracts a bbox from a filter in case there is at least one.
|
| Utils.Prop | |
| Utils.SourceGetter |
Given a source object, allow to retrieve (when possible) the related url, the related file or
the original input source object itself.
|
| Enum | Description |
|---|---|
| ExcessGranulePolicy |
Policy for excess granule removal
|
| ImageMosaicReader.HarvestedResource |
Enumeration object used for defining 3 different behaviours for the Harvesting, each of them
associated to one of these 3 objects:
File
Directory
List of Files
|
| MergeBehavior |
This class is responsible for implementing the strategies for the mosaicking which can be a flat
merge of band-stacking merge.
|
| PathType |
Enum that can be use to distinguish between relative paths and absolute paths when trying to load
a granuleDescriptor for a mosaic.
|
| Exception | Description |
|---|---|
| GranuleLoadingException |
Class signifying issues loading a granule
|
Copyright © 1996–2019 Geotools. All rights reserved.