Uses of Enum Class
org.geotools.coverage.grid.io.DecimationPolicy
Packages that use DecimationPolicy
-
Uses of DecimationPolicy in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io with type parameters of type DecimationPolicyModifier and TypeFieldDescriptionstatic final 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 DecimationPolicyModifier and TypeMethodDescriptionstatic DecimationPolicy
DecimationPolicy.getDefaultPolicy()
static DecimationPolicy
Returns the enum constant of this class with the specified name.static DecimationPolicy[]
DecimationPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DecimationPolicy in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return DecimationPolicy