This shows you the differences between two versions of the page.
man:validation [2012/09/06 17:50] leoame [Redactor Mode] |
man:validation [2013/10/01 16:19] (current) leoame |
||
---|---|---|---|
Line 17: | Line 17: | ||
- List of available queries. Several operations are available with a contextual menu: | - List of available queries. Several operations are available with a contextual menu: | ||
* Run query: run the selected query. | * Run query: run the selected query. | ||
- | * Use query for symbology: Use the query for the multiple symbology display. | + | * Use query for symbology: directly assign the query to the multiple symbology of the correspondant layer. |
* Edit query SQL: Open the Edit queries window allowing you to work on the SQL code of your query.\\ {{window-editqueries.png?nolink}} | * Edit query SQL: Open the Edit queries window allowing you to work on the SQL code of your query.\\ {{window-editqueries.png?nolink}} | ||
- Query description | - Query description | ||
- | - Construction layer on whom the query will be applied | + | - Construction layer on which the query will be applied |
- Definition of the query in SQL language | - Definition of the query in SQL language | ||
* Add query: Display Query wizard allowing you to easily create a new query. | * Add query: Display Query wizard allowing you to easily create a new query. | ||
Line 26: | Line 26: | ||
{{man:window-querywizard.png?nolink}} | {{man:window-querywizard.png?nolink}} | ||
- | By creating queries on the layers you want to check you can through the selection and the multiple symbology have clean view of your features allowing you to highlight bad attributions. | + | There is basically two types of queries; the attribution and the geometry based queries: |
+ | |||
+ | * **Attribution based**\\ Those queries look for the attribution of the features to sort them out. While the queries on the object kinds are very good to search for precise features, the queries calling the layers are often more suited to highlight the general structures. | ||
+ | |||
+ | * **Geometry based**\\ Those queries only call the structures of the features stored in the construction layers. Their main goal is to prevent the existence of unnecessary features or structural errors. | ||
===== Geometrical Validation ===== | ===== Geometrical Validation ===== | ||
Line 55: | Line 60: | ||
- Layers selection controls | - Layers selection controls | ||
- Settings | - Settings | ||
- | * Add layers to the project: If checked, automatically reimport the layer(s) into the project. | + | * Add layers to the project: If checked, automatically import the layer(s) into the project. |
* Replace existing layers: If checked, replace the pre-existing version of the same layer. | * Replace existing layers: If checked, replace the pre-existing version of the same layer. | ||
+ | * Use fast polygon export: If checked, ... | ||
- Validate or cancel the operation | - Validate or cancel the operation | ||
Line 63: | Line 69: | ||
{{man:window-redactor3.png?nolink}} | {{man:window-redactor3.png?nolink}} | ||
- | - List of autogenerated filters for the classification. The layer can be classified with the objects kind or with the attributes (if some) | + | - List of auto generated filters for the classification. The layer can be classified with:\\ |
+ | - the objects kind | ||
+ | - the attributes (if some) | ||
+ | - the number of labels lying in each polygon | ||
- List of the generated classes depending of the selection in (1). The classes are actually generated with queries. You can modify them for improved classes. | - List of the generated classes depending of the selection in (1). The classes are actually generated with queries. You can modify them for improved classes. | ||
- Symbology controls: | - Symbology controls: | ||
Line 77: | Line 86: | ||
Several options can be changed: | Several options can be changed: | ||
- | * you can enable/disable a class by checking or not the option. The disabled classes are not displayed. | + | * you can enable/disable a class by checking or not the option. The disabled classe is not displayed in the GIS Window and its name appears grayed in the symbology list. |
- | * You can change the visual effect of your class by clciking on edit symbology; you are able to change the style, the color the width and the transparency. | + | * You can change the visual effect of your class by clicking on edit symbology; you are able to change the style, the color the width and the transparency. |
Those layers can then be displayed like any other support themes. | Those layers can then be displayed like any other support themes. | ||
Line 87: | Line 96: | ||
- Example of two layers with edited symbology. | - Example of two layers with edited symbology. | ||
- | The redactor mode is very usefull to see if a label lies in every polygon. A non attributed polygon won't have any class. | + | The redactor mode is very usefull to sort out the labelization errors. The classification with the number of labels lying in each polygon grant you an easy view of the missing or excess labels. |