com.esri.arcgis.arcweb
Interface IArcWebCountryCodeHelper
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ArcWebCountryCodeHelper, IArcWebCountryCodeHelperProxy
public interface IArcWebCountryCodeHelper
- extends Serializable
Provides access to members that help in finding the ArcWeb countries.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
lookUpCountryName
String lookUpCountryName(int countryCode)
throws IOException,
AutomationException
- Returns a country name given its esriArcWebCountry code.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
countryCode - A com.esri.arcgis.arcweb.esriArcWebCountry constant (in)
- Returns:
- The countryName
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.