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>
47#pragma warning(disable:4250)
55 friend class GeometryFactory;
76 bool isClosed()
const;
115 const GeometryFactory *newFactory);
128# include "geos/geom/MultiLineString.inl"
The default implementation of CoordinateSequence.
Definition CoordinateArraySequence.h:37
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
DimensionType
Definition Dimension.h:31
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
bool equalsExact(const Geometry *other, double tolerance=0) const
Returns true if the two Geometrys are exactly equal, up to a specified tolerance.
Geometry * getBoundary() const
Returns a (possibly empty) MultiPoint.
virtual GeometryTypeId getGeometryTypeId() const
Return an integer representation of this Geometry type.
MultiLineString * reverse() const
std::string getGeometryType() const
Return a string representation of this Geometry type.
Dimension::DimensionType getDimension() const
Returns line dimension (1).
int getBoundaryDimension() const
Returns Dimension::False if all LineStrings in the collection are closed, 0 otherwise.
MultiLineString(std::vector< Geometry * > *newLines, const GeometryFactory *newFactory)
Constructs a MultiLineString.
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
GeometryTypeId
Geometry types.
Definition Geometry.h:65
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25