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 71 int getBoundaryDimension()
const override;
74 std::unique_ptr<Geometry> getBoundary()
const override;
76 const LineString* getGeometryN(std::size_t n)
const override;
78 std::string getGeometryType()
const override;
82 bool isClosed()
const;
84 std::unique_ptr<MultiLineString> clone()
const;
95 std::unique_ptr<MultiLineString>
reverse()
const {
return std::unique_ptr<MultiLineString>(reverseImpl()); }
132 getSortIndex()
const override 134 return SORTINDEX_MULTILINESTRING;
147 # include "geos/geom/MultiLineString.inl" 150 #endif // ndef GEOS_GEOS_MULTILINESTRING_H std::unique_ptr< MultiLineString > reverse() const
Definition: MultiLineString.h:95
GeometryTypeId
Geometry types.
Definition: Geometry.h:75
Definition: LineString.h:68
Dimension value of a curve (1).
Definition: Dimension.h:45
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
MultiLineString * cloneImpl() const override
Make a deep-copy of this Geometry.
Definition: MultiLineString.h:127
bool isDimensionStrict(Dimension::DimensionType d) const override
Checks whether this Geometry consists only of components having dimension d.
Definition: MultiLineString.h:62
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:55
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
Models a collection of LineStrings.
Definition: MultiLineString.h:51
DimensionType
Definition: Dimension.h:31