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_POLICYThisGeneralParameterValuecan be provided to theGridCoverageReaders 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 DecimationPolicyDecimationPolicy. getDefaultPolicy()static DecimationPolicyDecimationPolicy. 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 DecimationPolicyRasterLayerRequest. getDecimationPolicy()
-