|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicXmlBuilder
Provides access to members that control the Xml builder.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
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 |
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. |
| Method Detail |
|---|
void setGeneratingComponentCLSID(String cLSID)
throws IOException,
AutomationException
cLSID - The cLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getGeneratingComponentCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUpdatingComponentCLSID(String cLSID)
throws IOException,
AutomationException
cLSID - The cLSID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getUpdatingComponentCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoCreateElementClasses(boolean autoCreate)
throws IOException,
AutomationException
autoCreate - The autoCreate (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAutoCreateElementClasses()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInitializeLinksVertices(boolean initializeLinksVertices)
throws IOException,
AutomationException
initializeLinksVertices - The initializeLinksVertices (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInitializeLinksVertices()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPersistManualOperations(boolean persistManualOperations)
throws IOException,
AutomationException
persistManualOperations - The persistManualOperations (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPersistManualOperations()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectTypeMapping(String objectTypeMapping)
throws IOException,
AutomationException
objectTypeMapping - The objectTypeMapping (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getObjectTypeMapping()
throws IOException,
AutomationException
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 | ||||||||