Specifies the underlying data source type for a service layer.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum ServiceType |
Visual Basic (Declaration) |
---|
Public Enumeration ServiceType |
Members
Value | Member name | Description | |
---|---|---|---|
1 | GlobeServer |
An ArcGIS Server 3D globe service.
| |
3 | Ims |
An IMS service.
| |
2 | MapServer |
An ArcGIS Server 2D map service.
| |
0 | Unknown |
An unspecified service. This value will be set when the ServiceConnectionProperties.Clear method is called.
| |
4 | Wms |
A WMS service.
| |
5 | BingMaps |
A Microsoft Bing service (formerly Virtual Earth).
|
Remarks
One of the enumeration values is used by the ServiceConnectionProperties class to set the
ServiceType property.