lineEdgeMap property

Map<LineString, Edge> lineEdgeMap
getter/setter pair

The lineEdgeMap is a map of the linestring components of the parentGeometry to the edges which are derived from them. This is used to efficiently perform findEdge queries

Implementation

Map<LineString, Edge> lineEdgeMap = {};