Uses of Class
org.geotools.coverage.grid.io.DecimationPolicy

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 GridCoverageReaders 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.