QVX (QlikView Data Exchange) Feature Representation
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).
Geometry
The geometry of QVX features may be identified by the qvx_type attribute. The valid values for this attribute are:
qvx_type | Description |
---|---|
qvx_no_geom |
FME Feature with no geometry |
qvx_point |
Point feature |
qvx_line |
Linear feature |
qvx_polygon |
Simple polygon or donut feature |
qvx_collection |
Feature with multiple geometries |
No Geometry
qvx_type: qvx_no_geom
Features with their qvx_type attribute set to qvx_no_geom do not contain any geometry data.
Points
qvx_type: qvx_point
Features with their qvx_type set to qvx_point are single coordinate features or an aggregate of single points.
Lines
qvx_type: qvx_line
Features with their qvx_type set to qvx_line are polyline features or an aggregate of polylines.
Areas
qvx_type: qvx_polygon
Features with their qvx_type set to qvx_polygon are polygon features which may or may not have interior boundaries, or an aggregate of such polygons.
Aggregates
qvx_type: qvx_collection
Features with their qvx_type set to qvx_collection are a heterogeneous collection of multiple geometries.