Packagecom.esri.ags.events
Classpublic class GeometryServiceEvent
InheritanceGeometryServiceEvent Inheritance flash.events.Event

Represents event objects that are specific to GeometryService.

See also

com.esri.ags.tasks.GeometryService
Live Sample - using a listener for GeometryServiceEvent.BUFFER_COMPLETE.
Live Sample - using a listener for GeometryServiceEvent.BUFFER_COMPLETE.
Live Sample - using arealengthsComplete and simplifyComplete with a GeometryService.
Live Sample - using labelPointsComplete and simplifyComplete with a GeometryService.
Live Sample - using lengthsComplete and projectComplete with a GeometryService.
Live Sample - using projectComplete with a GeometryService.
Live Sample - using relationComplete with a GeometryService.
Live Sample - using simplifyComplete with a GeometryService.


Public Properties
 PropertyDefined By
  result : Object
The result of a GeometryService operation.
GeometryServiceEvent
Public Methods
 MethodDefined By
  
GeometryServiceEvent(type:String, result:Object = null)
Creates a new GeometryServiceEvent.
GeometryServiceEvent
Public Constants
 ConstantDefined By
  AREAS_AND_LENGTHS_COMPLETE : String = areasAndLengthsComplete
[static] Defines the value of the type property of an areasAndLengthsComplete event object.
GeometryServiceEvent
  AUTO_COMPLETE_COMPLETE : String = autoCompleteComplete
[static] Defines the value of the type property of a autoCompleteComplete event object [added in version 2.0] - note: autoComplete() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  BUFFER_COMPLETE : String = bufferComplete
[static] Defines the value of the type property of a bufferComplete event object.
GeometryServiceEvent
  CONVEX_HULL_COMPLETE : String = convexHullComplete
[static] Defines the value of the type property of a convexHullComplete event object [added in version 2.0] - note: convexHull() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  CUT_COMPLETE : String = cutComplete
[static] Defines the value of the type property of a cutComplete event object [added in version 2.0] - note: cut() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  DENSIFY_COMPLETE : String = densifyComplete
[static] Defines the value of the type property of a densifyComplete event object [added in version 2.0] - note: densify() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  DIFFERENCE_COMPLETE : String = differenceComplete
[static] Defines the value of the type property of a differenceComplete event object [added in version 2.0] - note: difference() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  DISTANCE_COMPLETE : String = distanceComplete
[static] Defines the value of the type property of a distanceComplete event object [added in version 2.0] - note: distance() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  GENERALIZE_COMPLETE : String = generalizeComplete
[static] Defines the value of the type property of a generalizeComplete event object [added in version 2.0] - note: generalize() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  INTERSECT_COMPLETE : String = intersectComplete
[static] Defines the value of the type property of a intersectComplete event object [added in version 2.0] - note: intersect() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  LABEL_POINTS_COMPLETE : String = labelPointsComplete
[static] Defines the value of the type property of a labelPointsComplete event object [added in version 1.1] - note: labelPoints() is only available with ArcGIS Server 9.3 Service Pack 1 or above.
GeometryServiceEvent
  LENGTHS_COMPLETE : String = lengthsComplete
[static] Defines the value of the type property of a lengthsComplete event object.
GeometryServiceEvent
  OFFSET_COMPLETE : String = offsetComplete
[static] Defines the value of the type property of a offsetComplete event object [added in version 2.0] - note: offset() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  PROJECT_COMPLETE : String = projectComplete
[static] Defines the value of the type property of a projectComplete event object.
GeometryServiceEvent
  RELATION_COMPLETE : String = relationComplete
[static] Defines the value of the type property of a relationComplete event object - note: relation() is only available with ArcGIS Server 9.3 Service Pack 1 or above.
GeometryServiceEvent
  RESHAPE_COMPLETE : String = reshapeComplete
[static] Defines the value of the type property of a reshapeComplete event object [added in version 2.0] - note: reshape() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  SIMPLIFY_COMPLETE : String = simplifyComplete
[static] Defines the value of the type property of a simplifyComplete event object.
GeometryServiceEvent
  TRIM_EXTEND_COMPLETE : String = trimExtendComplete
[static] Defines the value of the type property of a trimExtendComplete event object [added in version 2.0] - note: trimExtend() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
  UNION_COMPLETE : String = unionComplete
[static] Defines the value of the type property of a unionComplete event object [added in version 2.0] - note: unionComplete() is only available with ArcGIS Server 10.0 or above.
GeometryServiceEvent
Property Detail
resultproperty
public var result:Object

The result of a GeometryService operation.

Constructor Detail
GeometryServiceEvent()Constructor
public function GeometryServiceEvent(type:String, result:Object = null)

Creates a new GeometryServiceEvent.

Parameters
type:String — The event type; indicates the action that triggered the event.
 
result:Object (default = null) — The result object.
Constant Detail
AREAS_AND_LENGTHS_COMPLETEConstant
public static const AREAS_AND_LENGTHS_COMPLETE:String = areasAndLengthsComplete

Defines the value of the type property of an areasAndLengthsComplete event object.

AUTO_COMPLETE_COMPLETEConstant 
public static const AUTO_COMPLETE_COMPLETE:String = autoCompleteComplete

Defines the value of the type property of a autoCompleteComplete event object [added in version 2.0] - note: autoComplete() is only available with ArcGIS Server 10.0 or above.

BUFFER_COMPLETEConstant 
public static const BUFFER_COMPLETE:String = bufferComplete

Defines the value of the type property of a bufferComplete event object.

CONVEX_HULL_COMPLETEConstant 
public static const CONVEX_HULL_COMPLETE:String = convexHullComplete

Defines the value of the type property of a convexHullComplete event object [added in version 2.0] - note: convexHull() is only available with ArcGIS Server 10.0 or above.

CUT_COMPLETEConstant 
public static const CUT_COMPLETE:String = cutComplete

Defines the value of the type property of a cutComplete event object [added in version 2.0] - note: cut() is only available with ArcGIS Server 10.0 or above.

DENSIFY_COMPLETEConstant 
public static const DENSIFY_COMPLETE:String = densifyComplete

Defines the value of the type property of a densifyComplete event object [added in version 2.0] - note: densify() is only available with ArcGIS Server 10.0 or above.

DIFFERENCE_COMPLETEConstant 
public static const DIFFERENCE_COMPLETE:String = differenceComplete

Defines the value of the type property of a differenceComplete event object [added in version 2.0] - note: difference() is only available with ArcGIS Server 10.0 or above.

DISTANCE_COMPLETEConstant 
public static const DISTANCE_COMPLETE:String = distanceComplete

Defines the value of the type property of a distanceComplete event object [added in version 2.0] - note: distance() is only available with ArcGIS Server 10.0 or above.

GENERALIZE_COMPLETEConstant 
public static const GENERALIZE_COMPLETE:String = generalizeComplete

Defines the value of the type property of a generalizeComplete event object [added in version 2.0] - note: generalize() is only available with ArcGIS Server 10.0 or above.

INTERSECT_COMPLETEConstant 
public static const INTERSECT_COMPLETE:String = intersectComplete

Defines the value of the type property of a intersectComplete event object [added in version 2.0] - note: intersect() is only available with ArcGIS Server 10.0 or above.

LABEL_POINTS_COMPLETEConstant 
public static const LABEL_POINTS_COMPLETE:String = labelPointsComplete

Defines the value of the type property of a labelPointsComplete event object [added in version 1.1] - note: labelPoints() is only available with ArcGIS Server 9.3 Service Pack 1 or above.

LENGTHS_COMPLETEConstant 
public static const LENGTHS_COMPLETE:String = lengthsComplete

Defines the value of the type property of a lengthsComplete event object.

OFFSET_COMPLETEConstant 
public static const OFFSET_COMPLETE:String = offsetComplete

Defines the value of the type property of a offsetComplete event object [added in version 2.0] - note: offset() is only available with ArcGIS Server 10.0 or above.

PROJECT_COMPLETEConstant 
public static const PROJECT_COMPLETE:String = projectComplete

Defines the value of the type property of a projectComplete event object.

RELATION_COMPLETEConstant 
public static const RELATION_COMPLETE:String = relationComplete

Defines the value of the type property of a relationComplete event object - note: relation() is only available with ArcGIS Server 9.3 Service Pack 1 or above.

RESHAPE_COMPLETEConstant 
public static const RESHAPE_COMPLETE:String = reshapeComplete

Defines the value of the type property of a reshapeComplete event object [added in version 2.0] - note: reshape() is only available with ArcGIS Server 10.0 or above.

SIMPLIFY_COMPLETEConstant 
public static const SIMPLIFY_COMPLETE:String = simplifyComplete

Defines the value of the type property of a simplifyComplete event object.

TRIM_EXTEND_COMPLETEConstant 
public static const TRIM_EXTEND_COMPLETE:String = trimExtendComplete

Defines the value of the type property of a trimExtendComplete event object [added in version 2.0] - note: trimExtend() is only available with ArcGIS Server 10.0 or above.

UNION_COMPLETEConstant 
public static const UNION_COMPLETE:String = unionComplete

Defines the value of the type property of a unionComplete event object [added in version 2.0] - note: unionComplete() is only available with ArcGIS Server 10.0 or above.