|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.ISchematicDatasetProxy
public class ISchematicDatasetProxy
Provides access to members that control the schematic dataset.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicDatasetProxy()
|
|
ISchematicDatasetProxy(Object obj)
|
protected |
ISchematicDatasetProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
ISchematicDataSource |
createSchematicDataSource(String name,
IUID cLSID,
IMemoryBlobStream connectionBlob)
Creates a new schematic data source in the schematic dataset. |
ISchematicDiagram |
createSchematicDiagram(String name,
ISchematicDiagramClass schematicDiagramClass)
Creates a new schematic diagram in the schematic dataset. |
ISchematicDiagramClass |
createSchematicDiagramClass(String name,
IFields fields,
IUID cLSID,
IUID eXTCLSID,
String configKeyword)
Creates a new schematic diagram class (related to a diagram type) in the schematic dataset. |
ISchematicElementClass |
createSchematicElementClass(String name,
int type,
IFields fields,
IUID cLSID,
IUID eXTCLSID,
String configKeyword)
Creates a new schematic element class in the schematic dataset. |
ISchematicFolder |
createSchematicFolder(String name)
Creates a new schematic folder in the schematic dataset. |
int |
getID()
Schematic dataset ID. |
ISchematicWorkspace |
getSchematicWorkspace()
Schematic workspace related to the schematic dataset. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ISchematicDatasetProxy()
public ISchematicDatasetProxy(Object obj)
throws IOException
IOException
protected ISchematicDatasetProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public ISchematicWorkspace getSchematicWorkspace()
throws IOException,
AutomationException
getSchematicWorkspace in interface ISchematicDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getID()
throws IOException,
AutomationException
getID in interface ISchematicDatasetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDataSource createSchematicDataSource(String name,
IUID cLSID,
IMemoryBlobStream connectionBlob)
throws IOException,
AutomationException
createSchematicDataSource in interface ISchematicDatasetname - The name (in)cLSID - A reference to a com.esri.arcgis.system.IUID (in)connectionBlob - A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicFolder createSchematicFolder(String name)
throws IOException,
AutomationException
createSchematicFolder in interface ISchematicDatasetname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagram createSchematicDiagram(String name,
ISchematicDiagramClass schematicDiagramClass)
throws IOException,
AutomationException
createSchematicDiagram in interface ISchematicDatasetname - The name (in)schematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataset.createSchematicDiagramClass(String, com.esri.arcgis.geodatabase.IFields, com.esri.arcgis.system.IUID, com.esri.arcgis.system.IUID, String)
public ISchematicDiagramClass createSchematicDiagramClass(String name,
IFields fields,
IUID cLSID,
IUID eXTCLSID,
String configKeyword)
throws IOException,
AutomationException
createSchematicDiagramClass in interface ISchematicDatasetname - The name (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)cLSID - A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)configKeyword - The configKeyword (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataset.createSchematicElementClass(String, int, com.esri.arcgis.geodatabase.IFields, com.esri.arcgis.system.IUID, com.esri.arcgis.system.IUID, String),
ISchematicDataset.createSchematicDiagram(String, com.esri.arcgis.schematic.ISchematicDiagramClass)
public ISchematicElementClass createSchematicElementClass(String name,
int type,
IFields fields,
IUID cLSID,
IUID eXTCLSID,
String configKeyword)
throws IOException,
AutomationException
createSchematicElementClass in interface ISchematicDatasetname - The name (in)type - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)cLSID - A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)configKeyword - The configKeyword (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataset.createSchematicDiagramClass(String, com.esri.arcgis.geodatabase.IFields, com.esri.arcgis.system.IUID, com.esri.arcgis.system.IUID, String)
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||