Difference between revisions of "SYSCLS GEO LINE"
(Created page with "{{ClassificationInfoBox | title = Geography Line Classification | name = {{PAGENAMEE}} | inheritance = GeographyClassification | namespace = System.Classification.Geo | purpos...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
| inheritance = GeographyClassification | | inheritance = GeographyClassification | ||
| namespace = System.Classification.Geo | | namespace = System.Classification.Geo | ||
− | | purpose = Classify objects as Geography object of type | + | | purpose = Classify objects as Geography object of type Line |
| version = 2.5.2+ | | version = 2.5.2+ | ||
| id = {5741F190-AF37-4C17-9EBE-0103BBF21635} | | id = {5741F190-AF37-4C17-9EBE-0103BBF21635} | ||
}} | }} | ||
− | + | Line geography objects are painted as geometries when being displayed on 2D Maps. | |
Line 23: | Line 23: | ||
| LINEWIDTH|| {{Integer}} || Width of the line | | LINEWIDTH|| {{Integer}} || Width of the line | ||
|- | |- | ||
− | | LINETYPE|| {{Integer}} || Type of the line (solid line, dash 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. | | 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. | ||
Line 29: | Line 29: | ||
{{Category/Version|2.5.2}} | {{Category/Version|2.5.2}} | ||
+ | |||
+ | [[Category:2.5.2|SYSCLS GEO LINE]] |
Latest revision as of 13:19, 3 April 2020
Line geography objects are painted as geometries when being displayed on 2D Maps.
MetaProperties
Name | Data type | Comment |
---|---|---|
POINTS | Geography | The geography object as list of geo coordinates |
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. |