|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.faces.event.ClientActionArgs
com.esri.adf.web.faces.event.PolylineArgs
public class PolylineArgs
The PolylineArgs class parses request parameters from a client tool action and stores information pertaining to a polyline event on the map. Client tools using JavaScript method MapPolyline use this class.
| Field Summary | |
|---|---|
protected WebPolyline |
mappolyline
|
protected WebPolyline |
polyline
|
| Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs |
|---|
controlId, requestParameters |
| Constructor Summary | |
|---|---|
PolylineArgs()
|
|
| Method Summary | |
|---|---|
WebGeometry |
getMapGeometry()
|
WebGeometry |
getWebGeometry()
|
void |
init()
Initializes the PolylineArgs object by setting all the x,y points from the request parameters. |
| Methods inherited from class com.esri.adf.web.faces.event.ClientActionArgs |
|---|
addClientActionArgs, getClientActionArgs, getControlId, getRequestParameters, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WebPolyline polyline
protected WebPolyline mappolyline
| Constructor Detail |
|---|
public PolylineArgs()
| Method Detail |
|---|
public void init()
throws java.lang.Exception
init in class ClientActionArgsjava.lang.Exceptionpublic WebGeometry getWebGeometry()
getWebGeometry in class ClientActionArgspublic WebGeometry getMapGeometry()
getMapGeometry in class ClientActionArgs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||