#include <MultiLineString.h>
Inheritance diagram for geos::geom::MultiLineString:
Public Member Functions | |
Dimension::DimensionType | getDimension () const |
Returns line dimension (1). | |
int | getBoundaryDimension () const |
Returns Dimension::False if all LineStrings in the collection are closed, 0 otherwise. | |
Geometry * | getBoundary () const |
Returns a (possibly empty) MultiPoint. | |
std::string | getGeometryType () const |
Return a string representation of this Geometry type. | |
virtual GeometryTypeId | getGeometryTypeId () const |
Return an integer representation of this Geometry type. | |
bool | isClosed () const |
bool | equalsExact (const Geometry *other, double tolerance=0) const |
Returns true if the two Geometrys are exactly equal, up to a specified tolerance. | |
Geometry * | clone () const |
MultiLineString * | reverse () const |
Protected Member Functions | |
MultiLineString (std::vector< Geometry * > *newLines, const GeometryFactory *newFactory) | |
Constructs a MultiLineString . | |
MultiLineString (const MultiLineString &mp) | |
Friends | |
class | GeometryFactory |
|
Constructs a
|
|
Creates and returns a full copy of this GeometryCollection object. (including all coordinates contained by it).
Reimplemented from geos::geom::GeometryCollection. |
|
Creates a MultiLineString in the reverse order to this object. Both the order of the component LineStrings and the order of their coordinate sequences are reversed.
|