22 #ifndef GEOS_GEOS_MULTILINESTRING_H
23 #define GEOS_GEOS_MULTILINESTRING_H
25 #include <geos/export.h>
26 #include <geos/geom/GeometryCollection.h>
27 #include <geos/geom/Lineal.h>
28 #include <geos/geom/Dimension.h>
33 #include <geos/inline.h>
39 class CoordinateArraySequence;
48 #pragma warning(disable:4250) // T1 inherits T2 via dominance
68 int getBoundaryDimension()
const;
73 std::string getGeometryType()
const;
77 bool isClosed()
const;
79 bool equalsExact(
const Geometry *other,
double tolerance=0)
const;
129 # include "geos/geom/MultiLineString.inl"
132 #endif // ndef GEOS_GEOS_MULTILINESTRING_H
GeometryTypeId
Geometry types.
Definition: Geometry.h:66
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:57
Models a collection of (}s.
Definition: MultiLineString.h:52
DimensionType
Definition: Dimension.h:32