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

EigenschaftErläuterungDatentyp
NoLine
(Schreibgeschützt)

No route shapes will be returned.

Object
TrueShape
(Schreibgeschützt)

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
(Schreibgeschützt)

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