Package | Description |
---|---|
org.geotools.gce.imagemosaic |
Modifier and Type | Field and Description |
---|---|
static ParameterDescriptor<ExcessGranulePolicy> |
ImageMosaicFormat.EXCESS_GRANULE_REMOVAL
Controls the removal of excess granules
This parameter controls whether the mosaic will attempt to remove excess granules, that
is, granules not contributing pixels to the output, before performing the mosaicking.
|
Modifier and Type | Method and Description |
---|---|
ExcessGranulePolicy |
RasterLayerRequest.getExcessGranuleRemovalPolicy() |
static ExcessGranulePolicy |
ExcessGranulePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcessGranulePolicy[] |
ExcessGranulePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RasterLayerRequest.setExcessGranuleRemovalPolicy(ExcessGranulePolicy policy) |
Copyright © 1996–2019 Geotools. All rights reserved.