LinearRing.
More...
#include <geos.h>
Inheritance diagram for geos::LinearRing:

Public Member Functions | |
| LinearRing (CoordinateSequence *points, const GeometryFactory *newFactory) | |
Constructs a LinearRing with the given points. | |
| bool | isSimple () const |
| Returns false if the Geometry not simple. | |
| string | getGeometryType () const |
| Return a string representation of this Geometry type. | |
| virtual GeometryTypeId | getGeometryTypeId () const |
| Return an integer representation of this Geometry type. | |
| Geometry * | clone () const |
| Make a deep-copy of this Geometry. | |
LinearRing.
The first and last point in the coordinate sequence must be equal. Either orientation of the ring is allowed. A valid ring must not self-intersect.
|
||||||||||||
|
Constructs a
|
1.3.9.1