public class DefaultSubmosaicProducer extends BaseSubmosaicProducer
doInputTransparency, dryRun, granulesFutures, granulesNumber, hasAlpha, inputTransparentColor, rasterLayerResponse, sourceThreshold| Constructor and Description |
|---|
DefaultSubmosaicProducer(RasterLayerResponse rasterLayerResponse,
Filter granuleFilter,
boolean dryRun)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(GranuleDescriptor granuleDescriptor)
This method is responsible for collecting all the granules accepting a certain
Filter. |
acceptGranule, collectGranules, createMosaic, doInputTransparency, getSourceThreshold, hasAlphaclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReprojectingpublic DefaultSubmosaicProducer(RasterLayerResponse rasterLayerResponse, Filter granuleFilter, boolean dryRun)
rasterLayerResponse - granuleFilter - the Filter we are supposed to use to select granules for this
DefaultSubmosaicProducer.dryRun - whether we need to makepublic boolean accept(GranuleDescriptor granuleDescriptor)
Filter.
The method return true when a GranuleDescriptor for which the GranuleDescriptor.originator SimpleFeature is evaluated positively by the internal
filter and retain the granule, or false otherwise so that the caller can keep
trying with a different DefaultSubmosaicProducer
accept in interface SubmosaicProduceraccept in class BaseSubmosaicProducergranuleDescriptor - the GranuleDescriptor to test with the internal Filtertrue in case the GranuleDescriptor is added, false
otherwise.Copyright © 1996–2019 Geotools. All rights reserved.