com.sap.tc.webdynpro.clientserver.uielib.graphics.api
Class WDGeoRouterStop
java.lang.Object
|
+--com.sap.tc.webdynpro.clientserver.uielib.graphics.api.WDGeoRouterStop
- public class WDGeoRouterStop
- extends java.lang.Object
A helper class of the IWDGeoRouter. A stop is a geo position that must be part
of the route, i.e. the start, end or a stop in the middle of the route.
Stops consist of a geo position, an id and a description.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WDGeoRouterStop
public WDGeoRouterStop(java.lang.String id,
java.lang.String description,
WDGeoPosition position)
getId
public java.lang.String getId()
getDescription
public java.lang.String getDescription()
getGeoPosition
public WDGeoPosition getGeoPosition()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15