|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicExport
public class SchematicExport
Object used to export into another schematic dataset.
| Constructor Summary | |
|---|---|
SchematicExport()
Constructs a SchematicExport using ArcGIS Engine. |
|
SchematicExport(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicExport theSchematicExport = (SchematicExport) obj; |
|
| Method Summary | |
|---|---|
void |
addISchematicGeoProcessingEventsListener(ISchematicGeoProcessingEvents theListener)
addISchematicGeoProcessingEventsListener. |
boolean |
equals(Object o)
Compare this object with another |
void |
exportSchematicDataset(ISchematicDataset srcDschematicDataset,
ISchematicDataset destSchematicDataset,
int mode,
ITrackCancel trackCancel)
Export a SchematicDataset to another SchematicDataset. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
removeISchematicGeoProcessingEventsListener(ISchematicGeoProcessingEvents theListener)
removeISchematicGeoProcessingEventsListener. |
| 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 SchematicExport()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicExport(Object obj)
throws IOException
SchematicExport theSchematicExport = (SchematicExport) obj;
obj to SchematicExport.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addISchematicGeoProcessingEventsListener(ISchematicGeoProcessingEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.schematic.ISchematicGeoProcessingEvents interface.
IOException - If there are communications problems.
public void removeISchematicGeoProcessingEventsListener(ISchematicGeoProcessingEvents theListener)
throws IOException
theListener - An object that implements the com.esri.arcgis.schematic.ISchematicGeoProcessingEvents interface.
IOException - If there are communications problems.
public void exportSchematicDataset(ISchematicDataset srcDschematicDataset,
ISchematicDataset destSchematicDataset,
int mode,
ITrackCancel trackCancel)
throws IOException,
AutomationException
exportSchematicDataset in interface ISchematicExportsrcDschematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)destSchematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)mode - A com.esri.arcgis.schematic.esriSchematicExportMode constant (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
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 | ||||||||