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

Optionize max vertices for buffer operator #189

Open
navis opened this issue Jul 21, 2018 · 1 comment
Open

Optionize max vertices for buffer operator #189

navis opened this issue Jul 21, 2018 · 1 comment

Comments

@navis
Copy link

navis commented Jul 21, 2018

Not a big deal but somtimes default max vertices (96) makes too huge polygon than expected.

@stolstov
Copy link
Member

@navis In the OperatorBuffer, the third execute method is missing the public keyword:
abstract GeometryCursor execute(GeometryCursor input_geometries, SpatialReference sr, double[] distances, double max_deviation, int max_vertices_in_full_circle, boolean b_union, ProgressTracker progress_tracker);

Add the "public" there instead of these changes. Would this work for you?

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

No branches or pull requests

2 participants