GeoPoint#
- class rbc.heavydb.GeoPoint#
RBC
GeoPoint
type that corresponds to HeavyDB typePOINT
.struct Point2D { double x; double y; }
Attributes
Return
x
coordinateReturn
y
coordinateMethods
Return wether the Geo type is
NULL
RBC GeoPoint
type that corresponds to HeavyDB type POINT
.
struct Point2D {
double x;
double y;
}
Attributes
Return |
|
Return |
Methods
Return wether the Geo type is |
|