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

envelopeIntersects / indexIntersects #937

Merged
merged 1 commit into from
Mar 14, 2017
Merged

Conversation

jgravois
Copy link
Contributor

resolves #922

it turns out both these operators have been around for a long, long time...

esriSpatialRelEnvelopeIntersects - Returns a feature if the envelope of the two shapes intersects.

esriSpatialRelIndexIntersects - Returns a feature if the envelope of the query geometry intersects the index entry for the target geometry.

i have a very foggy recollection of spatial index cells, but not enough to decipher the second operator explanation and translate it into language that would actually be useful to include in our doc. that means that for the time being its going to be an easter egg.

@jgravois jgravois merged commit 831e12e into Esri:master Mar 14, 2017
@jgravois jgravois deleted the patch922 branch March 14, 2017 00:28
jgravois added a commit to jgravois/esri-leaflet that referenced this pull request Apr 23, 2022
envelopeIntersects / indexIntersects
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

Successfully merging this pull request may close these issues.

add Query methods for two new spatial operators: indexIntersects and envelopeIntersects
1 participant