S2PolylineLayer.Options

Undocumented in source.

Members

Functions

edgeType
S2Builder.EdgeType edgeType()

Indicates whether the input edges provided to S2Builder are directed or undirected. Directed edges should be used whenever possible to avoid ambiguity.

setEdgeType
void setEdgeType(S2Builder.EdgeType edge_type)
Undocumented in source. Be warned that the author may not have intended to support it.
setValidate
void setValidate(bool validate)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
bool validate()

If true, calls FindValidationError() on the output polyline. If any error is found, it will be returned by S2Builder::Build().

Meta