<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Network Analyst beginner's question in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491523#M4775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at the network analyst tutorial dataset on Paris which has pedestrian times set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may have to install the data from the appropriate DVD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tutorial exercise 2 will help with this dataset:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_2_Creating_a_multimodal_network_dataset/00470000005v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_2_Creating_a_multimodal_network_dataset/00470000005v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 16:25:27 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2011-04-05T16:25:27Z</dc:date>
    <item>
      <title>Network Analyst beginner's question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491518#M4770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why am I getting an error 'Route has a non-null CostPerUnitDistance value even though there is no distance attribute' even if I set the CostPerUnitDistance value to null?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Mar 2011 05:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491518#M4770</guid>
      <dc:creator>RodelVelasco</dc:creator>
      <dc:date>2011-03-27T05:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Network Analyst beginner's question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491519#M4771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How exactly are you setting this field value to null? It works fine for me in ArcMap. If you are doing this programmatically, what programming language is this in and how are you doing it (i.e., can you show the specific lines of code)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 17:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491519#M4771</guid>
      <dc:creator>MichaelRice</dc:creator>
      <dc:date>2011-03-28T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Network Analyst beginner's question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491520#M4772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was doing it in Java. And I actually made a mistake of setting the value to null,&amp;nbsp; instead of not setting it at all. When I commented the below line, it did work. But this is just to make it work without the CostPerUnitDistance and MaxTotalDistance. I still don't know how to&amp;nbsp; setup a distance attribute.Do you know how to setup a distance attribute if I am using the SDC Street dataset provided by ESRI?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//featureBuffer.setValue(indexOfCostPerUnitDistance, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 19:39:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491520#M4772</guid>
      <dc:creator>RodelVelasco</dc:creator>
      <dc:date>2011-03-28T19:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Network Analyst beginner's question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491521#M4773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Setting up a distance attribute is the same programming pattern, regardless of the underlying network dataset type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/0001000001s3000000.htm"&gt;Here is a link&lt;/A&gt;&lt;SPAN&gt; to some sample code for creating/manipulating VRP analysis layers, including setting of the distance attribute, etc. Sorry, it is not in Java, but the .NET programming patterns are generally the same, so you should hopefully be able to easily make the translation to Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In general, you must set the distance attribute for VRP by specifying it as an accumulated cost attribute using INASolverSettings.AccumulateAttributeNames.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 19:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491521#M4773</guid>
      <dc:creator>MichaelRice</dc:creator>
      <dc:date>2011-03-28T19:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Network Analyst beginner's question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491522#M4774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i want to find service area for some facilities,&amp;nbsp; for that following things are required;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) how to add different walking speed on various types of roads, such as minor road and major roads?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) how define left and right turn feature class in attribute table.?(e.g. to take left turn require 10 seconds and for right turn 40 seconds.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) how to define restrictions, such as highways and railways should not allow to pedestrian walking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please help me.....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 09:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491522#M4774</guid>
      <dc:creator>RaamKolapkar</dc:creator>
      <dc:date>2011-04-05T09:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Network Analyst beginner's question</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491523#M4775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Take a look at the network analyst tutorial dataset on Paris which has pedestrian times set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may have to install the data from the appropriate DVD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tutorial exercise 2 will help with this dataset:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_2_Creating_a_multimodal_network_dataset/00470000005v000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Exercise_2_Creating_a_multimodal_network_dataset/00470000005v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay Sandhu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 16:25:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/network-analyst-beginner-s-question/m-p/491523#M4775</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2011-04-05T16:25:27Z</dc:date>
    </item>
  </channel>
</rss>

