com.sap.tc.webdynpro.clientserver.uielib.graphics.api

Class WDGeoRouterStop

java.lang.Object
  extended bycom.sap.tc.webdynpro.clientserver.uielib.graphics.api.WDGeoRouterStop

public class WDGeoRouterStop
extends 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.


Constructor Summary
WDGeoRouterStop(String id, String description, WDGeoPosition position)
           
 
Method Summary
 String getDescription()
           
 WDGeoPosition getGeoPosition()
           
 String getId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WDGeoRouterStop

public WDGeoRouterStop(String id,
                       String description,
                       WDGeoPosition position)
Method Detail

getId

public String getId()

getDescription

public String getDescription()

getGeoPosition

public WDGeoPosition getGeoPosition()

toString

public String toString()


Copyright 2006 SAP AG Complete Copyright Notice