s2.s2cell_union

Undocumented in source.

Members

Classes

S2CellUnion
class S2CellUnion

An S2CellUnion is a region consisting of cells of various sizes. Typically a cell union is used to approximate some other shape. There is a tradeoff between the accuracy of the approximation and how many cells are used. Unlike polygons, cells have a fixed hierarchical structure. This makes them more suitable for optimizations based on preprocessing.

Variables

CURRENT_LOSSLESS_ENCODING_VERSION_NUMBER
enum ubyte CURRENT_LOSSLESS_ENCODING_VERSION_NUMBER;
Undocumented in source.
S2CELL_UNION_DECODE_MAX_NUM_CELLS
enum int S2CELL_UNION_DECODE_MAX_NUM_CELLS;
Undocumented in source.

Meta