org.openstreetmap.osmosis.core.xml.v0_5.impl
Class BoundWriter

java.lang.Object
  extended by org.openstreetmap.osmosis.core.xml.common.ElementWriter
      extended by org.openstreetmap.osmosis.core.xml.v0_5.impl.BoundWriter

public class BoundWriter
extends ElementWriter

Author:
KNewman

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

BoundWriter

public BoundWriter(java.lang.String elementName,
                   int indentLevel)
Creates a new instance.

Parameters:
elementName - The name of the element to be written.
indentLevel - The indent level of the element.
Method Detail

process

public void process(Bound bound)
Writes the bound.

Parameters:
bound - The bound to be processed.