|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesfile.SdcExporter
public class SdcExporter
Helper object for exporting data to SDC.
Constructor Summary | |
---|---|
SdcExporter()
Constructs a SdcExporter using ArcGIS Engine. |
|
SdcExporter(Object obj)
Construct a SdcExporter using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
IDataset |
export(ICursor cursor,
String outputRootname,
GUID key,
ITrackCancel trackCancel)
Creates a SDC dataset from the input cursor. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 SdcExporter() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic SdcExporter(Object obj) throws IOException
obj
to SdcExporter
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SdcExporter theSdcExporter = (SdcExporter) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IDataset export(ICursor cursor, String outputRootname, GUID key, ITrackCancel trackCancel) throws IOException, AutomationException
export
in interface ISdcExporter
cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)outputRootname
- The outputRootname (in)key
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |