Class WayOSMElement

java.lang.Object
org.h2gis.functions.io.osm.OSMElement
org.h2gis.functions.io.osm.WayOSMElement

public class WayOSMElement extends OSMElement
A class to manage the way element properties.
Author:
Erwan Bocher
  • Constructor Details

    • WayOSMElement

      public WayOSMElement()
  • Method Details

    • 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: