20 #ifndef GEOS_GEOS_LINEARRING_H
21 #define GEOS_GEOS_LINEARRING_H
23 #include <geos/export.h>
26 #include <geos/platform.h>
27 #include <geos/geom/LineString.h>
29 #include <geos/inline.h>
35 class CoordinateArraySequence;
65 static const unsigned int MINIMUM_VALID_SIZE = 4;
98 int getBoundaryDimension()
const;
108 bool isSimple()
const;
110 bool isClosed()
const;
112 std::string getGeometryType()
const;
122 void validateConstruction();
129 #endif // ndef GEOS_GEOS_LINEARRING_H
GeometryTypeId
Geometry types.
Definition: Geometry.h:65
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: LineString.h:70
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:67
virtual Geometry * clone() const
Definition: LinearRing.h:88
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59