Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
geoscene3d:project_content:datasets:vector_theme_dataset [2020/02/12 16:28] – created rebecca130301_gmail.com | geoscene3d:project_content:datasets:vector_theme_dataset [2020/03/22 18:17] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Vector Theme Dataset ====== | ====== Vector Theme Dataset ====== | ||
- | A Vector Theme Dataset is a specialized | + | A Vector Theme Dataset is a specialized [[: |
- | containing columnar data from an [[ESRI Shape File|]] | + | |
- | or possibly other formats in future versions. In addition to columnar data as in Tabular Datasets Vector Theme Dataset also contain geometric data or features. Features may be points, lines or polygons. The tabular dataset may contain any number of columns (fields). | + | |
- | ==== | + | ==== Source Types ==== |
- | Source Types | + | |
- | [[ESRI Shape File|]] | + | [[: |
- | and [[MapInfo Tab File|]] | + | |
- | from a [[File Source|]]. | + | |
- | ==== | + | ==== Configuration ==== |
- | Configuration | + | |
Regardless of source a vector theme dataset is defined as a SQL query containing the three usual sections: SELECT, FROM, and WHERE. The configuration dialog reflects these three sections. | Regardless of source a vector theme dataset is defined as a SQL query containing the three usual sections: SELECT, FROM, and WHERE. The configuration dialog reflects these three sections. | ||
- | ** | + | **SELECT ** \\ |
- | SELECT | + | __ID (Optional): |
- | __ID (Optional): | + | __Z (Optional): |
- | __Z (Optional): | + | __Additional fields (Optional): |
- | Field or column name for Z coordinates. Be sure to check the "Z = Elevation" | + | |
- | __Additional fields (Optional): | + | |
- | List the names of the fields that should be included in the resulting dataset. The default " | + | |
- | ** | + | **FROM ** \\ |
- | FROM ** \\ | + | |
List the tables that contain the fields listed above in the SELECT box. Note: For Shape File Sources this is always the filename. | List the tables that contain the fields listed above in the SELECT box. Note: For Shape File Sources this is always the filename. | ||
- | ** | + | **WHERE ** \\ |
- | WHERE ** \\ | + | __Fixed Extent:__ By default the dataset extent is identical to the current scene extent. However, this option makes it is possible to fix the extent to any area. |
- | __Fixed Extent:__ | + | |
- | By default the dataset extent is identical to the current scene extent. However, this option makes it is possible to fix the extent to any area. | + | |
- | __ | + | __Extent:__ Defines a rectangular area where data are extracted from the source. |
- | Extent: __ | + | |
- | Defines a rectangular area where data are extracted from the source. | + | |
- | __ | + | __Additional |
- | Additional | + | |
- | The dataset may be refined further using SQL. This makes it possible to use regular SQL to query the source within the extent. This is an advanced option that can be used for users that has an in depth knowledge of the source format. | + | |
- | ** | + | **Preview Buttons ** \\ |
- | Preview Buttons ** \\ | + | __Preview SQL…:__ Shows a preview of the resulting query. Advanced users can use this option to analyze the resulting query.\\ |
- | __Preview SQL...:__ | + | __Preview Data…:__ Shows a preview of the data resulting from the query using the [[: |
- | Shows a preview of the resulting query. Advanced users can use this option to analyze the resulting query. \\ | + | |
- | __Preview Data...:__ | + | |
- | Shows a preview of the data resulting from the query using the [[Dataset Viewer|]]. | + | |