|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDGeoPosition | |
| com.sap.tc.webdynpro.clientserver.uielib.graphics.api | |
| Uses of WDGeoPosition in com.sap.tc.webdynpro.clientserver.uielib.graphics.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api that return WDGeoPosition | |
WDGeoPosition |
WDGeoCoderResultAddress.getGeoPosition()
|
WDGeoPosition |
WDGeoRouterStop.getGeoPosition()
|
WDGeoPosition |
WDGeoBorder.topLeft()
Returns the top-left position. |
WDGeoPosition |
WDGeoBorder.bottomRight()
Returns the bottom-right position. |
WDGeoPosition |
WDGeoBorder.centerPosition()
Returns the center position of the border. |
WDGeoPosition |
IWDGeoPoint.getPosition()
Returns the value of the position property. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type WDGeoPosition | |
void |
IWDGeoRouter.addStop(java.lang.String id,
java.lang.String description,
WDGeoPosition wdPosition)
Adds a stop to the route, e.g. |
void |
IWDGeoPolygon.setPositions(WDGeoPosition[] positions)
Sets the positions of the polygon points as an array. |
void |
IWDGeoLine.setPositions(WDGeoPosition[] positions)
Sets the positions of the line points as an array. |
void |
WDGeoBorder.setBorder(WDGeoPosition topLeft,
WDGeoPosition bottomRight)
Sets the co-ordinates to new values |
boolean |
WDGeoBorder.positionInBorder(WDGeoPosition pos)
Tests whether a position is inside the border. |
void |
IWDGeoPoint.setPosition(WDGeoPosition value)
Sets the value of the position property. |
| Constructors in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type WDGeoPosition | |
WDGeoCoderResultAddress(int score,
WDGeoPosition geoPosition,
java.lang.String valueString,
WDGeoCoderAddress address)
|
|
WDGeoRouterStop(java.lang.String id,
java.lang.String description,
WDGeoPosition position)
|
|
WDGeoBorder(WDGeoPosition topLeft,
WDGeoPosition bottomRight)
Creates a new border with the given geo-positions |
|
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||