|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datainterop.FMETool
public class FMETool
FMETool Class
| Constructor Summary | |
|---|---|
FMETool()
Constructs a FMETool using ArcGIS Engine. |
|
FMETool(Object obj)
Construct a FMETool using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
checkFile()
method CheckFile |
void |
edit(boolean newFile)
method Edit |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getFile()
property File |
int |
hashCode()
the hashcode for this object |
void |
loadGuiParms()
method LoadGuiParms |
void |
setFile(String pVal)
property File |
| 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 FMETool()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FMETool(Object obj)
throws IOException
obj to FMETool.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
FMETool theFMETool = (FMETool) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean checkFile()
throws IOException,
AutomationException
checkFile in interface IFMEToolIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFile()
throws IOException,
AutomationException
getFile in interface IFMEToolIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFile(String pVal)
throws IOException,
AutomationException
setFile in interface IFMEToolpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void edit(boolean newFile)
throws IOException,
AutomationException
edit in interface IFMEToolnewFile - The newFile (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadGuiParms()
throws IOException,
AutomationException
loadGuiParms in interface IFMEToolIOException - 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 | ||||||||