-
Notifications
You must be signed in to change notification settings - Fork 159
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
Provide Generalize functionality #95
Comments
Are you using Hive or custom Java MapReduce? |
I've tried OGCGeometry ogcGeom = OGCGeometry.fromGeoJson(json); GeometryEngine.simplify doesn't seem to take a parameter for On Mon, Feb 8, 2016 at 2:02 PM, Randall Whitman [email protected]
|
Oh, the other meaning of Simplify, not in the sense of ST-IsSimple. |
In the geometry API, the requested operation is called Generalize. |
This is Open-Source and accepts contributions. |
To speed up geo query, it will be nice if there is a way to check if the shape is simple and provide a way to convert a shape to its simplified version.
The text was updated successfully, but these errors were encountered: