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

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

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3, no replacement.

@Deprecated
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. As of ArcGIS Java Server 9.3, no replacement.

See Also:
Serialized Form

Field Summary
protected  WebCircle circle
          Deprecated.  
protected  WebCircle mapcircle
          Deprecated.  
 
Fields inherited from class com.esri.adf.web.faces.event.ClientActionArgs
controlId, requestParameters
 
Constructor Summary
CircleArgs()
          Deprecated.  
 
Method Summary
 WebGeometry getMapGeometry()
          Deprecated.  
 WebGeometry getWebGeometry()
          Deprecated.  
 void init()
          Deprecated. 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
Deprecated. 

mapcircle

protected WebCircle mapcircle
Deprecated. 
Constructor Detail

CircleArgs

public CircleArgs()
Deprecated. 
Method Detail

init

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

Specified by:
init in class ClientActionArgs
Throws:
Exception

getWebGeometry

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

getMapGeometry

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