Show / Hide Table of Contents

Interface ITwoPassProcessor

Abstract representation of two-pass based osm-data processor.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ITwoPassProcessor

Methods

FirstPass(Relation)

Processes the first pass of this relation.

Declaration
bool FirstPass(Relation relation)
Parameters
Relation relation

Returns
System.Boolean

FirstPass(Way)

Processes the first pass of this way.

Declaration
void FirstPass(Way way)
Parameters
Way way

SecondPass(Node)

Processes a node in the second pass.

Declaration
void SecondPass(Node node)
Parameters
Node node

SecondPass(Relation)

Processes a relation in a second pass.

Declaration
void SecondPass(Relation relation)
Parameters
Relation relation

SecondPass(Way)

Processes a way in the second pass.

Declaration
void SecondPass(Way way)
Parameters
Way way

Back to top Built by Itinero, MIT licensed.