Specifies the underlying data source type for a service layer.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum ServiceType
Visual Basic (Declaration)
Public Enumeration ServiceType

Members

Member nameDescription
GlobeServer
An ArcGIS Server 3D globe service.
Ims
An IMS service.
MapServer
An ArcGIS Server 2D map service.
Unknown
An unspecified service. This value will be set when the ServiceConnectionProperties.Clear method is called.
Wms
A WMS service.
BingMaps
A Microsoft Bing service (formerly Virtual Earth).
OpenStreetMap
The OpenStreetMap mapping service.
ImageServer
An ArcGIS Server image service.

Remarks

One of the enumeration values is used by the ServiceConnectionProperties class to set the ServiceType property.

See Also