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.coverage
Fields in mil.nga.geopackage.extension.coverage declared as CoverageDataAlgorithm Modifier and Type Field Description protected CoverageDataAlgorithm
CoverageDataCore. algorithm
Interpolation algorithmMethods in mil.nga.geopackage.extension.coverage that return CoverageDataAlgorithm Modifier and Type Method Description CoverageDataAlgorithm
CoverageDataCore. getAlgorithm()
Get the interpolation algorithmstatic CoverageDataAlgorithm
CoverageDataAlgorithm. 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 void
CoverageDataCore. setAlgorithm(CoverageDataAlgorithm algorithm)
Set the interpolation algorithm
-