flatgeobuf
Version:
A performant binary encoding for geographic data
2 lines • 397 B
JavaScript
var o;export var ColumnType=((o={})[o.Byte=0]="Byte",o[o.UByte=1]="UByte",o[o.Bool=2]="Bool",o[o.Short=3]="Short",o[o.UShort=4]="UShort",o[o.Int=5]="Int",o[o.UInt=6]="UInt",o[o.Long=7]="Long",o[o.ULong=8]="ULong",o[o.Float=9]="Float",o[o.Double=10]="Double",o[o.String=11]="String",o[o.Json=12]="Json",o[o.DateTime=13]="DateTime",o[o.Binary=14]="Binary",o);
//# sourceMappingURL=column-type.js.map