Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class ArcGISImageServiceLayer Inherits DynamicMapServiceLayer Implements IAttribution |
C# | |
---|---|
public sealed class ArcGISImageServiceLayer : DynamicMapServiceLayer, IAttribution |
Allows you to work with an Image Service resource exposed by the ArcGIS Server REST API (available in ArcGIS Server 9.3 and above). Image Service is new in ArcGIS 9.3 and is optimized for delivering raw or finished imagery that can be RGB, panchromatic, multispectral, or elevation data stored in a geodatabase or file system. Data sources for Image Services can be raster datasets, in formats such as TIFF, MrSID, IMAGINE (IMG), or JPEG2000, as well as raster mosaics.
XAML usage of ArcGISImageMapServiceLayer:
<esri:Map>
<esri:ArcGISImageMapServiceLayer ID="MyTiledLayer"
Url="http://serverapps.esri.com/ArcGIS/rest/services/BlueMarble12Month/ImageServer" />
</esri:Map>
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
ESRI.ArcGIS.Client.Layer
ESRI.ArcGIS.Client.DynamicLayer
ESRI.ArcGIS.Client.DynamicMapServiceLayer
ESRI.ArcGIS.Client.ArcGISImageServiceLayer
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family