enum WKB::ObjectKind

Defined in:

wkb/object_kind.cr

Enum Members

Point = 1_u32
LineString = 2_u32
Polygon = 3_u32
MultiPoint = 4_u32
MultiLineString = 5_u32
MultiPolygon = 6_u32
GeometryCollection = 7_u32

Instance Method Summary

Instance Method Detail

def geometry? #

def geometry_collection? #

def line_string? #

def multi_line_string? #

def multi_point? #

def multi_polygon? #

def multipart? #

def point? #

def polygon? #