|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicStandardBuilder
Provides access to members that control the schematic Standard builder.
Method Summary | |
---|---|
int |
getUpdateMode()
Mode (rebuild/append) to use for updating a diagram. |
int |
getUpdateType()
Update type (fromSelection, fromTracing, fromInitial, ...). |
boolean |
isAddConnectedNodes()
Indicates if the extremity nodes for the links currently highlighted in the map must be automatically added by the schematic Standard builder even if they are not highlighted. |
boolean |
isAutoCreateElementClasses()
Indicates if the schematic element classes are automatically created by the schematic Standard builder. |
boolean |
isInitializeLinksVertices()
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Standard builder. |
boolean |
isPersistManualOperations()
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. |
void |
setAddConnectedNodes(boolean addConnectedNodes)
Indicates if the extremity nodes for the links currently highlighted in the map must be automatically added by the schematic Standard builder even if they are not highlighted. |
void |
setAutoCreateElementClasses(boolean autoCreate)
Indicates if the schematic element classes are automatically created by the schematic Standard builder. |
void |
setInitializeLinksVertices(boolean initializeLinksVertices)
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Standard builder. |
void |
setPersistManualOperations(boolean persistManualOperations)
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. |
void |
setUpdateMode(int updateMode)
Mode (rebuild/append) to use for updating a diagram. |
void |
setUpdateType(int updateType)
Update type (fromSelection, fromTracing, fromInitial, ...). |
Method Detail |
---|
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 setAddConnectedNodes(boolean addConnectedNodes) throws IOException, AutomationException
addConnectedNodes
- The addConnectedNodes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAddConnectedNodes() 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 setUpdateType(int updateType) throws IOException, AutomationException
updateType
- A com.esri.arcgis.schematic.esriSchematicStandardBuilderUpdateType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpdateType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUpdateMode(int updateMode) throws IOException, AutomationException
updateMode
- A com.esri.arcgis.schematic.esriSchematicStandardBuilderUpdateMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUpdateMode() 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |