enum WKB::Flavor

Overview

Serialization flavors of Well-Known Binary and Well-Known Text.

Defined in:

wkb/flavor.cr

Enum Members

Basic = 0

Basic standard with support only for XY.

Ext = 1

Extended flavor used by PostGIS without SRID.

ExtSRID = 2

Extended flavor used by PostGIS witht SRID.

ISO = 3

Higher-dimensional standard as defined in ISO 13249-3

Instance Method Summary

Instance Method Detail

def basic? #

[View source]
def ext? #

[View source]
def ext_srid? #

[View source]
def iso? #

[View source]