| Package | com.esri.ags.layers |
| Class | public class GPResultImageLayer |
| Inheritance | GPResultImageLayer DynamicMapServiceLayer Layer mx.core.UIComponent |
See also
| Property | Defined By | ||
|---|---|---|---|
| dpi : Number
The output dpi of the dynamic map service layer. | GPResultImageLayer | ||
| imageFormat : String
The output image type. | GPResultImageLayer | ||
| imageTransparency : Boolean
Whether or not the background of dynamic image is transparent. | GPResultImageLayer | ||
![]() | initialExtent : Extent [read-only]
Initial extent of the layer. | Layer | |
![]() | isInScaleRange : Boolean [read-only]
Returns true if the current scale of the map is between the maximum and minimum scale of the layer [added in version 1.3]. | Layer | |
| jobId : String
The jobId returned from JobInfo. | GPResultImageLayer | ||
![]() | loaded : Boolean [read-only]
When the layer is loaded, the value becomes "true" and layer properties can be accessed. | Layer | |
![]() | loadFault : Fault [read-only]
A reference to the fault that is dispatched when the layer throws a loadError event. | Layer | |
![]() | map : Map [read-only]
A reference to the Map this layer is in. | Layer | |
![]() | maxScale : Number
The maximum scale of the layer [added in version 1.3]. | Layer | |
![]() | minScale : Number
The minimum scale of the layer [added in version 1.3]. | Layer | |
| parameterName : String
The name of the result parameter as defined in ArcGIS Services Directory. | GPResultImageLayer | ||
| proxyURL : String
The URL to proxy the request through. | GPResultImageLayer | ||
![]() | spatialReference : SpatialReference [read-only]
The spatial reference of the layer. | Layer | |
| token : String
Token for accessing a secure ArcGIS. | GPResultImageLayer | ||
![]() | units : String [read-only]
The units of the layer. | Layer | |
| url : String
URL endpoint of a service. | GPResultImageLayer | ||
| Method | Defined By | ||
|---|---|---|---|
GPResultImageLayer(url:String = null)
Creates a new GPResultImageLayer object. | GPResultImageLayer | ||
![]() | refresh():void
Causes the layer to redraw or reload its content. | Layer | |
| dpi | property |
dpi:NumberThe output dpi of the dynamic map service layer.
The default value is 96.
public function get dpi():Number public function set dpi(value:Number):void| imageFormat | property |
imageFormat:StringThe output image type. Valid types are: png8 | png24 | png32 | jpg | gif.
The default value is png8.
public function get imageFormat():String public function set imageFormat(value:String):void| imageTransparency | property |
imageTransparency:BooleanWhether or not the background of dynamic image is transparent.
The default value is true.
public function get imageTransparency():Boolean public function set imageTransparency(value:Boolean):void| jobId | property |
jobId:StringThe jobId returned from JobInfo.
public function get jobId():String public function set jobId(value:String):void| parameterName | property |
parameterName:StringThe name of the result parameter as defined in ArcGIS Services Directory.
public function get parameterName():String public function set parameterName(value:String):void| proxyURL | property |
proxyURL:StringThe URL to proxy the request through.
public function get proxyURL():String public function set proxyURL(value:String):void| token | property |
token:StringToken for accessing a secure ArcGIS.
This property can be used as the source for data binding.
public function get token():String public function set token(value:String):void| url | property |
url:StringURL endpoint of a service. An example URL for a Geoprocessor task is http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Elevation/ESRI_Elevation_World/GPServer/Viewshed. However, in most cases you will not set this directly, but instead use Geoprocessor#getResultImageLayer.
public function get url():String public function set url(value:String):voidSee also
| GPResultImageLayer | () | Constructor |
public function GPResultImageLayer(url:String = null)Creates a new GPResultImageLayer object.
Parametersurl:String (default = null) — URL to the ArcGIS Server REST API endpoint to the resource that receives the geoprocessing request.
|