com.esri.arcgis.schematic
Interface ISchematicNetworkDatasetBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicNetworkDatasetBuilderProxy

public interface ISchematicNetworkDatasetBuilder
extends Serializable

Provides access to members that control the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setAutoCreateElementClasses

void setAutoCreateElementClasses(boolean pAutoCreate)
                                 throws IOException,
                                        AutomationException
Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pAutoCreate - The pAutoCreate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoCreateElementClasses

boolean isAutoCreateElementClasses()
                                   throws IOException,
                                          AutomationException
Indicates if the schematic element classes are automatically created by the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pAutoCreate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitializeNodesPosition

void setInitializeNodesPosition(boolean pInitializeNodesPosition)
                                throws IOException,
                                       AutomationException
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pInitializeNodesPosition - The pInitializeNodesPosition (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitializeNodesPosition

boolean isInitializeNodesPosition()
                                  throws IOException,
                                         AutomationException
Indicates if the initial positions for the nodes must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pInitializeNodesPosition
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitializeLinksVertices

void setInitializeLinksVertices(boolean pInitializeLinksVertices)
                                throws IOException,
                                       AutomationException
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pInitializeLinksVertices - The pInitializeLinksVertices (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitializeLinksVertices

boolean isInitializeLinksVertices()
                                  throws IOException,
                                         AutomationException
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Network Dataset builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pInitializeLinksVertices
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergeNodes

void setMergeNodes(boolean pMergeNodes)
                   throws IOException,
                          AutomationException
Indicates if the schematic Network Dataset builder generates only a schematic node per feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pMergeNodes - The pMergeNodes (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMergeNodes

boolean isMergeNodes()
                     throws IOException,
                            AutomationException
Indicates if the schematic Network Dataset builder generates only a schematic node per feature.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pMergeNodes
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.