public interface IArcGISLocale
extends java.io.Serializable
Description: 'Provides access to members for the ArcGIS locale.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID69467533_f25b_4ef3_b680_229b4dc6087b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCountryID()
The value of the country ID from the locale.
|
int |
getLangID()
The value of the language ID from the locale.
|
int |
getLocale()
The value of the locale.
|
int |
getUICountryID()
The value of the country ID from the UI locale.
|
int |
getUILangID()
The value of the language ID from the UI locale.
|
int |
getUILocale()
The value of the UI locale.
|
boolean |
isRightToLeft()
Indicates if the UI locale is right to left.
|
boolean |
isRightToLeftTable()
Indicates if the UI locale is right to left table.
|
boolean |
isRightToLeftUI()
Indicates if the UI locale is right to left user interface.
|
void |
setLocale()
Write the ArcGIS locale for the process.
|
void |
setThreadLocale()
Write the ArcGIS locale for the thread.
|
void |
setThreadUILocale()
Write the ArcGIS UI locale for the thread.
|
static final int IID69467533_f25b_4ef3_b680_229b4dc6087b
static final int xxDummy
static final java.lang.String IID
int getLangID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getCountryID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getLocale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUILangID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUICountryID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUILocale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRightToLeft() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRightToLeftUI() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRightToLeftTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLocale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThreadLocale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThreadUILocale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.