com.esri.arcgis.location
Interface ISdeLocator
- All Superinterfaces:
- ILocator, Serializable
- All Known Implementing Classes:
- ESRIFDOAddressLocator, ESRIGen2AddressLocator, ISdeLocatorProxy, StreetMapAddressLocator
public interface ISdeLocator
- extends ILocator, Serializable
Provides access to locator properties specific to ArcSDE locators.
Remarks
The ISdeLocator interface is only supported by locators stored on an ArcSDE server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
String |
getOwner()
Name of the ArcSDE user who owns the locator. |
getOwner
String getOwner()
throws IOException,
AutomationException
- Name of the ArcSDE user who owns the locator.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- The owner
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.