GPKGGriddedCoverageEncodingType
Objective-C
enum GPKGGriddedCoverageEncodingType {}
Swift
struct GPKGGriddedCoverageEncodingType : Equatable, RawRepresentable
Gridded Coverage encoding type enumeration
-
Assume the value is center of grid cell (default)
Declaration
Objective-C
GPKG_GCET_CENTER -
Assume the entire grid cell has the same value
Declaration
Objective-C
GPKG_GCET_AREA -
A typical use case is for a mesh of elevation values as specified in the OGC CDB standard Clause 5.6.1 (lower left corner)
Declaration
Objective-C
GPKG_GCET_CORNER
View on GitHub
GPKGGriddedCoverageEncodingType Enumeration Reference