21 #ifndef GEOS_GEOS_MULTILINESTRING_H
22 #define GEOS_GEOS_MULTILINESTRING_H
24 #include <geos/export.h>
25 #include <geos/geom/GeometryCollection.h>
26 #include <geos/geom/Lineal.h>
27 #include <geos/geom/Dimension.h>
32 #include <geos/inline.h>
38 class CoordinateArraySequence;
47 #pragma warning(disable:4250) // T1 inherits T2 via dominance
76 bool isClosed()
const;
128 # include "geos/geom/MultiLineString.inl"
131 #endif // ndef GEOS_GEOS_MULTILINESTRING_H
Geometry * getBoundary() const override
Returns a (possibly empty) MultiPoint.
Dimension::DimensionType getDimension() const override
Returns line dimension (1)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
GeometryTypeId getGeometryTypeId() const override
Return an integer representation of this Geometry type.
std::string getGeometryType() const override
Return a string representation of this Geometry type.
DimensionType
Definition: Dimension.h:31
Models a collection of (}s.
Definition: MultiLineString.h:51
bool equalsExact(const Geometry *other, double tolerance=0) const override
Returns true iff the two Geometrys are of the same type and their vertices corresponding by index are...
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:177
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
Geometry * clone() const override
GeometryTypeId
Geometry types.
Definition: Geometry.h:75
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
int getBoundaryDimension() const override
Returns Dimension::False if all LineStrings in the collection are closed, 0 otherwise.
MultiLineString(std::vector< Geometry * > *newLines, const GeometryFactory *newFactory)
Constructs a MultiLineString.
Geometry * reverse() const override