Ticket #311 (closed defect: fixed)
GEOSGeom_getDimensions returns only 3
| Reported by: | atrofast | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | major | Milestone: | 3.2.1 |
| Component: | C API | Version: | svn-trunk |
| Severity: | Significant | Keywords: | dimension |
| Cc: | Charles.Thibert@…, pramsey |
Description
The GEOSGeom_getDimensions (and _r) in the C API returns only 3, it seems that it never calls the Geometry object's getDimension but p->getCoordinateRO->getDimension() which I believe always leads to a 3 as seen in this file: source/headers/geos/geom/CoordinateArraySequence.h
Change History
Note: See
TracTickets for help on using
tickets.
