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


The following tables list the members exposed by ArcGISImageServiceLayer.

Public Constructors

 NameDescription
public ConstructorArcGISImageServiceLayer ConstructorInitializes a new instance of the ArcGISImageServiceLayer class.  
Top

Public Properties

 NameDescription
public PropertyAttributionTemplate Gets the attribution template of the layer.  
public PropertyBandCount Gets the number of bands that are available in the ArcGISImageServiceLayer.  
public PropertyBandIds Gets or sets which bands will be displayed (or visible) by the ArcGISImageServiceLayer.  
public PropertyCompressionQuality Controls how much data loss the image will be subjected to by the compression algorithm. Valid value ranges of compression quality are from 0 to 100.  
public PropertyCopyrightTextGets the copyright text reported by the ArcGISImageServiceLayer.  
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 PropertyDescriptionGets the text description of the ArcGISImageServiceLayer.  
public PropertyDisableClientCaching Gets or set the property indicating if browser caching should be disabled for each request.  
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 PropertyFieldsGets the List of Field objects associated with an attribute table for ArcGISImageServiceLayer that is based on Mosaic datasets.  
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 for the ArcGISImageServiceLayer.  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyInterpolation The resampling process of extrapolating the pixel values while transforming the raster dataset when it undergoes warping or when it changes coordinate space.  
public PropertyIsInitialized Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMaxValues Gets the maximum numerical value for each band in an ArcGISImageServiceLayer.  
public PropertyMeanValues Gets the mean of all the numerical value for each band in an ArcGISImageServiceLayer.  
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyMinValues Gets the minimum numerical value for each band in an ArcGISImageServiceLayer.  
public PropertyMosaicRule Gets or sets the mosaic rule.  
public PropertyName Gets the name of the ArcGISImageServiceLayer in the REST service.  
public PropertyNoData Gets or sets the image pixel value representing no information for the ArcGISImageServiceLayer.  
public PropertyNoDataColor Gets or sets the RGB image pixel value representing no information for the ArcGISImageServiceLayer.  
public PropertyObjectIdField Gets the name (string) of the object ID field associated with an attribute table for ArcGISImageServiceLayer that is based on Mosaic datasets.  
public PropertyOpacity Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyPixelSizeX Gets the width of a pixel in map units for an ArcGISImageServiceLayer.  
public PropertyPixelSizeY Gets the height of a pixel in map units for an ArcGISImageServiceLayer.  
public PropertyProxyURL Gets or sets the URL to proxy the request through.  
public PropertyRenderingRule Gets or sets the rendering rule which provides a set of predefined raster functions to dynamically change the display of the ArcGISImageServiceLayer.  
public PropertyServiceDataType Gets the image service data type for the ArcGISImageServiceLayer.  
public PropertyServiceDescriptionGets the service description reported by the ArcGISImageServiceLayer.  
public PropertySpatialReference Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer)
public PropertyStdvValues Gets the standard deviation of all the numerical value for each band in an ArcGISImageServiceLayer.  
public PropertyTimeExtent Gets the valid TimeExtent object for the ArcGISImageServiceLayer or null/Nothing if this service does not support time based queries.  
public PropertyTokenGets or sets the token for accessing a secure ArcGIS service.  
public PropertyUrlGets or sets the URL to an ArcGISImageServiceLayer.  
public PropertyVersion Gets the version of ArcGIS Server where the map service is published.  
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 that references the map image.  
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 complete.  
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 MethodGetSourceOverridden.  Gets the source image to display in the dynamic layer. Override this to generate or modify images.  
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 Layer.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.