Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
get_map_categories [2011/07/31 17:49] hermann created |
get_map_categories [2026/08/28 03:20] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get Map Categories ====== | + | ====== Get Map Categories ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor extracts the set of categories from the input map. | + | Extracts a copy of the categorization of a map. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Categorical Map | [[ Map Type| Map ]] | Map with the required categories. | | + | | Categorical Map | [[Map Type]] | Map whose categorization will be extracted. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Categories | [[ Categorization Type|Categorization ]] | The category set of the input map. | | + | | Categories | [[Categorization Type]] | Categorization extracted from Categorical Map. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | ===== Internal Name ===== | + | Raises an error if Categorical Map has no categorization defined. If this is expected to happen, use a [[Skip All On Error]] to intercept the error, and a [[Calculate Categorical Map]] to derive the categories from the map's values instead. |
| + | |||
| + | ===== Internal Name ===== | ||
| GetMapCategories | GetMapCategories | ||