Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
kml [2020/04/30 12:17] argemiro |
kml [2026/08/28 03:25] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Structure that can be used to connect two other functors or as a constant value. | + | Declares a KML value that can be reused as the input to more than one functor, instead of repeating the same constant throughout the model. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | constant | kml | Value or constant representing kml. | | + | | Constant | [[Kml Type]] | Value or constant representing a KML. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 17: | Line 17: | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | object | kml | Value or constant representing kml provided as the functor input. | | + | | Object | [[Kml Type]] | Value or constant representing a KML, provided as the functor input. | |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Map Algebra | Map Algebra]] | + | [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] |
| ===== Notes ===== | ===== Notes ===== | ||
| - | KML uses a reference system of three-dimensional geographic coordinates: longitude, latitude and altitude, in that order, with negative values for west, south and below sea level. The longitude and latitude components are expressed in decimal degrees (WGS84). The third value, altitude, is optional; if it is omitted from a coordinate string, it assumes the default value of 0. Be aware that most websites with mapping information use the Geo microformat for encoding and representing coordinate information. This means that, if not specified otherwise, latitude is always the first value. | + | None. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| - | kml | + | Kml |