|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
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()
Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset. |
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 |
isPersistManualOperations()
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAutoCreateElementClasses(boolean autoCreate)
Indicates if the schematic element classes are automatically created by the schematic Xml builder. |
void |
setGeneratingComponentCLSID(String cLSID)
External Component classID for generating diagrams. |
void |
setInitializeLinksVertices(boolean initializeLinksVertices)
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder. |
void |
setObjectTypeMapping(String objectTypeMapping)
Optional mapping between the schematic feature type in the XML file and the schematic feature type in the schematic dataset. |
void |
setPersistManualOperations(boolean persistManualOperations)
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. |
void |
setUpdatingComponentCLSID(String cLSID)
External Component classID for updating diagrams. |
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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
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.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setGeneratingComponentCLSID(String cLSID) throws IOException, AutomationException
setGeneratingComponentCLSID
in interface ISchematicXmlBuilder
cLSID
- The cLSID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGeneratingComponentCLSID() throws IOException, AutomationException
getGeneratingComponentCLSID
in interface ISchematicXmlBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdatingComponentCLSID(String cLSID) throws IOException, AutomationException
setUpdatingComponentCLSID
in interface ISchematicXmlBuilder
cLSID
- The cLSID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUpdatingComponentCLSID() throws IOException, AutomationException
getUpdatingComponentCLSID
in interface ISchematicXmlBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAutoCreateElementClasses(boolean autoCreate) throws IOException, AutomationException
setAutoCreateElementClasses
in interface ISchematicXmlBuilder
autoCreate
- The autoCreate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoCreateElementClasses() throws IOException, AutomationException
isAutoCreateElementClasses
in interface ISchematicXmlBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInitializeLinksVertices(boolean initializeLinksVertices) throws IOException, AutomationException
setInitializeLinksVertices
in interface ISchematicXmlBuilder
initializeLinksVertices
- The initializeLinksVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInitializeLinksVertices() throws IOException, AutomationException
isInitializeLinksVertices
in interface ISchematicXmlBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPersistManualOperations(boolean persistManualOperations) throws IOException, AutomationException
setPersistManualOperations
in interface ISchematicXmlBuilder
persistManualOperations
- The persistManualOperations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPersistManualOperations() throws IOException, AutomationException
isPersistManualOperations
in interface ISchematicXmlBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectTypeMapping(String objectTypeMapping) throws IOException, AutomationException
setObjectTypeMapping
in interface ISchematicXmlBuilder
objectTypeMapping
- The objectTypeMapping (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getObjectTypeMapping() throws IOException, AutomationException
getObjectTypeMapping
in interface ISchematicXmlBuilder
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 |