|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.datainterop.FMEDataset
public class FMEDataset
FMEDataset Class
| Constructor Summary | |
|---|---|
FMEDataset()
Constructs a FMEDataset using ArcGIS Engine. |
|
FMEDataset(Object obj)
Construct a FMEDataset using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDataset()
property Dataset |
String |
getFormat()
property Format |
String |
getParameters()
property Parameters |
int |
hashCode()
the hashcode for this object |
boolean |
isSource()
property IsSource |
void |
setDataset(String pVal)
property Dataset |
void |
setFormat(String pVal)
property Format |
void |
setIsSource(boolean pVal)
property IsSource |
void |
setParameters(String pVal)
property Parameters |
| 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 FMEDataset()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FMEDataset(Object obj)
throws IOException
obj to FMEDataset.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
FMEDataset theFMEDataset = (FMEDataset) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getFormat()
throws IOException,
AutomationException
getFormat in interface IFMEDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFormat(String pVal)
throws IOException,
AutomationException
setFormat in interface IFMEDatasetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDataset()
throws IOException,
AutomationException
getDataset in interface IFMEDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataset(String pVal)
throws IOException,
AutomationException
setDataset in interface IFMEDatasetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getParameters()
throws IOException,
AutomationException
getParameters in interface IFMEDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParameters(String pVal)
throws IOException,
AutomationException
setParameters in interface IFMEDatasetpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSource()
throws IOException,
AutomationException
isSource in interface IFMEDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIsSource(boolean pVal)
throws IOException,
AutomationException
setIsSource in interface IFMEDatasetpVal - The pVal (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 | ||||||||