SEQUENCING_RULE_TYPE

class s100py.s100.SEQUENCING_RULE_TYPE(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

S100 v4.0 Table 10c-20

Inheritance diagram of SEQUENCING_RULE_TYPE

Attributes Summary

CantorDiagonal

Hilbert

Morton

boustrophedonic

linear

spiral

Attributes Documentation

CantorDiagonal = 3
Hilbert = 6
Morton = 5
boustrophedonic = 2
linear = 1
spiral = 4