|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.system.ArcGISLocale
public class ArcGISLocale
Class for accessing ArcGIS locale.
Constructor Summary | |
---|---|
ArcGISLocale()
Constructs a ArcGISLocale using ArcGIS Engine. |
|
ArcGISLocale(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcGISLocale theArcGISLocale = (ArcGISLocale) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ArcGISLocale() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ArcGISLocale(Object obj) throws IOException
ArcGISLocale theArcGISLocale = (ArcGISLocale) obj;
obj
to ArcGISLocale
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getLangID() throws IOException, AutomationException
getLangID
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCountryID() throws IOException, AutomationException
getCountryID
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLocale() throws IOException, AutomationException
getLocale
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUILangID() throws IOException, AutomationException
getUILangID
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUICountryID() throws IOException, AutomationException
getUICountryID
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUILocale() throws IOException, AutomationException
getUILocale
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRightToLeft() throws IOException, AutomationException
isRightToLeft
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRightToLeftUI() throws IOException, AutomationException
isRightToLeftUI
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRightToLeftTable() throws IOException, AutomationException
isRightToLeftTable
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocale() throws IOException, AutomationException
setLocale
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThreadLocale() throws IOException, AutomationException
setThreadLocale
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThreadUILocale() throws IOException, AutomationException
setThreadUILocale
in interface IArcGISLocale
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |