|
SFCGAL 2.0.0
|
#include <MultiSolid.h>
Public Member Functions | |
| MultiSolid () | |
| Empty MultiSolid constructor. | |
| MultiSolid (const MultiSolid &other) | |
| Copy constructor. | |
| MultiSolid & | operator= (MultiSolid other) |
| assign operator | |
| virtual | ~MultiSolid () |
| destructor | |
| virtual MultiSolid * | clone () const |
| Get a deep copy of the geometry. | |
| virtual std::string | geometryType () const |
| [OGC/SFA]returns the geometry type | |
| virtual GeometryType | geometryTypeId () const |
| Returns a code corresponding to the type. | |
| Solid & | solidN (const size_t &n) |
| returns the n-th Geometry as a Solid | |
| const Solid & | solidN (const size_t &n) const |
| returns the n-th Geometry as a Solid | |
| virtual void | accept (GeometryVisitor &visitor) |
| [visitor]dispatch visitor | |
| virtual void | accept (ConstGeometryVisitor &visitor) const |
| [visitor]dispatch visitor | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| Serializer. | |
Public Member Functions inherited from SFCGAL::GeometryCollection | |
| GeometryCollection () | |
| Empty GeometryCollection constructor. | |
| GeometryCollection (const GeometryCollection &other) | |
| Copy constructor. | |
| GeometryCollection & | operator= (GeometryCollection other) |
| assign operator | |
| virtual | ~GeometryCollection () |
| destructor | |
| virtual int | dimension () const |
| [OGC/SFA]Dimension of the Geometry ( 0 : punctual, 1 : curve, ...) | |
| virtual int | coordinateDimension () const |
| [OGC/SFA]returns the dimension of the coordinates | |
| virtual bool | isEmpty () const |
| [OGC/SFA]test if geometry is empty | |
| virtual bool | is3D () const |
| [OGC/SFA]test if geometry is 3d | |
| virtual bool | isMeasured () const |
| [OGC/SFA]test if geometry is measured (has an m) | |
| virtual size_t | numGeometries () const |
| [OGC/SFA]Gets the number of geometries in a collection of geometries | |
| virtual const Geometry & | geometryN (size_t const &n) const |
| [OGC/SFA]Returns the n-th geometry | |
| virtual Geometry & | geometryN (size_t const &n) |
| [OGC/SFA]Returns the n-th geometry | |
| void | addGeometry (Geometry *geometry) |
| [SFA/OGC]add a geometry to the collection (takes ownership) | |
| void | addGeometry (Geometry const &geometry) |
| [SFA/OGC]add a geometry to the collection (clone instance) | |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| Serializer. | |
Public Member Functions inherited from SFCGAL::Geometry | |
| Geometry () | |
| Default constructor. | |
| Geometry (const Geometry &)=default | |
| Copy constructor. | |
| Geometry & | operator= (const Geometry &other)=default |
| Copy assignemnt operator. | |
| virtual | ~Geometry ()=default |
| Destructor. | |
| void | forceValidityFlag (bool validity) |
| Force the state of the validity flag. | |
| bool | hasValidityFlag () const |
| Returns the validity flag. | |
| std::string | asText (const int &numDecimals=-1) const |
| [OGC/SFA]returns the WKT string | |
| std::string | asWkb (boost::endian::order wkbOrder=boost::endian::order::native, bool asHex=false) const |
| [OGC/SFA]returns the WKB string | |
| Envelope | envelope () const |
| [OGC/SFA]Returns a polygon representing the BBOX of the geometry | |
| virtual std::unique_ptr< Geometry > | boundary () const |
| [OGC/SFA]Returns the boundary of the geometry | |
| double | distance (const Geometry &other) const |
| Computes the distance to an other geometry. | |
| double | distance3D (const Geometry &other) const |
| Computes the 3D distance to an other geometry. | |
| void | round (const long &scale=1) |
| round the geometry with a corresponding scale factor | |
| auto | almostEqual (const Geometry &, const double tolerance) const -> bool |
| Equality operator. | |
| template<typename Derived > | |
| bool | is () const |
| Tests if geometry is of "Derived" type given as template parameter. | |
| template<typename Derived > | |
| const Derived & | as () const |
| Downcast to a "Derived" class. | |
| template<typename Derived > | |
| Derived & | as () |
| Downcast to a "Derived" class. | |
| template<class Archive > | |
| void | serialize (Archive &, const unsigned int) |
| Serializer. | |
Protected Member Functions | |
| virtual bool | isAllowed (Geometry const &g) |
| Test if a geometry in the collection. | |
Protected Member Functions inherited from SFCGAL::GeometryCollection | |
| void | swap (GeometryCollection &other) |
| Swap. | |
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 |
Protected Attributes inherited from SFCGAL::Geometry | |
| bool | validityFlag_ = false |
A MultiSolid.
|
default |
Empty MultiSolid constructor.
|
default |
Copy constructor.
|
virtualdefault |
destructor
|
virtual |
[visitor]dispatch visitor
Reimplemented from SFCGAL::GeometryCollection.
|
virtual |
[visitor]dispatch visitor
Reimplemented from SFCGAL::GeometryCollection.
|
virtual |
Get a deep copy of the geometry.
Reimplemented from SFCGAL::GeometryCollection.
|
virtual |
[OGC/SFA]returns the geometry type
Reimplemented from SFCGAL::GeometryCollection.
|
virtual |
Returns a code corresponding to the type.
Reimplemented from SFCGAL::GeometryCollection.
|
protectedvirtual |
Test if a geometry in the collection.
Reimplemented from SFCGAL::GeometryCollection.
| auto SFCGAL::MultiSolid::operator= | ( | MultiSolid | other | ) |
assign operator
|
inline |
Serializer.