Uses of Enum Class
org.geotools.gce.imagemosaic.ExcessGranulePolicy
Packages that use ExcessGranulePolicy
-
Uses of ExcessGranulePolicy in org.geotools.gce.imagemosaic
Fields in org.geotools.gce.imagemosaic with type parameters of type ExcessGranulePolicyModifier and TypeFieldDescriptionstatic final ParameterDescriptor<ExcessGranulePolicy>
ImageMosaicFormat.EXCESS_GRANULE_REMOVAL
Controls the removal of excess granulesMethods in org.geotools.gce.imagemosaic that return ExcessGranulePolicyModifier and TypeMethodDescriptionRasterLayerRequest.getExcessGranuleRemovalPolicy()
static ExcessGranulePolicy
Returns the enum constant of this class with the specified name.static ExcessGranulePolicy[]
ExcessGranulePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.gce.imagemosaic with parameters of type ExcessGranulePolicyModifier and TypeMethodDescriptionvoid
RasterLayerRequest.setExcessGranuleRemovalPolicy
(ExcessGranulePolicy policy)