s2.builder.util.s2polyline_vector_layer

Undocumented in source.

Members

Aliases

DegenerateEdges
alias DegenerateEdges = GraphOptions.DegenerateEdges
Undocumented in source.

Classes

IndexedS2PolylineVectorLayer
class IndexedS2PolylineVectorLayer

Like S2PolylineVectorLayer, but adds the polylines to a MutableS2ShapeIndex.

S2PolylineVectorLayer
class S2PolylineVectorLayer

A layer type that assembles edges (directed or undirected) into multiple S2Polylines. Returns an error if S2Builder found any problem with the input edges; this layer type does not generate any errors of its own.

Meta