MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for gis::Cartesian_point, including all inherited members.
accept(Geometry_visitor *v) override | gis::Point | virtual |
Cartesian_point()=default | gis::Cartesian_point | |
Cartesian_point(double x, double y) | gis::Cartesian_point | inline |
clone() const override | gis::Cartesian_point | inlinevirtual |
coordinate_system() const override | gis::Cartesian_point | inlinevirtual |
Geometry()=default | gis::Geometry | |
Geometry(const Geometry &)=default | gis::Geometry | |
get() const | gis::Point | |
get() const | gis::Point | |
get() const | gis::Point | |
is_empty() const override | gis::Point | inlinevirtual |
m_x | gis::Point | private |
m_y | gis::Point | private |
operator=(const Geometry &)=default | gis::Geometry | |
Point() | gis::Point | inline |
Point(double x, double y) | gis::Point | inline |
set(double d) | gis::Point | |
set(double d) | gis::Point | |
set(double d) | gis::Point | |
type() const override | gis::Point | inlinevirtual |
x() const | gis::Point | |
x(double d) | gis::Point | |
y() const | gis::Point | |
y(double d) | gis::Point | |
~Geometry()=default | gis::Geometry | virtual |