RouteShapeType

Resumen

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.

Propiedades

PropiedadExplicaciónTipo de datos
NoLine
(Sólo lectura)

No route shapes will be returned.

Object
StraightLine
(Sólo lectura)

A straight line between the route start and end will be returned.

Object
TrueShape
(Sólo lectura)

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
(Sólo lectura)

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

En este tema