3D network and z coordinates from direction tool

598
2
07-07-2017 05:29 AM
AbdelOuedraogo
New Contributor

Hello,

I have a 3D network and i calculate my route on ArcSene.
I calculate an itinary with z variation
I notice that on a calulated itinerary, the tool for Direction generation  (the tool wich export Direction to xml) don't gave the z information in the coordinates of direction (xml generated).

I have information similar to this

      <DIRECTION id="2" distance="75.827654" cumul_length="0.000000" time="0.000000" drivetime="0.000000" turn_angle="0.000000" depart_bearing="299.006416" general_bearing="336.242394" maneuvertype="straight">
        <ENVELOPE minx="*******" miny="*******" maxx="*******" maxy="*******"/>
        <POINT name="maneuver" x="*******" y="*******"/>
        <STRINGS>
          <STRING style="normal" text="*******"/>
          <STRING style="Cumul_length" text="0 m"/>
          <STRING style="summary" text="Conduite 75,8 m"/>
          <STRING style="length" text="75,8 m"/>
          <STRING style="street_name" text="*******"/>
        </STRINGS>
      </DIRECTION>

Ps: I replaced by ****** the information about my data

Is this normal ? Is there an operation to do to take z into account ?

Best Regards

0 Kudos
2 Replies
JaySandhu
Esri Regular Contributor

Currently the directions GP tool does not output 3D coordinates.

Jay Sandhu

0 Kudos
AbdelOuedraogo
New Contributor

Thank you for this confirmation.

0 Kudos