Feature Representation
In addition to the generic FME feature attributes that FME Workbench adds to all features (see Feature Attributes and Supported Geometries), this format adds a format-specific attribute described in this section, and the format-specific attributes described in the Text File reader Feature Representation topic.
Built-In Fields | |
---|---|
Field Name | Description |
geohash | The original geohash value of the feature. |
geohash_line_number | The line number of the geohash from the source dataset. |
_geohash_max_x | The max X coordinate of the bucket in which the geohash falls. |
_geohash_max_y | The max Y coordinate of the bucket in which the geohash falls. |
_geohash_min_x | The min X coordinate of the bucket in which the geohash falls. |
_geohash_min_y | The min Y coordinate of the bucket in which the geohash falls. |
_geohash_point_precision_x | The number of decimal places on the X coordinate of the point that are valid. |
_geohash_point_precision_y | The number of decimal places on the Y coordinate of the point that are valid. |