<?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: Import SHP file in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93985#M1299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi Anna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, you can do this and for example, we're doing this in the classification if you import osm files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select the layer into which the street segments are imported, then in the Inspector, you can go grab the Object Attributes which came in with the SHP file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an example :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;class = getObjectAttr("class")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;attr streetWidth =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case class == "highway":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an example like this would make it possible to select all graph segments which have the attribute "class" with the value highway ( which is true )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the selection itself is then done in the viewport by RMB--&amp;gt;select by Map Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;play with this a little, ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know how it goes !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 13:37:28 GMT</pubDate>
    <dc:creator>MatthiasBuehler1</dc:creator>
    <dc:date>2011-12-07T13:37:28Z</dc:date>
    <item>
      <title>Import SHP file</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93984#M1298</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;SPAN&gt;I have shapefile of streets with different types of streets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use&amp;nbsp; this attribute&amp;nbsp; to create streets acording different rules.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How could I reach this data after I import shp file into my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How&amp;nbsp; could I make selection according this parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2011 08:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93984#M1298</guid>
      <dc:creator>BorisHaikin</dc:creator>
      <dc:date>2011-12-04T08:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import SHP file</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93985#M1299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi Anna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, you can do this and for example, we're doing this in the classification if you import osm files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select the layer into which the street segments are imported, then in the Inspector, you can go grab the Object Attributes which came in with the SHP file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an example :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;class = getObjectAttr("class")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;attr streetWidth =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; case class == "highway":&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;an example like this would make it possible to select all graph segments which have the attribute "class" with the value highway ( which is true )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the selection itself is then done in the viewport by RMB--&amp;gt;select by Map Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;play with this a little, ok ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let me know how it goes !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 13:37:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93985#M1299</guid>
      <dc:creator>MatthiasBuehler1</dc:creator>
      <dc:date>2011-12-07T13:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Import SHP file</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93986#M1300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;hi Anna,&lt;BR /&gt;&lt;BR /&gt;yes, you can do this and for example, we're doing this in the classification if you import osm files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;select the layer into which the street segments are imported, then in the Inspector, you can go grab the Object Attributes which came in with the SHP file.&lt;BR /&gt;&lt;BR /&gt;an example :&lt;BR /&gt;&lt;BR /&gt;class = getObjectAttr("class")&lt;BR /&gt;&lt;BR /&gt;attr streetWidth =&lt;BR /&gt; case class == "highway":&lt;BR /&gt;&amp;nbsp; true&lt;BR /&gt; else:&lt;BR /&gt;&amp;nbsp; false&lt;BR /&gt;&lt;BR /&gt;an example like this would make it possible to select all graph segments which have the attribute "class" with the value highway ( which is true )&lt;BR /&gt;the selection itself is then done in the viewport by RMB--&amp;gt;select by Map Layer.&lt;BR /&gt;&lt;BR /&gt;play with this a little, ok ?&lt;BR /&gt;&lt;BR /&gt;let me know how it goes !&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for delay with answer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2012 10:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/import-shp-file/m-p/93986#M1300</guid>
      <dc:creator>BorisHaikin</dc:creator>
      <dc:date>2012-01-01T10:31:53Z</dc:date>
    </item>
  </channel>
</rss>

