Uses of Class
org.geotools.coverage.grid.io.DecimationPolicy
-
Packages that use DecimationPolicy Package Description org.geotools.coverage.grid.io org.geotools.gce.imagemosaic -
-
Uses of DecimationPolicy in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io with type parameters of type DecimationPolicy Modifier and Type Field Description static ParameterDescriptor<DecimationPolicy>
AbstractGridFormat. DECIMATION_POLICY
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#read(GeneralParameterValue[])
method in order to specify the policy a reader should adopt when setting read parameters when evaluating a needed resolution.Methods in org.geotools.coverage.grid.io that return DecimationPolicy Modifier and Type Method Description static DecimationPolicy
DecimationPolicy. getDefaultPolicy()
static DecimationPolicy
DecimationPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecimationPolicy[]
DecimationPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DecimationPolicy in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return DecimationPolicy Modifier and Type Method Description DecimationPolicy
RasterLayerRequest. getDecimationPolicy()
-