Class WebMarker

    • Field Detail

      • webUrl

        private final java.net.URL webUrl
    • Constructor Detail

    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent ev)
        Description copied from class: Marker
        Called when the mouse is clicked in the marker's hotspot. Never called for markers which always return false from containsPoint.
        Overrides:
        actionPerformed in class Marker
        Parameters:
        ev - A dummy ActionEvent
      • convertToWayPoint

        public WayPoint convertToWayPoint()
        Description copied from class: Marker
        Convert Marker to WayPoint so it can be exported to a GPX file. Override in subclasses to add all necessary attributes.
        Overrides:
        convertToWayPoint in class Marker
        Returns:
        the corresponding WayPoint with all relevant attributes