LINQ for geometry
aarondandy opened this issue · 2 comments
aarondandy commented
LINQ methods for
- adding vectors (sum)
- computing an MBR
- midpoint for points (average)
- whatever else sounds good
- union? (could get crazy)
- intersect (similar complexity to union)
aarondandy commented
- nearest to x
- farthest from x
aarondandy commented
- filters for spatial relations/DE9IM