Uses of Class
org.geotools.gce.imagemosaic.ExcessGranulePolicy
-
Packages that use ExcessGranulePolicy Package Description org.geotools.gce.imagemosaic -
-
Uses of ExcessGranulePolicy in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic with type parameters of type ExcessGranulePolicy Modifier and Type Field Description static ParameterDescriptor<ExcessGranulePolicy>
ImageMosaicFormat. EXCESS_GRANULE_REMOVAL
Controls the removal of excess granulesMethods in org.geotools.gce.imagemosaic that return ExcessGranulePolicy Modifier and Type Method 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.Methods in org.geotools.gce.imagemosaic with parameters of type ExcessGranulePolicy Modifier and Type Method Description void
RasterLayerRequest. setExcessGranuleRemovalPolicy(ExcessGranulePolicy policy)
-