Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
extract_map_attributes [2014/04/11 20:55]
127.0.0.1 external edit
extract_map_attributes [2016/05/03 02:55]
hermann [Basic Attributes]
Line 7: Line 7:
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Map  | [[Map Type|Map]]  | Map whose attributes will be extracted. ​ |+| Map  | [[Map Type]] ​ | Map whose attributes will be extracted. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
  
-^ Name ^ Type ^ Description ^ Default Value ^ +^ Name  ^ Type  ^ Description ​ ^ Default Value  
-| Extract Dynamic Attributes ​ | [[Bool Type|Bool ]]  | If true, the [[Extract Map Attributes#​Dynamic attributes|dynamic attributes]] will be calculated. | True  | +| Extract Dynamic Attributes ​ | [[Boolean Value Type]] ​ | If true, the [[Extract Map Attributes#​Dynamic attributes|dynamic attributes]] will be calculated. ​ | True  | 
-| Extract Statistical Attributes ​ | [[Bool Type|Bool ]]  | If true, [[Extract Map Attributes#​Statistical attributes|statistical attributes]] will be calculated. | True  |+| Extract Statistical Attributes ​ | [[Boolean Value Type]] ​ | If true, [[Extract Map Attributes#​Statistical attributes|statistical attributes]] will be calculated. ​ | True  |
  
 ===== Outputs ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Attributes | [[Lookup Table Type|Lookup Table]]  | Table containing the attributes extracted from a map. | +| Attributes ​ | [[Lookup Table Type]] ​ | Table containing the attributes extracted from a map.  
-| Layer Attributes | [[Table Type|Table]]  | Table containing the layer attributes. |+| Layer Attributes ​ | [[Table Type]] ​ | Table containing the layer attributes. ​ |
  
 ===== Group ===== ===== Group =====
Line 46: Line 46:
 | 19  | "​cellType" ​ | [[Extract Map Attributes#​Cell Type Codes|cell type code]] ​ | | 19  | "​cellType" ​ | [[Extract Map Attributes#​Cell Type Codes|cell type code]] ​ |
 | 20  | "​nullValue" ​ | null value  | | 20  | "​nullValue" ​ | null value  |
 +| 21  | "​registrationCoordinateY" ​ | registration coordinate Y (this is the coordinate of the top left corner of the registered cell)  |
 +| 22  | "​registrationCoordinateX" ​ | registration coordinate X (this is the coordinate of the top left corner of the registered cell)  |
 +| 23  | "​registrationCellY" ​ | coordinate of registration cell Y  |
 +| 24  | "​registrationCellX" ​ | coordinate of registration cell X  |
 +| 23  | "​rotationY" ​ | rotation around Y  |
 +| 24  | "​rotationX" ​ | rotation around X  |
 +| 25  | "​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) ​ |
  
 ==== Dynamic attributes ==== ==== Dynamic attributes ====
Line 79: Line 87:
 | 6  | Unsigned 32 Bit Integer ​ | | 6  | Unsigned 32 Bit Integer ​ |
 | 7  | IEEE 754 32 Bit Real  | | 7  | IEEE 754 32 Bit Real  |
 +| 8  | IEEE 754 64 Bit Real  |
 +
 ==== Layer Attributes ==== ==== Layer Attributes ====