|
|||||||||
| 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.geodatabase.IRowBufferProxy
com.esri.arcgis.geodatabase.IRowProxy
com.esri.arcgis.geodatabase.IObjectProxy
com.esri.arcgis.schematic.ISchematicDiagramProxy
public class ISchematicDiagramProxy
Provides access to members that control the schematic diagram.
INgDiagram,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicDiagramProxy()
|
|
ISchematicDiagramProxy(Object obj)
|
protected |
ISchematicDiagramProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
alterBuilderPropertySet(IPropertySet propertySet)
Changes the builder PropertySet related to the schematic diagram with the new specified builder PropertySet. |
void |
alterPropertySet(IPropertySet propertySet)
Changes the Schematic diagram PropertySet with the new specified diagram PropertySet. |
IPropertySet |
getBuilderPropertySet()
Builder PropertySet related to the schematic diagram. |
Date |
getCreationDate()
Creation date of the schematic diagram. |
String |
getCreator()
Name of the schematic diagram creator. |
String |
getLastUpdateBy()
Name of the last user that updated the schematic diagram. |
Date |
getLastUpdateDate()
Last updating date of the schematic diagram. |
String |
getName()
Name of the schematic diagram. |
IPropertySet |
getPropertySet()
Schematic diagram PropertySet. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the schematic diagram. |
ISchematicDiagramContainer |
getSchematicDiagramContainer()
Schematic diagram container related to the schematic diagram. |
String |
getVersion()
Version of the database used to create the schematic diagram. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setCreationDate(Date date)
Creation date of the schematic diagram. |
void |
setCreator(String name)
Name of the schematic diagram creator. |
void |
setLastUpdateBy(String name)
Name of the last user that updated the schematic diagram. |
void |
setLastUpdateDate(Date date)
Last updating date of the schematic diagram. |
void |
setName(String name)
Name of the schematic diagram. |
void |
setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
Schematic diagram container related to the schematic diagram. |
void |
setVersion(String versionName)
Version of the database used to create the schematic diagram. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy |
|---|
esri_getClass |
| Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy |
|---|
delete, getOID, getTable, isHasOID, store |
| Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy |
|---|
getFields, getValue, setValue |
| 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 |
| Methods inherited from interface com.esri.arcgis.geodatabase.IObject |
|---|
esri_getClass |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRow |
|---|
delete, getOID, getTable, isHasOID, store |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
|---|
getFields, getValue, setValue |
| Constructor Detail |
|---|
public ISchematicDiagramProxy()
public ISchematicDiagramProxy(Object obj)
throws IOException
IOException
protected ISchematicDiagramProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IObjectProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IObjectProxyIOException
public ISchematicDiagramClass getSchematicDiagramClass()
throws IOException,
AutomationException
getSchematicDiagramClass in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagramContainer getSchematicDiagramContainer()
throws IOException,
AutomationException
getSchematicDiagramContainer in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicDiagramContainerByRef(ISchematicDiagramContainer diagramContainer)
throws IOException,
AutomationException
setSchematicDiagramContainerByRef in interface ISchematicDiagramdiagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgDiagram.getName()
public void setName(String name)
throws IOException,
AutomationException
setName in interface ISchematicDiagramname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Date getCreationDate()
throws IOException,
AutomationException
getCreationDate in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.getLastUpdateDate()
public void setCreationDate(Date date)
throws IOException,
AutomationException
setCreationDate in interface ISchematicDiagramdate - The date (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Date getLastUpdateDate()
throws IOException,
AutomationException
getLastUpdateDate in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.getCreationDate()
public void setLastUpdateDate(Date date)
throws IOException,
AutomationException
setLastUpdateDate in interface ISchematicDiagramdate - The date (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getVersion()
throws IOException,
AutomationException
getVersion in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVersion(String versionName)
throws IOException,
AutomationException
setVersion in interface ISchematicDiagramversionName - The versionName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getCreator()
throws IOException,
AutomationException
getCreator in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram
public void setCreator(String name)
throws IOException,
AutomationException
setCreator in interface ISchematicDiagramname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLastUpdateBy()
throws IOException,
AutomationException
getLastUpdateBy in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.getCreator()
public void setLastUpdateBy(String name)
throws IOException,
AutomationException
setLastUpdateBy in interface ISchematicDiagramname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getBuilderPropertySet()
throws IOException,
AutomationException
getBuilderPropertySet in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.alterBuilderPropertySet(com.esri.arcgis.system.IPropertySet)
public void alterBuilderPropertySet(IPropertySet propertySet)
throws IOException,
AutomationException
alterBuilderPropertySet in interface ISchematicDiagrampropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.getBuilderPropertySet()
public IPropertySet getPropertySet()
throws IOException,
AutomationException
getPropertySet in interface ISchematicDiagramIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.alterPropertySet(com.esri.arcgis.system.IPropertySet)
public void alterPropertySet(IPropertySet propertySet)
throws IOException,
AutomationException
alterPropertySet in interface ISchematicDiagrampropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDiagram.getPropertySet()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class IObjectProxyIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class IObjectProxyIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||