com.esri.arcgis.geodatabase
Interface esriLocatorWorkspaceType

All Superinterfaces:
java.io.Serializable

public interface esriLocatorWorkspaceType
extends java.io.Serializable

Types for locator workspace.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Remarks

The esriLocatorWorkspaceType enumeration contains values that represent different types of locator workspaces. The ILocatorWorkspaceName::Type property uses the esriLocatorWorkspaceType enumeration to indicate the type of locator workspace represented by a LocatorWorkspaceName object.

The members of this enumeration are represented as follows:


Field Summary
static int esriArcGISServerLocatorWorkspace
           
static int esriExtensionLocatorWorkspace
           
static int esriFileSystemLocatorWorkspace
           
static int esriLocalDatabaseLocatorWorkspace
           
static int esriLocalSystemLocatorWorkspace
           
static int esriRemoteDatabaseLocatorWorkspace
           
 

Field Detail

esriLocalSystemLocatorWorkspace

public static final int esriLocalSystemLocatorWorkspace
See Also:
Constant Field Values

esriFileSystemLocatorWorkspace

public static final int esriFileSystemLocatorWorkspace
See Also:
Constant Field Values

esriRemoteDatabaseLocatorWorkspace

public static final int esriRemoteDatabaseLocatorWorkspace
See Also:
Constant Field Values

esriExtensionLocatorWorkspace

public static final int esriExtensionLocatorWorkspace
See Also:
Constant Field Values

esriArcGISServerLocatorWorkspace

public static final int esriArcGISServerLocatorWorkspace
See Also:
Constant Field Values

esriLocalDatabaseLocatorWorkspace

public static final int esriLocalDatabaseLocatorWorkspace
See Also:
Constant Field Values