Documentation | Help File | UI | 2D Mode | Menu | Layer | Import
Clicking on the Layer/Import menu item provides the means for importing vector data into the active vector layer. The imported data can replace or be appended to any vector data already contained in the active layer. If the source data is of a different format and/or coordinate system than the active layer, the imported data is converted to the active layer format and/or reprojected to the active layer coordinate system. The Import operation does not change the source layer in any way.
To import a vector layer and replace/append it to another layer open in the Editor
Layer/Import menu entry - this invokes the Import layers dialog box.Import layers dialog box click on the Layer… button - this invokes the Open dialog box.Open dialog box, go to the drive on which the layer to be imported is stored.Import layers dialog box.Replace option. If you would like to merge the open layer with the imported one click on the Append option.Next » button.Builder… button - this invokes the Query builder dialog box. Within the Query builder dialog box construct a SQL-type query which evaluates to True for all shapes that you would like to import. When finished, click on the OK button - this brings back the Import layers dialog box.Extent list.Next » button.Next » button - a progress bar will appear informing you about the progress of the import procedure.OK button.
Layer/Export function is similar to Layer/Import, with much of the same functionality, e.g., vector format and coordinate system conversion, SQL query matching. Many tasks can be performed using either of these functions.The SQL type query consists of comparison statements connected with logical operators in the following way:
[comparison statement] [logical operator] [comparison statement] … [logical operator] [comparison statement].
Additionally, round brackets can be used to group/prioritize a sequence within the query. The left bracket '(' must always appear before a comparison statement and the right bracket ')' after a comparison statement. The logical operators AND and OR must appear before a comparison statement/left bracket or after a comparison statement/right bracket and not at the beginning or ending of the query. The negation operator NOT must appear after a logical operator/left bracket or at the beginning of the query. A comparison statement consists of a primary attribute, relation operator and value/secondary attribute in the following way:
[primary attribute] [relation] [value] or [primary attribute] [relation] [secondary attribute].
An attribute which name contains a space must be written inside the square brackets.
To add a comparison statement to the query
Comparison statement box choose the primary attribute from the left Attribute drop-down list.Relation drop-down list.Value option and type/choose the value in the field below. To compare the primary attribute with a different (secondary) attribute check the Attribute option and pick the attribute from the list below.Add button in the same box.To add a logical operator to the query
Logical operator box choose logical/negation operator from the drop-down list.Add button in the same box.To put brackets around a desired query part
( ) button.
To clear the current query statement, click on the Clear button.