Interface IPBFOsmPrimitiveConsumer
Consumers Osm PBF primitives.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface IPBFOsmPrimitiveConsumerMethods
ProcessNode(PrimitiveBlock, Node)
Processes the given node using the properties in the given block.
Declaration
void ProcessNode(PrimitiveBlock block, Node node)Parameters
| PrimitiveBlock
        block 
 | 
| Node
        node 
 | 
ProcessRelation(PrimitiveBlock, Relation)
Processing the given relation using the properties in the given block.
Declaration
void ProcessRelation(PrimitiveBlock block, Relation relation)Parameters
| PrimitiveBlock
        block 
 | 
| Relation
        relation 
 | 
ProcessWay(PrimitiveBlock, Way)
Processes the given way using the properties in the given block.
Declaration
void ProcessWay(PrimitiveBlock block, Way way)Parameters
| PrimitiveBlock
        block 
 | 
| Way
        way 
 |