com.esri.arcgis.systemUI
Interface esriArcGISUri

All Superinterfaces:
Serializable

public interface esriArcGISUri
extends Serializable

ArcGIS online URI

Product Availability

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


Field Summary
static int esriArcGISBasemapQuery
          The query used to populate the basemap list
static int esriArcGISUriBase
          The base uri for ArcGIS online
static int esriArcGISUriPing
          The URI for the ping test
static int esriArcGISUriSecure
          The secure uri for ArcGIS online
static int esriArcGISUriSpeed
          The URI for the speed test
static int esriArcGISUriUpdate
          The Update URI
 

Field Detail

esriArcGISUriBase

static final int esriArcGISUriBase
The base uri for ArcGIS online

See Also:
Constant Field Values

esriArcGISUriSecure

static final int esriArcGISUriSecure
The secure uri for ArcGIS online

See Also:
Constant Field Values

esriArcGISUriUpdate

static final int esriArcGISUriUpdate
The Update URI

See Also:
Constant Field Values

esriArcGISUriPing

static final int esriArcGISUriPing
The URI for the ping test

See Also:
Constant Field Values

esriArcGISUriSpeed

static final int esriArcGISUriSpeed
The URI for the speed test

See Also:
Constant Field Values

esriArcGISBasemapQuery

static final int esriArcGISBasemapQuery
The query used to populate the basemap list

See Also:
Constant Field Values