|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.xml.common.ElementWriter
org.openstreetmap.osmosis.core.xml.v0_6.impl.BoundWriter
public class BoundWriter
Constructor Summary | |
---|---|
BoundWriter(java.lang.String elementName,
int indentLevel)
Creates a new instance. |
Method Summary | |
---|---|
void |
process(Bound bound)
Writes the bound. |
Methods inherited from class org.openstreetmap.osmosis.core.xml.common.ElementWriter |
---|
addAttribute, beginOpenElement, closeElement, endOpenElement, getTimestampFormat, setWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundWriter(java.lang.String elementName, int indentLevel)
elementName
- The name of the element to be written.indentLevel
- The indent level of the element.Method Detail |
---|
public void process(Bound bound)
bound
- The bound to be processed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |