IndexedS2PolylineVectorLayer

Like S2PolylineVectorLayer, but adds the polylines to a MutableS2ShapeIndex.

Constructors

this
this(MutableS2ShapeIndex index, Options options)
Undocumented in source.

Members

Aliases

Options
alias Options = S2PolylineVectorLayer.Options
Undocumented in source.

Functions

build
void build(Graph g, S2Error error)
Undocumented in source. Be warned that the author may not have intended to support it.
graphOptions
GraphOptions graphOptions()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Layer

EdgeType
alias EdgeType = S2Builder.EdgeType
Undocumented in source.
GraphOptions
alias GraphOptions = .GraphOptions
Undocumented in source.
Graph
alias Graph = .Graph
Undocumented in source.
Label
alias Label = S2Builder.Label
Undocumented in source.
LabelSetId
alias LabelSetId = S2Builder.LabelSetId
Undocumented in source.
graphOptions
GraphOptions graphOptions()

Defines options for building the edge graph that is passed to Build().

build
void build(Graph g, S2Error error)

Assembles a graph of snapped edges into the geometry type implemented by this layer. If an error is encountered, sets "error" appropriately.

Meta