org.h2gis.drivers.osm
Class WayOSMElement

java.lang.Object
  extended by org.h2gis.drivers.osm.OSMElement
      extended by org.h2gis.drivers.osm.WayOSMElement

public class WayOSMElement
extends OSMElement

A class to manage the way element properties.

Author:
Erwan Bocher

Constructor Summary
WayOSMElement()
           
 
Method Summary
 void addRef(String ref)
          Add in a list the ref of the node used to describe the way.
 List<Long> getNodesRef()
          Return the list of nodes
 
Methods inherited from class org.h2gis.drivers.osm.OSMElement
addTag, getChangeSet, getID, getName, getTags, getTimeStamp, getUID, getUser, getVersion, getVisible, setChangeset, setId, setName, setTimestamp, setUid, setUser, setVersion, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WayOSMElement

public WayOSMElement()
Method Detail

addRef

public void addRef(String ref)
Add in a list the ref of the node used to describe the way.

Parameters:
ref -

getNodesRef

public List<Long> getNodesRef()
Return the list of nodes

Returns:


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.