public class ArcGISLocale extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IArcGISLocale
Description 'Class for accessing 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 =
IID, IID69467533_f25b_4ef3_b680_229b4dc6087b, xxDummy
Constructor and Description |
---|
ArcGISLocale()
Constructs a ArcGISLocale using ArcGIS Engine.
|
ArcGISLocale(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
ArcGISLocale theArcGISLocale = (ArcGISLocale) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getCountryID()
The value of the country ID from the locale.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
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.
|
int |
hashCode()
the hashcode for this object
|
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 |
release()
Release this COM object reference
|
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.
|
public ArcGISLocale() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic ArcGISLocale(java.lang.Object obj) throws java.io.IOException
ArcGISLocale theArcGISLocale = (ArcGISLocale) obj;
obj
to ArcGISLocale
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getLangID() throws java.io.IOException, AutomationException
getLangID
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getCountryID() throws java.io.IOException, AutomationException
getCountryID
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getLocale() throws java.io.IOException, AutomationException
getLocale
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getUILangID() throws java.io.IOException, AutomationException
getUILangID
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getUICountryID() throws java.io.IOException, AutomationException
getUICountryID
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getUILocale() throws java.io.IOException, AutomationException
getUILocale
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRightToLeft() throws java.io.IOException, AutomationException
isRightToLeft
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRightToLeftUI() throws java.io.IOException, AutomationException
isRightToLeftUI
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isRightToLeftTable() throws java.io.IOException, AutomationException
isRightToLeftTable
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLocale() throws java.io.IOException, AutomationException
setLocale
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setThreadLocale() throws java.io.IOException, AutomationException
setThreadLocale
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setThreadUILocale() throws java.io.IOException, AutomationException
setThreadUILocale
in interface IArcGISLocale
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.