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/Dimension.h>
27 #include <geos/geom/LineString.h>
32 #include <geos/inline.h>
38 class CoordinateArraySequence;
47 #pragma warning(disable:4250) // T1 inherits T2 via dominance
51 class GEOS_DLL MultiLineString:
public GeometryCollection {
55 friend class GeometryFactory;
57 ~MultiLineString()
override =
default;
71 int getBoundaryDimension()
const override;
74 std::unique_ptr<Geometry> getBoundary()
const override;
76 std::string getGeometryType()
const override;
80 bool isClosed()
const;
82 bool equalsExact(
const Geometry* other,
double tolerance = 0)
const override;
84 std::unique_ptr<Geometry> clone()
const override;
95 std::unique_ptr<Geometry> reverse()
const override;
128 getSortIndex()
const override
130 return SORTINDEX_MULTILINESTRING;
143 # include "geos/geom/MultiLineString.inl"
146 #endif // ndef GEOS_GEOS_MULTILINESTRING_H