|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.container.v0_6.EntityContainerBuilder
@Deprecated public class EntityContainerBuilder
Provides a mechanism to manipulate entities without directly manipulating and instantiating their containers. This class does nothing by default, sub-classes must override methods to add their own functionality
Constructor Summary | |
---|---|
EntityContainerBuilder()
Deprecated. Creates a new instance. |
Method Summary | |
---|---|
void |
process(BoundContainer boundContainer)
Deprecated. Process the bound. |
void |
process(NodeContainer nodeContainer)
Deprecated. Process the node. |
void |
process(RelationContainer relationContainer)
Deprecated. Process the relation. |
void |
process(WayContainer wayContainer)
Deprecated. Process the way. |
protected boolean |
processEntity(EntityBuilder<?> builder)
Deprecated. Performs generic entity processing. |
protected boolean |
processNode(NodeBuilder entityBuilder)
Deprecated. Performs node specific processing. |
protected boolean |
processRelation(RelationBuilder entityBuilder)
Deprecated. Performs relation specific processing. |
protected boolean |
processWay(WayBuilder entityBuilder)
Deprecated. Performs way specific processing. |
void |
setSink(Sink sink)
Deprecated. Sets the osm sink to send data to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityContainerBuilder()
Method Detail |
---|
protected boolean processEntity(EntityBuilder<?> builder)
builder
- The entity builder to be processed.
protected boolean processNode(NodeBuilder entityBuilder)
entityBuilder
- The entity builder to be processed.
protected boolean processWay(WayBuilder entityBuilder)
entityBuilder
- The entity builder to be processed.
protected boolean processRelation(RelationBuilder entityBuilder)
entityBuilder
- The entity builder to be processed.
public void process(BoundContainer boundContainer)
process
in interface EntityProcessor
boundContainer
- The bound to be processed.public void process(NodeContainer nodeContainer)
process
in interface EntityProcessor
nodeContainer
- The node to be processed.public void process(WayContainer wayContainer)
process
in interface EntityProcessor
wayContainer
- The way to be processed.public void process(RelationContainer relationContainer)
process
in interface EntityProcessor
relationContainer
- The relation to be processed.public void setSink(Sink sink)
setSink
in interface Source
sink
- The sink for receiving all produced data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |