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