Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Point::getM() to C++ API and GEOSGeomGetM to C API #864

Merged
merged 4 commits into from
Apr 12, 2023

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Apr 9, 2023

  • Add GEOSGeomGetM (and GEOSGeomGetM_r) to C API
  • Add Point::getM() to C++ API
  • Refactor Point::getZ() to use CoordianteSequence::getOrdinate(0, CoordinateSequence::Z)

src/geom/Point.cpp Outdated Show resolved Hide resolved
@mwtoews mwtoews requested a review from dbaston April 9, 2023 11:43
@mwtoews mwtoews merged commit 5ab8087 into libgeos:main Apr 12, 2023
@mwtoews mwtoews deleted the capi-getm branch April 12, 2023 01:34
pramsey pushed a commit to pramsey/geos that referenced this pull request Apr 12, 2023
* Add GEOSGeomGetM (and GEOSGeomGetM_r) to C API
* Add Point::getM() to C++ API
* Refactor Point::getZ() to use CoordianteSequence::getOrdinate(0, CoordinateSequence::Z)
* Rename GEOSGeomGetXYZTest.cpp to GEOSGeomGetXYZMTest.cpp
* CoordinateSequence: Fix getOrdinate for XYM-backed sequence

---------

Co-authored-by: Daniel Baston <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants