Difference between revisions of "SYSCLS ROUTING GRAPH"
(Created page with "{{ClassificationInfoBox | title = Routing Graph Classification | name = {{PAGENAMEE}} | inheritance = GeographyClassification | namespace = System.Classification.Geo | purpose...") |
|||
Line 2: | Line 2: | ||
| title = Routing Graph Classification | | title = Routing Graph Classification | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
− | | inheritance = | + | | inheritance = Geography Multi Line Classification |
| namespace = System.Classification.Geo | | namespace = System.Classification.Geo | ||
| purpose = Classify objects as Routing Graph Information | | purpose = Classify objects as Routing Graph Information | ||
Line 29: | Line 29: | ||
{{Category/Version|3.5.0}} | {{Category/Version|3.5.0}} | ||
+ | |||
+ | [[Category:3.5.0|SYSCLS ROUTING GRAPH]] |
Latest revision as of 05:53, 7 April 2020
Routing Graph objects are Multiline Geography objects are painted as geometries when being displayed on 2D Maps. Their data can also be used for navigation and routing purpose.
MetaProperties
Name | Data type | Comment |
---|---|---|
POINTS | Geography | The geography object as list of geo Lines |
LINECOLOR | Integer | Color of the line |
LINEWIDTH | Integer | Width of the line |
LINETYPE | Integer | Type of the line (solid line: 0, dash line: 1, ...) |
Z_LEVEL | Integer | Determines the order in which the overlay will be drawn in relation to other overlays. Overlays with a higher z-index are drawn on top of those with lower z-indexes. The order of overlays with the same z-index is arbitrary. |