Package org.h2gis.functions.io.osm
Class WayOSMElement
java.lang.Object
org.h2gis.functions.io.osm.OSMElement
org.h2gis.functions.io.osm.WayOSMElement
A class to manage the way element properties.
- Author:
- Erwan Bocher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd in a list the ref of the node used to describe the way.Return the list of nodesMethods inherited from class org.h2gis.functions.io.osm.OSMElement
addTag, getChangeSet, getID, getName, getTags, getTimeStamp, getUID, getUser, getVersion, getVisible, setChangeset, setId, setName, setTimestamp, setUid, setUser, setVersion, setVisible
-
Constructor Details
-
WayOSMElement
public WayOSMElement()
-
-
Method Details
-
addRef
Add in a list the ref of the node used to describe the way.- Parameters:
ref-
-
getNodesRef
Return the list of nodes- Returns:
-