com.esri.arcgis.system
Interface IArcGISLocale

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArcGISLocale, IArcGISLocaleProxy

public interface IArcGISLocale
extends java.io.Serializable

COM Interface 'IArcGISLocale'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID69467533_f25b_4ef3_b680_229b4dc6087b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID69467533_f25b_4ef3_b680_229b4dc6087b

static final int IID69467533_f25b_4ef3_b680_229b4dc6087b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLangID

int getLangID()
              throws java.io.IOException,
                     AutomationException
The value of the language ID from the locale.

Returns:
The langID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCountryID

int getCountryID()
                 throws java.io.IOException,
                        AutomationException
The value of the country ID from the locale.

Returns:
The countryID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocale

int getLocale()
              throws java.io.IOException,
                     AutomationException
The value of the locale.

Returns:
The locale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUILangID

int getUILangID()
                throws java.io.IOException,
                       AutomationException
The value of the language ID from the UI locale.

Returns:
The langID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUICountryID

int getUICountryID()
                   throws java.io.IOException,
                          AutomationException
The value of the country ID from the UI locale.

Returns:
The countryID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUILocale

int getUILocale()
                throws java.io.IOException,
                       AutomationException
The value of the UI locale.

Returns:
The locale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRightToLeft

boolean isRightToLeft()
                      throws java.io.IOException,
                             AutomationException
Indicates if the UI locale is right to left.

Returns:
The isRightToLeft
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRightToLeftUI

boolean isRightToLeftUI()
                        throws java.io.IOException,
                               AutomationException
Indicates if the UI locale is right to left user interface.

Returns:
The isRightToLeftUI
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRightToLeftTable

boolean isRightToLeftTable()
                           throws java.io.IOException,
                                  AutomationException
Indicates if the UI locale is right to left table.

Returns:
The isRightToLeftTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocale

void setLocale()
               throws java.io.IOException,
                      AutomationException
Write the ArcGIS locale for the process.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThreadLocale

void setThreadLocale()
                     throws java.io.IOException,
                            AutomationException
Write the ArcGIS locale for the thread.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThreadUILocale

void setThreadUILocale()
                       throws java.io.IOException,
                              AutomationException
Write the ArcGIS UI locale for the thread.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.