Uses of Class
mil.nga.geopackage.extension.coverage.CoverageDataAlgorithm
- 
Packages that use CoverageDataAlgorithm Package Description mil.nga.geopackage.extension.coverage 
- 
- 
Uses of CoverageDataAlgorithm in mil.nga.geopackage.extension.coverageFields in mil.nga.geopackage.extension.coverage declared as CoverageDataAlgorithm Modifier and Type Field Description protected CoverageDataAlgorithmCoverageDataCore. algorithmInterpolation algorithmMethods in mil.nga.geopackage.extension.coverage that return CoverageDataAlgorithm Modifier and Type Method Description CoverageDataAlgorithmCoverageDataCore. getAlgorithm()Get the interpolation algorithmstatic CoverageDataAlgorithmCoverageDataAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CoverageDataAlgorithm[]CoverageDataAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension.coverage with parameters of type CoverageDataAlgorithm Modifier and Type Method Description voidCoverageDataCore. setAlgorithm(CoverageDataAlgorithm algorithm)Set the interpolation algorithm
 
-