You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
Not a big deal but somtimes default max vertices (96) makes too huge polygon than expected.
The text was updated successfully, but these errors were encountered: