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