Skip to main content

I have GIS point features that are on or along GIS line features. I need to get a count of how many point features are on any given line feature and attach that count as an attribute to the line. I also have separate inspection data as an access database that captures the equivalent of the point feature as a code. I need to get a count of the point codes associated with the given inspection to compare to the count of the GIS points and in turn determine if the inspection data needs to be reviewed.

You can try the PointOnLineOverlayer with a suitable tolerance (attention: ground units!). The "Line" output port will contain the attribute specified in "Overlap count attribute".


Reply