|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicNetworkDatasetBuilder
Provides access to members that control the schematic Network Dataset builder.
| Method Summary | |
|---|---|
boolean |
isAutoCreateElementClasses()
Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder. |
boolean |
isInitializeLinksVertices()
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder. |
boolean |
isInitializeNodesPosition()
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder. |
boolean |
isMergeNodes()
Indicates if the schematic Network Dataset builder generates only a schematic node per feature. |
void |
setAutoCreateElementClasses(boolean pAutoCreate)
Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder. |
void |
setInitializeLinksVertices(boolean pInitializeLinksVertices)
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder. |
void |
setInitializeNodesPosition(boolean pInitializeNodesPosition)
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder. |
void |
setMergeNodes(boolean pMergeNodes)
Indicates if the schematic Network Dataset builder generates only a schematic node per feature. |
| 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 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 setMergeNodes(boolean pMergeNodes)
throws IOException,
AutomationException
pMergeNodes - The pMergeNodes (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isMergeNodes()
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 | ||||||||