com.esri.arcgis.gisclient
Interface acServiceType

All Superinterfaces:
Serializable

public interface acServiceType
extends Serializable

ArcIMS Map Service Type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int acFeatureService
          A feature stream service.
static int acGlobeService
          A globe service.
static int acMapService
          An image map service.
static int acMetadataService
          A metadata service.
static int acUnknownService
          An unknown service.
static int acWMSService
          A WMS service.
 

Field Detail

acMapService

static final int acMapService
An image map service.

See Also:
Constant Field Values

acFeatureService

static final int acFeatureService
A feature stream service.

See Also:
Constant Field Values

acMetadataService

static final int acMetadataService
A metadata service.

See Also:
Constant Field Values

acGlobeService

static final int acGlobeService
A globe service.

See Also:
Constant Field Values

acWMSService

static final int acWMSService
A WMS service.

See Also:
Constant Field Values

acUnknownService

static final int acUnknownService
An unknown service.

See Also:
Constant Field Values