Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

It looks like GeoAPI.Geometries.IGeometry.Intersection doesn't carry over data in the UserData property. #52

Open
donnyv opened this issue Aug 22, 2018 · 4 comments
Labels
awaiting reply The issue has been noted as idle. A clarification question has been asked NetTopologySuite Implementation specific

Comments

@donnyv
Copy link

donnyv commented Aug 22, 2018

When I do an intersection. It seems that the UserData value doesn't get carried over in the output. I assign a unique id to every point to track it in the UserData property.

var poly = polygons[i];
var g = poly.Intersection(pointGeo);

g.UserData <= becomes null

@FObermaier FObermaier added the NetTopologySuite Implementation specific label Aug 28, 2018
@FObermaier
Copy link
Member

Might be related to locationtech/jts#292

@FObermaier
Copy link
Member

Might be solved by NetTopologySuite/NetTopologySuite@d6b4f15

@FObermaier
Copy link
Member

Can this be closed?

@FObermaier FObermaier added the awaiting reply The issue has been noted as idle. A clarification question has been asked label Sep 27, 2018
@donnyv
Copy link
Author

donnyv commented Sep 27, 2018

I never got a chance to test this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
awaiting reply The issue has been noted as idle. A clarification question has been asked NetTopologySuite Implementation specific
Projects
None yet
Development

No branches or pull requests

2 participants