![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Classes | |
class | TSLIsochrone |
enum | TSLIsochroneType { TSLIsochroneType_BufferedNetwork = 0 , TSLIsochroneType_LinearNetwork = 1 , TSLIsochroneType_LinearDifferential = 2 } |
enum TSLIsochroneType |
This file contains the enumerations of the Types of Isochrone that can be created.
Enumerator | |
---|---|
TSLIsochroneType_BufferedNetwork | This type returns a set of TSLPolygon entities, one polygon for each target cost, representing the isochrone for the whole of that cost, The resulting polygon is created from the aggregation of the polygons generated by adding the supplied buffer distance to each traversed link's geometry. |
TSLIsochroneType_LinearNetwork | This type returns a set of TSLPolyline entities, one set of lines for each target cost, representing the links for the isochrone for the whole of that cost. |
TSLIsochroneType_LinearDifferential | This type returns a set of TSLPolyline entities, one set of lines for each target cost, representing the links for the isochrone for that cost, minus any links present in any previous costs. |