Usage of CoordinateSequenceFilter #842
Unanswered
FObermaier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to test the
CoordinateSequence
s of geometries to see if they meet a certain condition. I understand that I can useCoordinateSequenceFilter
for that, but in case of aPolygon
it would be sufficient to check just the sequence of the shell / exterior ring.Can I prevent checking interior rings (for performance reasons)? If not, is there another filter class that would be more suitable?
Beta Was this translation helpful? Give feedback.
All reactions