|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityProcessor
EntityContainer implementations call implementations of this class to perform entity type specific processing.
Method Summary | |
---|---|
void |
process(BoundContainer bound)
Process the bound. |
void |
process(NodeContainer node)
Process the node. |
void |
process(RelationContainer relation)
Process the relation. |
void |
process(WayContainer way)
Process the way. |
Method Detail |
---|
void process(BoundContainer bound)
bound
- The bound to be processed.void process(NodeContainer node)
node
- The node to be processed.void process(WayContainer way)
way
- The way to be processed.void process(RelationContainer relation)
relation
- The relation to be processed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |