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 esriArcGISGlobeBasemapQuery
          The query used to populate the basemap list for ArcGlobe
static int esriArcGISSiteName
          The name of the ArcGIS Portal
static int esriArcGISUriBase
          The base uri for ArcGIS online
static int esriArcGISUriForgottenPassword
          The URI for the forgotten password link
static int esriArcGISUriNewAccount
          The URI for the new account link
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

esriArcGISGlobeBasemapQuery

static final int esriArcGISGlobeBasemapQuery
The query used to populate the basemap list for ArcGlobe

See Also:
Constant Field Values

esriArcGISUriForgottenPassword

static final int esriArcGISUriForgottenPassword
The URI for the forgotten password link

See Also:
Constant Field Values

esriArcGISUriNewAccount

static final int esriArcGISUriNewAccount
The URI for the new account link

See Also:
Constant Field Values

esriArcGISSiteName

static final int esriArcGISSiteName
The name of the ArcGIS Portal

See Also:
Constant Field Values