us.zuercher.gpx2map.data
Class RoutePoint

java.lang.Object
  extended by us.zuercher.gpx2map.data.AbstractGpxEntity
      extended by us.zuercher.gpx2map.data.WayPoint
          extended by us.zuercher.gpx2map.data.RoutePoint

public class RoutePoint
extends WayPoint

RoutePoint represents a GPX route-point. Route-points are identical to way-points in every way except their type.

Author:
Stephan Zuercher

Field Summary
 
Fields inherited from class us.zuercher.gpx2map.data.WayPoint
dateTimePropertyNames, decimalPropertyNames, integerPropertyNames, stringPropertyNames
 
Fields inherited from class us.zuercher.gpx2map.data.AbstractGpxEntity
dateFormatter
 
Constructor Summary
RoutePoint(LatLon location)
          Construct a new RoutePoint with the given coordinates.
 
Method Summary
 String getType()
          Overrides WayPoint to configure type as "RTEPT".
 
Methods inherited from class us.zuercher.gpx2map.data.WayPoint
equals, equals, getDateTimePropertyNames, getDecimalPropertyNames, getIntegerPropertyNames, getLocation, getStringPropertyNames, hashCode, toExtendedString, toString
 
Methods inherited from class us.zuercher.gpx2map.data.AbstractGpxEntity
equals, getDateTimeProperty, getDecimalProperty, getIntegerProperty, getStringProperty, setDateTimeProperty, setDecimalProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoutePoint

public RoutePoint(LatLon location)
Construct a new RoutePoint with the given coordinates.

Parameters:
location - the RoutePoint's location.
Method Detail

getType

public String getType()
Overrides WayPoint to configure type as "RTEPT".

Overrides:
getType in class WayPoint
Returns:
the route-point type string, "RTEPT".