|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.system.ESRIScriptEngine
public class ESRIScriptEngine
An object that creates ESRIScriptEngine instances.
Constructor Summary | |
---|---|
ESRIScriptEngine()
Constructs a ESRIScriptEngine using ArcGIS Engine. |
|
ESRIScriptEngine(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ESRIScriptEngine theESRIScriptEngine = (ESRIScriptEngine) obj; |
Method Summary | |
---|---|
void |
addCode(String scriptCode)
The AddCode method. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
void |
getError(int[] pLineNumber,
int[] pCharacterPosition,
String[] pErrorSourceCode,
String[] pErrorDescription)
The Error method. |
String |
getLanguage()
The Script Language. |
int |
hashCode()
the hashcode for this object |
boolean |
isAllowUI()
The AllowUI method. |
Object |
run(String procedureName,
Object[] pParameters)
The Run method. |
void |
setAllowUI(boolean pAllowUI)
The AllowUI method. |
void |
setLanguage(String pLanguage)
The Script Language. |
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 ESRIScriptEngine() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ESRIScriptEngine(Object obj) throws IOException
ESRIScriptEngine theESRIScriptEngine = (ESRIScriptEngine) obj;
obj
to ESRIScriptEngine
.
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 String getLanguage() throws IOException, AutomationException
getLanguage
in interface IESRIScriptEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLanguage(String pLanguage) throws IOException, AutomationException
setLanguage
in interface IESRIScriptEngine
pLanguage
- The pLanguage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAllowUI() throws IOException, AutomationException
isAllowUI
in interface IESRIScriptEngine
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllowUI(boolean pAllowUI) throws IOException, AutomationException
setAllowUI
in interface IESRIScriptEngine
pAllowUI
- The pAllowUI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addCode(String scriptCode) throws IOException, AutomationException
addCode
in interface IESRIScriptEngine
scriptCode
- The scriptCode (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object run(String procedureName, Object[] pParameters) throws IOException, AutomationException
run
in interface IESRIScriptEngine
procedureName
- The procedureName (in)pParameters
- An UNSUPPORTED non-automation type: 26 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getError(int[] pLineNumber, int[] pCharacterPosition, String[] pErrorSourceCode, String[] pErrorDescription) throws IOException, AutomationException
getError
in interface IESRIScriptEngine
pLineNumber
- The pLineNumber (in)pCharacterPosition
- The pCharacterPosition (in)pErrorSourceCode
- The pErrorSourceCode (in)pErrorDescription
- The pErrorDescription (in)
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 |