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

Allow projection change with ST_Transform #90

Closed
PanierAvide opened this issue Oct 9, 2015 · 8 comments
Closed

Allow projection change with ST_Transform #90

PanierAvide opened this issue Oct 9, 2015 · 8 comments

Comments

@PanierAvide
Copy link

First of all, thanks for this useful framework. Currently, it doesn't support projection change, you can only change the SRID in metadata but it doesn't modify object coordinates in returned data. Adding a function with similar to ST_Transform in Postgis (see http://postgis.net/docs/ST_Transform.html) would be very useful, for example for creating buffers in a metric projection.

@randallwhitman
Copy link
Contributor

Cross-reference Esri/geometry-api-java#64

@randallwhitman
Copy link
Contributor

Reference to doc

@randallwhitman
Copy link
Contributor

Maybe related: #83

@chaosmail
Copy link

I would be also very interested in this feature, as well willing to help. I guess this could be implemented by adding an existing library for projections such as proj4j or cts. Are there any plans to support ST_Transform in the future?

@randallwhitman
Copy link
Contributor

randallwhitman commented Nov 10, 2016

Are there any plans to support ST_Transform in the future?

We [Esri-Members] currently have no plans that I know of to work on that ourselves.
This is Open-Source and accepts contributions.

@randallwhitman
Copy link
Contributor

@randallwhitman
Copy link
Contributor

randallwhitman commented Jul 11, 2018

Side note relating to above-referenced proj4j - the Esri UC 2018 Q&A states that Esri is "funding a portion of the work to enhance/update PROJ4" (under "What are Esri's contributions to the open source community?")

@randallwhitman
Copy link
Contributor

Discussion on #186 is more detailed, so I'll mark this one a duplicate of that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants