org.h2gis.drivers.osm
Class WayOSMElement
java.lang.Object
org.h2gis.drivers.osm.OSMElement
org.h2gis.drivers.osm.WayOSMElement
public class WayOSMElement
- extends OSMElement
A class to manage the way element properties.
- Author:
- Erwan Bocher
| 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 |
WayOSMElement
public WayOSMElement()
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.