ServiceAreaPolyline

A class that describes the single service area polyline. The service area polyline stores the resultant service area polyline, which the represents the network edges that can be reached within the given impedance.

Since

200.1.0

Properties

Link copied to clipboard

Network location where the polyline begins. The location on the network where the service area polyline begins.

Link copied to clipboard

Service area polyline's geometry. The geometry for the polyline in case if ServiceAreaParameters.returnPolylines is true.

Link copied to clipboard

Network location where the polyline ends. The location on the network where the service area polyline ends.

Functions

Link copied to clipboard
fun getFromCumulativeCost(attributeName: String): Double

Gets the cumulative cost for the beginning of polyline. Returns the cumulative cost value of the path from the facility to the beginning of this polyline.

Link copied to clipboard
fun getToCumulativeCost(attributeName: String): Double

Gets the cumulative cost for the end of polyline. Returns the cumulative cost value of the path from the facility to the end of this polyline.