Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.
This repository was 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

Description

@donnyv

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    NetTopologySuiteImplementation specificawaiting replyThe issue has been noted as idle. A clarification question has been asked

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions