struct PostGIS::Point3D

Overview

A Point3D represents a PostGIS POINT value in 3-dimensional space. The #srid may be set for geography values.

Defined in:

postgis.cr

Constructors

Instance Method Summary

Instance methods inherited from struct PostGIS::Geometry

initialize initialize

Constructor methods inherited from struct PostGIS::Geometry

new new

Constructor Detail

def self.new(x : Float64, y : Float64, z : Float64, srid : UInt32 = 4326_u32) #

[View source]
def self.read_body(io, endian, srid) : self #

[View source]

Instance Method Detail

def srid : UInt32 #

[View source]
def x : Float64 #

[View source]
def y : Float64 #

[View source]
def z : Float64 #

[View source]