Skip to content

Add polygon and line containment and intersection functions#173

Open
rodneyosodo wants to merge 1 commit intopaulmach:masterfrom
rodneyosodo:within
Open

Add polygon and line containment and intersection functions#173
rodneyosodo wants to merge 1 commit intopaulmach:masterfrom
rodneyosodo:within

Conversation

@rodneyosodo
Copy link
Copy Markdown

Add geometric relationship functions to the planar package

Implements additional spatial relationship functions for point, ring, linestring, and polygon geometries:

  • Contains: RingContainsRing, PolygonContainsPolygon, PolygonContainsLineString, MultiPolygonContainsPolygon
  • Intersects: RingIntersectsRing, PolygonIntersectsPolygon, LineStringIntersectsPolygon
  • Covers: RingCovers, PolygonCovers, PolygonCoversLineString, PolygonCoversPolygon
  • Within: RingWithin, PolygonWithin, LineStringWithinPolygon

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
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.

1 participant