s2.builder.util.s2polyline_layer

Undocumented in source.

Members

Aliases

DegenerateEdges
alias DegenerateEdges = GraphOptions.DegenerateEdges
Undocumented in source.
DuplicateEdges
alias DuplicateEdges = GraphOptions.DuplicateEdges
Undocumented in source.
SiblingPairs
alias SiblingPairs = GraphOptions.SiblingPairs
Undocumented in source.

Classes

IndexedS2PolylineLayer
class IndexedS2PolylineLayer

Like S2PolylineLayer, but adds the polyline to a MutableS2ShapeIndex (if the polyline is non-empty).

S2PolylineLayer
class S2PolylineLayer

A layer type that assembles edges (directed or undirected) into an S2Polyline. Returns an error if the edges cannot be assembled into a single unbroken polyline.

Meta