Network Dataset: Directions

1768
2
08-03-2016 11:29 AM
AndrePedrosa
New Contributor

Hi,

I´ve created a Network Dataset but I can´t use directions. The Network Dataset is working well with arcgis extension Network Analyst but didn´t allow me to select the Directions after I created my route.

Below is my network and as you can see in the button "Directions" is asking me for a length atrribute that I already have

I would like to know if someone had a similiar problem or if someone sees some problem in my network.

Name: Network

Type: Geodatabase-Based Network Dataset

Version: 10.1

Sources:

  Edge Sources:

    Ferry_boat

    Streets

  Junction Sources:

    Entrance_Ferry

Turns:

  <Global Turns>

Connectivity:

  Group 1:

    Edge Connectivity:

      Streets (Any Vertex)

    Junction Connectivity - Transfer Groups {2}:

      Entrance_Ferry (Override) - Transfer Groups {2}

  Group 2:

    Edge Connectivity:

      Ferry_boat (Any Vertex)

    Junction Connectivity - Transfer Groups {1}:

      Entrance_Ferry (Override) - Transfer Groups {1}

Elevation Model: None

Attributes:

  Length:

    Usage Type: Cost

    Data Type: Double

    Units Type: Meters

    Use by Default: False

    Source Attribute Evaluators:

      Ferry_boat (From-To): Constant = 0

      Ferry_boat (To-From): Constant = 0

      Streets (From-To): Field

          Language: VBScript

          Expression: [Shape_Length]

      Streets (To-From): Field

          Language: VBScript

          Expression: [Shape_Length]

    Default Attribute Evaluators:

      Default Edges: Constant = 0

      Default Junctions: Constant = 0

      Default Turns: Constant = 0

  Time:

    Usage Type: Cost

    Data Type: Double

    Units Type: Minutes

    Use by Default: False

    Source Attribute Evaluators:

      Ferry_boat (From-To): Constant = 15

      Ferry_boat (To-From): Constant = 15

      Streets (From-To): Field

          Language: VBScript

          Expression: [Tempo]

      Streets (To-From): Field

          Language: VBScript

          Expression: [Tempo]

    Default Attribute Evaluators:

      Default Edges: Constant = 0

      Default Junctions: Constant = 0

      Default Turns: Constant = 0

  Cost:

    Usage Type: Cost

    Data Type: Double

    Units Type: Unknown

    Use by Default: True

    Source Attribute Evaluators:

      Ferry_boat (From-To): Constant = 0

      Ferry_boat (To-From): Constant = 0

      Streets (From-To): Field

          Language: VBScript

          Expression: [Total]

      Streets (To-From): Field

          Language: VBScript

          Expression: [Total]

    Default Attribute Evaluators:

      Default Edges: Constant = 0

      Default Junctions: Constant = 0

      Default Turns: Constant = 0

Directions:

  Directions Ready: No

    -Length Attribute Required

Thank you very much.

Best Regards, Andre.

0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus

Setting directions—Help | ArcGIS for Desktop the first 3 criteria are listed... check your table

Modifying direction settings—Help | ArcGIS for Desktop and check here

AndrePedrosa
New Contributor

Thank you very much. I found the problem, it was missing a text field in one of the shapefiles.

0 Kudos