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
67 int getBoundaryDimension()
const;
72 std::string getGeometryType()
const;
76 bool isClosed()
const;
78 bool equalsExact(
const Geometry *other,
double tolerance=0)
const;
128 # include "geos/geom/MultiLineString.inl"
131 #endif // ndef GEOS_GEOS_MULTILINESTRING_H
GeometryTypeId
Geometry types.
Definition: Geometry.h:65
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
Represents a collection of heterogeneous Geometry objects.
Definition: GeometryCollection.h:56
Models a collection of (}s.
Definition: MultiLineString.h:51
DimensionType
Definition: Dimension.h:31