| Package | com.esri.ags.tasks |
| Class | public class GeometryServiceSingleton |
| Inheritance | GeometryServiceSingleton Object |
| Since : | ArcGIS API for Flex 2.3 |
| Property | Defined By | ||
|---|---|---|---|
| instance : GeometryService [static] [read-only]
The static GeometryService instance. | GeometryServiceSingleton | ||
| proxyURL : String
The URL to proxy the request through. | GeometryServiceSingleton | ||
| requestTimeout : int
The request timeout in seconds. | GeometryServiceSingleton | ||
| showBusyCursor : Boolean
If true, a busy cursor is displayed while a service is executing. | GeometryServiceSingleton | ||
| token : String
Token for accessing a secure task. | GeometryServiceSingleton | ||
| url : String
URL to the ArcGIS Server REST resource that represents a geometry service. | GeometryServiceSingleton | ||
| instance | property |
instance:GeometryService [read-only] The static GeometryService instance.
public static function get instance():GeometryService| proxyURL | property |
proxyURL:StringThe URL to proxy the request through.
public function get proxyURL():String public function set proxyURL(value:String):void| requestTimeout | property |
requestTimeout:intThe request timeout in seconds. A value less than or equal to zero prevents request timeout.
The default value is -1.
public function get requestTimeout():int public function set requestTimeout(value:int):void| showBusyCursor | property |
showBusyCursor:BooleanIf true, a busy cursor is displayed while a service is executing.
The default value is false.
public function get showBusyCursor():Boolean public function set showBusyCursor(value:Boolean):void| token | property |
token:StringToken for accessing a secure task.
public function get token():String public function set token(value:String):void| url | property |
url:StringURL to the ArcGIS Server REST resource that represents a geometry service.
public function get url():String public function set url(value:String):void