struct WKB::Position

Included Modules

Defined in:

wkb/geojson.cr
wkb/position.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(coordinates : Array(Float64), mode : Mode) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def has_m?(*args, **options) #

def has_m?(*args, **options, &) #

def has_z?(*args, **options) #

def has_z?(*args, **options, &) #

def has_zm?(*args, **options) #

def has_zm?(*args, **options, &) #

def m #

def mode : WKB::Mode #

def size(*args, **options) #

def size(*args, **options, &) #

def slice : Slice(Float64) #

def to_coordinates : Array(Float64) #

def to_json(builder : JSON::Builder) #

def unsafe_fetch(*args, **options) #

def unsafe_fetch(*args, **options, &) #

def x #

def y #

def z #