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:
- esriLocalSystemLocatorWorkspace - The default local locator workspace. The default local locator workspace is stored in the current user's profile directory.
- esriFileSystemLocatorWorkspace - A locator workspace on the local file system, or on a shared network drive that is not the default local locator workspace.
- esriRemoteDatabaseLocatorWorkspace - An ArcSDE locator workspace.
- esriExtensionLocatorWorkspace - A locator workspace type used by third party data and locator developers.
- esriArcGISServerLocatorWorkspace - An ArcGIS Server locator workspace.
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