ArcGIS API for WPF - Library Reference
GPResultImageLayer Class Members
See Also  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : GPResultImageLayer Class


The following tables list the members exposed by GPResultImageLayer.

Public Constructors

 NameDescription
public ConstructorGPResultImageLayer ConstructorInitializes a new instance of the GPResultImageLayer class.  
Top

Public Properties

 NameDescription
public PropertyCredentials Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer)
public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
public PropertyDisableClientCaching If true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache.  
public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this Layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyFullExtent The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyID Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyImageFormat Gets or sets the image format.  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitialized Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyJobId The jobId for the job associated with the result image layer.  
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacity Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyParameterName The name of the result parameter as defined in ArcGIS Services Directory.  
public PropertyProxyUrl Gets or sets the geoprocessing map image result ProxyUrl.  
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyToken Gets or sets the token for accessing a secure dynamic ArcGIS service.  
public PropertyUrl Gets or sets the geoprocessing map image result URL.  
public PropertyVisible Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
public MethodGetUrlOverridden.  Gets the URL.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodInitializeOverridden.  Initializes the resource. Override this method if your resource requires asyncronous requests to initialize, and call the base method when initialization is completed.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodRefresh Refreshes the dynamic layer. (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancel Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodGetSource Gets the source image to display in the dynamic layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
protected MethodOnLayerChanged Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnMapChangedOverride to know when a layer's Map property changes. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnProgress (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
protected MethodOnPropertyChangedOverloaded. Raises the Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Events

 NameDescription
public EventInitializationFailed Raised when the layer has been initialized and encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitialized Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventPropertyChanged Property changed event (Inherited from ESRI.ArcGIS.Client.Layer)
Top

See Also

© ESRI, Inc. All Rights Reserved.