Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
extract_map_attributes [2016/05/03 02:55] hermann [Basic Attributes] |
extract_map_attributes [2026/06/29 12:07] (current) chrystian Add usage examples to functor documentation |
||
|---|---|---|---|
| Line 50: | Line 50: | ||
| | 23 | "registrationCellY" | coordinate of registration cell Y | | | 23 | "registrationCellY" | coordinate of registration cell Y | | ||
| | 24 | "registrationCellX" | coordinate of registration cell X | | | 24 | "registrationCellX" | coordinate of registration cell X | | ||
| - | | 23 | "rotationY" | rotation around Y | | + | | 25 | "rotationY" | rotation around Y | |
| - | | 24 | "rotationX" | rotation around X | | + | | 26 | "rotationX" | rotation around X | |
| - | | 25 | "originalCellHeight" | cell height (cell height from projection - the unit is projection dependent) | | + | | 27 | "originalCellHeight" | cell height (cell height from projection - the unit is projection dependent) | |
| - | | 26 | "originalCellWidth" | cell width (cell height from projection - the unit is projection dependent) | | + | | 28 | "originalCellWidth" | cell width (cell height from projection - the unit is projection dependent) | |
| ==== Dynamic attributes ==== | ==== Dynamic attributes ==== | ||
| Line 100: | Line 100: | ||
| ExtractMapAttributes | ExtractMapAttributes | ||
| + | |||
| + | |||
| + | ===== Usage examples ===== | ||
| + | |||
| + | See practical examples of this functor in [[lesson_6|Lesson 6: Extracting map attributes and basic statistics]] | ||