dhconnelly / rtreego

an R-Tree library for Go

Home Page:http://dhconnelly.github.com/rtreego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polygon implementation

centratelemedia opened this issue · comments

is this support polygon (add, indexing and query) and spatial operation like within, intersect?

Only rectangles are supported, not arbitrary polygons. API documentation is here: https://pkg.go.dev/github.com/dhconnelly/rtreego?utm_source=godoc#section-documentation

@dhconnelly Thank you very much...