GPKGCoverageDataAlgorithm
Objective-C
enum GPKGCoverageDataAlgorithm {}
Swift
struct GPKGCoverageDataAlgorithm : Equatable, RawRepresentable
Tile Gridded Coverage Data Algorithm interpolation enumeration types
-
Selects the value of the nearest point and does not consider the values of neighboring points at all
Declaration
Objective-C
GPKG_CDA_NEAREST_NEIGHBOR
-
Performs linear interpolation first in one direction, and then again in the other direction
Declaration
Objective-C
GPKG_CDA_BILINEAR
-
Considers 16 pixels to interpolate each value
Declaration
Objective-C
GPKG_CDA_BICUBIC