Web Dynpro API Documentation

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

java.lang.Object
  |
  +--com.sap.tc.webdynpro.clientserver.uielib.graphics.api.WDGeoFactory

public final class WDGeoFactory
extends java.lang.Object

Factory for geo services.


Method Summary
static IWDConverter createConverter()
          Creates a new converter.
static IWDGeoCoder createGeoCoder()
          Creates a new geo coder.
static IWDGeoLine createGeoLine(java.lang.String id)
          Creates a new geo line with the given id.
static IWDGeoPoint createGeoPoint(java.lang.String id)
          Creates a new geo point with the given id.
static IWDGeoPolygon createGeoPolygon(java.lang.String id)
          Creates a new geo polygon with the given id.
static IWDGeoRouter createGeoRouter()
          Creates a new geo router.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createGeoLine

public static IWDGeoLine createGeoLine(java.lang.String id)
Creates a new geo line with the given id.

createGeoPoint

public static IWDGeoPoint createGeoPoint(java.lang.String id)
Creates a new geo point with the given id.

createGeoPolygon

public static IWDGeoPolygon createGeoPolygon(java.lang.String id)
Creates a new geo polygon with the given id.

createConverter

public static IWDConverter createConverter()
Creates a new converter.

createGeoCoder

public static IWDGeoCoder createGeoCoder()
Creates a new geo coder. GEO CODING IS ONLY FUNCTIONAL IF AN IGS WITH ADDITIONAL GEO-SERVICES IS INSTALLED.

createGeoRouter

public static IWDGeoRouter createGeoRouter()
Creates a new geo router. GEO ROUTING IS ONLY FUNCTIONAL IF AN IGS WITH ADDITIONAL GEO-SERVICES IS INSTALLED.

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15