org.openstreetmap.osmosis.core.apidb.v0_6.impl
Class WayNodeRowMapper

java.lang.Object
  extended by org.openstreetmap.osmosis.core.apidb.v0_6.impl.WayNodeRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowCallbackHandler

public class WayNodeRowMapper
extends java.lang.Object
implements org.springframework.jdbc.core.RowCallbackHandler

Maps way node result set rows into way node objects.


Constructor Summary
WayNodeRowMapper(RowMapperListener<WayNode> listener)
          Creates a new instance.
 
Method Summary
 void processRow(java.sql.ResultSet resultSet)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WayNodeRowMapper

public WayNodeRowMapper(RowMapperListener<WayNode> listener)
Creates a new instance.

Parameters:
listener - The destination for result objects.
Method Detail

processRow

public void processRow(java.sql.ResultSet resultSet)
                throws java.sql.SQLException

Specified by:
processRow in interface org.springframework.jdbc.core.RowCallbackHandler
Throws:
java.sql.SQLException