21 #ifndef GEOS_GEOS_LINEARRING_H
22 #define GEOS_GEOS_LINEARRING_H
24 #include <geos/export.h>
27 #include <geos/platform.h>
28 #include <geos/geom/LineString.h>
30 #include <geos/inline.h>
36 class CoordinateArraySequence;
66 static const unsigned int MINIMUM_VALID_SIZE = 4;
99 int getBoundaryDimension()
const;
109 bool isSimple()
const;
111 bool isClosed()
const;
113 std::string getGeometryType()
const;
123 void validateConstruction();
134 #endif // ndef GEOS_GEOS_LINEARRING_H
GeometryTypeId
Geometry types.
Definition: Geometry.h:66
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
virtual Geometry * clone() const
Definition: LinearRing.h:89
Models an OGC SFS LinearRing.
Definition: LinearRing.h:58
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60