public interface SubmosaicProducer
Modifier and Type | Method and Description |
---|---|
boolean |
accept(GranuleDescriptor granuleDescriptor) |
List<MosaicElement> |
createMosaic() |
boolean |
doInputTransparency() |
double[][] |
getSourceThreshold() |
boolean |
hasAlpha() |
default void |
init(Query query)
Gives the producer an opportunity to pre-visit the granules, if it needs so for any reason
|
default boolean |
isReprojecting() |
default void init(Query query) throws IOException, Exception
IOException
Exception
boolean accept(GranuleDescriptor granuleDescriptor)
List<MosaicElement> createMosaic() throws IOException
IOException
boolean doInputTransparency()
boolean hasAlpha()
double[][] getSourceThreshold()
default boolean isReprojecting()
Copyright © 1996–2022 Geotools. All rights reserved.