Class WayOSMElement


  • public class WayOSMElement
    extends OSMElement
    A class to manage the way element properties.
    Author:
    Erwan Bocher
    • 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: