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

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

public class LineArgs
extends PolylineArgs

The LineArgs class parses request parameters from a client tool action and stores information pertaining to a line event on the map. Client tools using JavaScript method MapLine use this class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.adf.web.faces.event.PolylineArgs
mappolyline, polyline
 
Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs
controlId, requestParameters
 
Constructor Summary
LineArgs()
           
 
Method Summary
 
Methods inherited from class com.esri.adf.web.faces.event.PolylineArgs
getMapGeometry, getWebGeometry, init
 
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
 

Constructor Detail

LineArgs

public LineArgs()