|
SFCGAL
2.2.0
|
A MultiPoint in SFA. More...
#include <MultiPoint.h>
Public Member Functions | |
| MultiPoint () | |
| Empty MultiPoint constructor. More... | |
| MultiPoint (const MultiPoint &other) | |
| Copy constructor. More... | |
| MultiPoint & | operator= (MultiPoint other) |
| assign operator More... | |
| virtual | ~MultiPoint () |
| destructor More... | |
| MultiPoint * | clone () const override |
| std::string | geometryType () const override |
| GeometryType | geometryTypeId () const override |
| Point & | pointN (const size_t &n) |
| returns the n-th Geometry as a Point More... | |
| const Point & | pointN (const size_t &n) const |
| returns the n-th Geometry as a Point More... | |
| void | accept (GeometryVisitor &visitor) override |
| void | accept (ConstGeometryVisitor &visitor) const override |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| Serializer. More... | |
Public Member Functions inherited from SFCGAL::GeometryCollection | |
| GeometryCollection () | |
| Empty GeometryCollection constructor. More... | |
| GeometryCollection (const GeometryCollection &other) | |
| Copy constructor. More... | |
| GeometryCollection & | operator= (GeometryCollection other) |
| assign operator More... | |
| virtual | ~GeometryCollection () |
| destructor More... | |
| GeometryCollection * | clone () const override |
| std::string | geometryType () const override |
| GeometryType | geometryTypeId () const override |
| int | dimension () const override |
| int | coordinateDimension () const override |
| bool | isEmpty () const override |
| bool | is3D () const override |
| bool | isMeasured () const override |
| auto | dropZ () -> bool override |
| auto | dropM () -> bool override |
| auto | swapXY () -> void override |
| size_t | numGeometries () const override |
| const Geometry & | geometryN (size_t const &n) const override |
| Geometry & | geometryN (size_t const &n) override |
| virtual void | setGeometryN (const Geometry &geometry, size_t const &n) override |
| virtual void | setGeometryN (Geometry *geometry, size_t const &n) override |
| void | addGeometry (Geometry *geometry) |
| [SFA/OGC]add a geometry to the collection (takes ownership) More... | |
| void | addGeometry (Geometry const &geometry) |
| [SFA/OGC]add a geometry to the collection (clone instance) More... | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| void | accept (GeometryVisitor &visitor) override |
| void | accept (ConstGeometryVisitor &visitor) const override |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| Serializer. More... | |
Protected Member Functions | |
| bool | isAllowed (Geometry const &g) override |
| Test if a geometry in the collection. More... | |
Protected Member Functions inherited from SFCGAL::GeometryCollection | |
| void | swap (GeometryCollection &other) |
| Swap. More... | |
Additional Inherited Members | |
Public Types inherited from SFCGAL::GeometryCollection | |
| typedef boost::ptr_vector< Geometry >::iterator | iterator |
| typedef boost::ptr_vector< Geometry >::const_iterator | const_iterator |
A MultiPoint in SFA.
|
default |
Empty MultiPoint constructor.
| SFCGAL::MultiPoint::MultiPoint | ( | const MultiPoint & | other | ) |
Copy constructor.
|
virtualdefault |
destructor
|
override |
|
override |
|
override |
|
override |
|
override |
|
overrideprotectedvirtual |
Test if a geometry in the collection.
Reimplemented from SFCGAL::GeometryCollection.
| auto SFCGAL::MultiPoint::operator= | ( | MultiPoint | other | ) |
assign operator
|
inline |
returns the n-th Geometry as a Point
|
inline |
Serializer.
1.8.10