RouteShapeType

Zusammenfassung

Enumeration for selecting the type of shape to be generated to represent output routes. The routes are always calculated along the network; however, you may choose to represent them by shapes that do not reflect the network paths.

Eigenschaften

EigenschaftErklärungDatentyp
NoLine
(Nur lesen)

No route shapes will be returned.

Object
TrueShape
(Nur lesen)

Return the exact shape of the resulting route that is based on the underlying streets. This option creates the most detailed geometry for the output routes. Consequently, the process typically runs longer and creates larger output files.

Object
TrueShapeWithMeasures
(Nur lesen)

Return the exact shape of the resulting route that is based on the underlying streets. Additionally, it constructs measures so the shape can be used in linear referencing.

Object