GeoPolygon#
- class rbc.heavydb.GeoPolygon#
RBC
GeoPolygon
type that corresponds to HeavyDB typePOLYGON
.struct Polygon { int8_t* flatbuffer_; int64_t index_[4]; int64_t n_; }
Methods
GeoPolygon.from_coords
(coords)GeoPolygon.get_item
(index)Return the
LINESTRING
at given indexReturn wether the Geo type is
NULL