ArcGIS Runtime SDK for WPF - Library Reference
GPResultImageLayer Class Members
See Also  Fields  Properties  Methods  Events
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 Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)TokenPropertyIdentifies the Token dependency property.  
Top

Public Properties

 NameDescription
public PropertyBrightnessSet layer brightness level (accelerated display only) Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer)
public PropertyContrastSet layer contrast level (accelerated display only). Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer)
public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDisableClientCachingIf true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache.  
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyDisplayNameGets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyEffectGets or sets the pixel shader effect to use for rendering this ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyFullExtentThe full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyGammaSet layer gamma level (accelerated display only). Valid range: -100 to 100. Default: 0 (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
public PropertyIDGets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyImageFormatGets or sets the image format.  
public PropertyInitializationFailureGets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsInitializedReturns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyJobIdThe jobId for the job associated with the result image layer.  
public PropertyMaximumResolutionGets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinimumResolutionGets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyOpacityGets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyParameterNameThe name of the result parameter as defined in ArcGIS Services Directory.  
public PropertyProxyUrlGets or sets the geoprocessing map image result ProxyUrl.  
public PropertyShowLegendGets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySpatialReferenceGets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertySupportsRotationif true, the layer supports generating rotated images. If false, a larger than the map extent will be generate to cover the map extent and rotated by the map. (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
public PropertyTokenGets or sets the token for accessing a secure dynamic ArcGIS service.  
public PropertyUrlGets or sets the geoprocessing map image result URL.  
public PropertyVisibleGets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyVisibleTimeExtentGets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetUrlOverridden. Gets the URL.  
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (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 MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodRefreshRefreshes the dynamic layer. (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancelStops loading of any pending images. (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
protected MethodGetSourceGets the source image to display in the dynamic layer. Override this to generate or modify images. (Inherited from ESRI.ArcGIS.Client.DynamicMapServiceLayer)
protected MethodOnLayerChangedNotifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnLoadedOccurs when this layer is rendered. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnMapChangedOverride to know when a layer's ESRI.ArcGIS.Client.Map property changes. (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
protected MethodOnProgressRaises the progress event (Inherited from ESRI.ArcGIS.Client.DynamicLayer)
protected MethodOnPropertyChangedOverloaded. Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer)
protected MethodOnUnloadedOccurs when this layer is no longer connected to the main object tree. (Inherited from ESRI.ArcGIS.Client.Layer)
Top

Public Events

 NameDescription
public EventInitializationFailedThis Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer)
public EventInitializedRaised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer)
public EventPropertyChangedProperty changed event (Inherited from ESRI.ArcGIS.Client.Layer)
Top

See Also

© ESRI, Inc. All Rights Reserved.