com.esri.adf.web.faces.event
Class PolylineArgs

java.lang.Object
  extended by com.esri.adf.web.faces.event.ClientActionArgs
      extended by com.esri.adf.web.faces.event.PolylineArgs
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LineArgs

public class PolylineArgs
extends ClientActionArgs

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.

See Also:
Serialized Form

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

polyline

protected WebPolyline polyline

mappolyline

protected WebPolyline mappolyline
Constructor Detail

PolylineArgs

public PolylineArgs()
Method Detail

init

public void init()
          throws Exception
Initializes the PolylineArgs object by setting all the x,y points from the request parameters.

Specified by:
init in class ClientActionArgs
Throws:
Exception

getWebGeometry

public WebGeometry getWebGeometry()
Specified by:
getWebGeometry in class ClientActionArgs

getMapGeometry

public WebGeometry getMapGeometry()
Specified by:
getMapGeometry in class ClientActionArgs