|
|||||||||
| 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()
Update mode. |
int |
getUpdateType()
Update type. |
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 |
isInitializeNodesPosition()
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Standard builder. |
boolean |
isPersistRemovedElements()
Indicates if the schematic element manually removed are still removed after the update. |
void |
setAddConnectedNodes(boolean pAddConnectedNodes)
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 pAutoCreate)
Indicates if the schematic element classes are automatically created by the schematic Standard builder. |
void |
setInitializeLinksVertices(boolean pInitializeLinksVertices)
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Standard builder. |
void |
setInitializeNodesPosition(boolean pInitializeNodesPosition)
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Standard builder. |
void |
setPersistRemovedElements(boolean pPersistRemovedElements)
Indicates if the schematic element manually removed are still removed after the update. |
void |
setUpdateMode(int updateMode)
Update mode. |
void |
setUpdateType(int updateType)
Update type. |
| Method Detail |
|---|
void setAutoCreateElementClasses(boolean pAutoCreate)
throws IOException,
AutomationException
pAutoCreate - The pAutoCreate (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 pAddConnectedNodes)
throws IOException,
AutomationException
pAddConnectedNodes - The pAddConnectedNodes (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 setInitializeNodesPosition(boolean pInitializeNodesPosition)
throws IOException,
AutomationException
pInitializeNodesPosition - The pInitializeNodesPosition (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInitializeNodesPosition()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInitializeLinksVertices(boolean pInitializeLinksVertices)
throws IOException,
AutomationException
pInitializeLinksVertices - The pInitializeLinksVertices (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 setPersistRemovedElements(boolean pPersistRemovedElements)
throws IOException,
AutomationException
pPersistRemovedElements - The pPersistRemovedElements (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isPersistRemovedElements()
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 | ||||||||