| Package | com.esri.ags.events |
| Class | public class GeometryServiceEvent |
| Inheritance | GeometryServiceEvent flash.events.Event |
See also
| Property | Defined By | ||
|---|---|---|---|
| result : Object
The result of a GeometryService operation. | GeometryServiceEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GeometryServiceEvent(type:String, result:Object = null)
Creates a new GeometryServiceEvent. | GeometryServiceEvent | ||
| Constant | Defined 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 | ||
| result | property |
public var result:ObjectThe result of a GeometryService operation.
| GeometryServiceEvent | () | Constructor |
public function GeometryServiceEvent(type:String, result:Object = null)Creates a new GeometryServiceEvent.
Parameterstype:String — The event type; indicates the action that triggered the event.
| |
result:Object (default = null) — The result object.
|
| AREAS_AND_LENGTHS_COMPLETE | Constant |
public static const AREAS_AND_LENGTHS_COMPLETE:String = areasAndLengthsComplete
Defines the value of the type property of an areasAndLengthsComplete event object.
| AUTO_COMPLETE_COMPLETE | Constant |
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_COMPLETE | Constant |
public static const BUFFER_COMPLETE:String = bufferComplete
Defines the value of the type property of a bufferComplete event object.
| CONVEX_HULL_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
public static const LENGTHS_COMPLETE:String = lengthsComplete
Defines the value of the type property of a lengthsComplete event object.
| OFFSET_COMPLETE | Constant |
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_COMPLETE | Constant |
public static const PROJECT_COMPLETE:String = projectComplete
Defines the value of the type property of a projectComplete event object.
| RELATION_COMPLETE | Constant |
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_COMPLETE | Constant |
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_COMPLETE | Constant |
public static const SIMPLIFY_COMPLETE:String = simplifyComplete
Defines the value of the type property of a simplifyComplete event object.
| TRIM_EXTEND_COMPLETE | Constant |
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_COMPLETE | Constant |
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.