MySQL 8.4.2
Source Code Documentation
|
This is the complete list of members for gis::Multipoint, including all inherited members.
accept(Geometry_visitor *v) override=0 | gis::Multipoint | pure virtual |
clear() noexcept=0 | gis::Geometrycollection | pure virtual |
clone() const override=0 | gis::Multipoint | pure virtual |
coordinate_system() const =0 | gis::Geometry | pure virtual |
create_geometrycollection(Coordinate_system coordinate_system) | gis::Geometrycollection | static |
create_multipoint(Coordinate_system coordinate_system) | gis::Multipoint | static |
CreateGeometrycollection(Coordinate_system coordinate_system) | gis::Geometrycollection | static |
empty() const =0 | gis::Geometrycollection | pure virtual |
front() override=0 | gis::Multipoint | pure virtual |
front() const override=0 | gis::Multipoint | pure virtual |
Geometry()=default | gis::Geometry | |
Geometry(const Geometry &)=default | gis::Geometry | |
is_empty() const =0 | gis::Geometry | pure virtual |
operator=(const Geometry &)=default | gis::Geometry | |
operator[](std::size_t i)=0 | gis::Geometrycollection | pure virtual |
operator[](std::size_t i) const =0 | gis::Geometrycollection | pure virtual |
pop_front()=0 | gis::Geometrycollection | pure virtual |
push_back(const Geometry &g)=0 | gis::Geometrycollection | pure virtual |
push_back(Geometry &&g)=0 | gis::Geometrycollection | pure virtual |
resize(std::size_t count)=0 | gis::Geometrycollection | pure virtual |
size() const =0 | gis::Geometrycollection | pure virtual |
type() const override | gis::Multipoint | inlinevirtual |
~Geometry()=default | gis::Geometry | virtual |