|
|||||||||
| 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.ISchematicXmlBuilderProxy
public class ISchematicXmlBuilderProxy
Provides access to members that control the Xml builder.
This interface is new at ArcGIS 9.3.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicXmlBuilderProxy()
|
|
ISchematicXmlBuilderProxy(Object obj)
|
protected |
ISchematicXmlBuilderProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String |
getGeneratingComponentCLSID()
External Component classID for generating diagrams. |
String |
getObjectTypeMapping()
ObjectTypeMapping. |
String |
getUpdatingComponentCLSID()
External Component classID for updating diagrams. |
boolean |
isAutoCreateElementClasses()
Indicates if the schematic element classes are automatically created by the schematic Xml builder. |
boolean |
isInitializeLinksVertices()
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder. |
boolean |
isInitializeNodesPosition()
Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAutoCreateElementClasses(boolean pAutoCreate)
Indicates if the schematic element classes are automatically created by the schematic Xml builder. |
void |
setGeneratingComponentCLSID(String pbstrCLSID)
External Component classID for generating diagrams. |
void |
setInitializeLinksVertices(boolean pInitializeLinksVertices)
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder. |
void |
setInitializeNodesPosition(boolean pInitializeNodesPosition)
Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder. |
void |
setObjectTypeMapping(String pbstrObjectTypeMapping)
ObjectTypeMapping. |
void |
setUpdatingComponentCLSID(String pbstrCLSID)
External Component classID for updating diagrams. |
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 ISchematicXmlBuilderProxy()
public ISchematicXmlBuilderProxy(Object obj)
throws IOException
IOException
protected ISchematicXmlBuilderProxy(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 void setGeneratingComponentCLSID(String pbstrCLSID)
throws IOException,
AutomationException
setGeneratingComponentCLSID in interface ISchematicXmlBuilderpbstrCLSID - The pbstrCLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGeneratingComponentCLSID()
throws IOException,
AutomationException
getGeneratingComponentCLSID in interface ISchematicXmlBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUpdatingComponentCLSID(String pbstrCLSID)
throws IOException,
AutomationException
setUpdatingComponentCLSID in interface ISchematicXmlBuilderpbstrCLSID - The pbstrCLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getUpdatingComponentCLSID()
throws IOException,
AutomationException
getUpdatingComponentCLSID in interface ISchematicXmlBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoCreateElementClasses(boolean pAutoCreate)
throws IOException,
AutomationException
setAutoCreateElementClasses in interface ISchematicXmlBuilderpAutoCreate - The pAutoCreate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutoCreateElementClasses()
throws IOException,
AutomationException
isAutoCreateElementClasses in interface ISchematicXmlBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitializeNodesPosition(boolean pInitializeNodesPosition)
throws IOException,
AutomationException
setInitializeNodesPosition in interface ISchematicXmlBuilderpInitializeNodesPosition - The pInitializeNodesPosition (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInitializeNodesPosition()
throws IOException,
AutomationException
isInitializeNodesPosition in interface ISchematicXmlBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitializeLinksVertices(boolean pInitializeLinksVertices)
throws IOException,
AutomationException
setInitializeLinksVertices in interface ISchematicXmlBuilderpInitializeLinksVertices - The pInitializeLinksVertices (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInitializeLinksVertices()
throws IOException,
AutomationException
isInitializeLinksVertices in interface ISchematicXmlBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setObjectTypeMapping(String pbstrObjectTypeMapping)
throws IOException,
AutomationException
setObjectTypeMapping in interface ISchematicXmlBuilderpbstrObjectTypeMapping - The pbstrObjectTypeMapping (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getObjectTypeMapping()
throws IOException,
AutomationException
getObjectTypeMapping in interface ISchematicXmlBuilderIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 | ||||||||