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

java.lang.Object
  extended bycom.esri.adf.web.faces.event.ClientActionArgs
      extended bycom.esri.adf.web.faces.event.CircleArgs
All Implemented Interfaces:
java.io.Serializable

public class CircleArgs
extends ClientActionArgs

The CircleArgs class parses request parameters from a client tool action and stores information pertaining to a drag circle event on the map. Client tools using JavaScript method MapCircle use this class.

See Also:
Serialized Form

Field Summary
protected  WebCircle circle
           
 
Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs
controlId, requestParameters
 
Constructor Summary
CircleArgs()
           
 
Method Summary
 WebGeometry getWebGeometry()
           
 void init()
          Initializes the CircleArgs object by setting the center and radius of the circle 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

circle

protected WebCircle circle
Constructor Detail

CircleArgs

public CircleArgs()
Method Detail

init

public void init()
          throws java.lang.Exception
Initializes the CircleArgs object by setting the center and radius of the circle from the request parameters.

Specified by:
init in class ClientActionArgs
Throws:
java.lang.Exception

getWebGeometry

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