|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecimationPolicy | |
---|---|
org.geotools.coverage.grid.io |
Uses of DecimationPolicy in org.geotools.coverage.grid.io |
---|
Fields in org.geotools.coverage.grid.io with type parameters of type DecimationPolicy | |
---|---|
static ParameterDescriptor<DecimationPolicy> |
AbstractGridFormat.DECIMATION_POLICY
This GeneralParameterValue can be provided to the
GridCoverageReader s through the
GridCoverageReader.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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |