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.imagemosaicFields in org.geotools.gce.imagemosaic with type parameters of type ExcessGranulePolicy Modifier and Type Field Description static ParameterDescriptor<ExcessGranulePolicy>ImageMosaicFormat. EXCESS_GRANULE_REMOVALControls the removal of excess granulesMethods in org.geotools.gce.imagemosaic that return ExcessGranulePolicy Modifier and Type Method Description ExcessGranulePolicyRasterLayerRequest. getExcessGranuleRemovalPolicy()static ExcessGranulePolicyExcessGranulePolicy. 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 voidRasterLayerRequest. setExcessGranuleRemovalPolicy(ExcessGranulePolicy policy)
 
-