Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
postgis
master
PostGIS
Decoders
GeographyDecoder
DecodingError
Error
Geography
Point2D
Point3D
Polygon2D
Generated using Crystal 1.10.1
2024-02-25 02:59:40 UTC
struct
PostGIS::
Polygon2D
PostGIS::Polygon2D
PostGIS::Geography
Struct
Value
Object
Defined in:
postgis.cr
Constructors
.from_ewkb
(io, endian) :
self
.new
(sections : Array(Array(PostGIS::Point2D)))
Instance Method Summary
#sections
: Array(Array(Point2D))
Instance methods inherited from struct
PostGIS::Geography
initialize
initialize
Constructor methods inherited from struct
PostGIS::Geography
new
new
Class methods inherited from struct
PostGIS::Geography
from_ewkb(io : IO, endian : IO::ByteFormat)
from_ewkb
Constructor Detail
def self.
from_ewkb
(io, endian) :
self
#
[
View source
]
def self.
new
(sections : Array(Array(
PostGIS::Point2D
)))
#
[
View source
]
Instance Method Detail
def
sections
: Array(Array(
Point2D
))
#
[
View source
]