Skip to content

Working with the Map Data View

The map data view provides functionality for navigation and layout. All navigations options are available in the toolbar in the top of the GIS data view and layout options are available through the property control. Some examples on Map view functionality are provided below.

Adding data to a map data view

Description Illustration
To add new data to a map view right-click on a feature class or raster and choose “Add to New Map…” from the context menu. ./WorkingWithMapDataView/image1.png
To add more data to an existing map data view choose “Add to active map…”

Feature classes are now visualized as feature layers in the Map data view with a predefined simple style.

Rasters are added to a raster layer using a simple gradient fill style.
./WorkingWithMapDataView/image2.png

Map navigation and properties

Description Illustration
Basic navigation functionality such as zoom in and out, pan is located in the Map data view toolbar.

The “Select object” mode allows for choosing objects such as the map data view itself or the feature layer legend.
./WorkingWithMapDataView/image3.png
Clicking somewhere on the map data view displays the general Map properties.

These allows for modifying back-ground color, adding titles, scales, north arrow and display some of the non-editable map properties (e.g. coordinate system).
./WorkingWithMapDataView/image4.png
Clicking on a Feature layer in the legend displays the associated properties of that particular feature layer including the styles to use when drawing the feature layer. ./WorkingWithMapDataView/image5.png
Each style provides various options for changing the appearance of how a feature class is displayed including layout, color coding, text labeling etc.

Please refer to “Map Layout Options” for details.
./WorkingWithMapDataView/image6.png

Map layout options (vector data)

Description Illustration
Feature classes may be presented in the map data view using feature class attribute values to create different types of color scales and legends.

To modify the appearance of a feature layer click select the relevant legend in the map data view.
./WorkingWithMapDataView/image5.png
The associated property dialogue provides a number of options for changing the appearance of a feature layer. ./WorkingWithMapDataView/image7.png
The “style type” contains a list of different feature layer styles ./WorkingWithMapDataView/image8.png
Clicking the Map data view provides a limited number of general map options such as “North arrow”, “Scale” and “Title”. ./WorkingWithMapDataView/image9.png
Clicking a specific feature class in the tree view opens the feature class properties.

In relation to map layout only the “Display Attribute” is relevant.

The “Display attribute” will be added to the map if the “Text style” -> “Visible” is set to True in the Feature layer properties.
./WorkingWithMapDataView/image10.png

Map layout options (raster data)

Description Illustration
Grid type rasters are displayed using a gradient fill based on the value of the raster pixels.

Image rasters are automatically displayed using the color values for each pixel.

You can modify the colors and value range used to display grid type rasters.

Image rasters cannot be modified. To modify a grid type raster, click on the layer name in the legend.
./WorkingWithMapDataView/image11.png
The associated property dialogue provides a number of options for changing the appearance of a raster layer.

Expand the Layer Style node to see all the options.
You can quickly select a preset gradient by choosing one of the pre-defined raster pallets.

If you want more control over the gradient colors, you can set the lower value color and upper value color directly.

In addition, you can set the upper and lower values to be used to control what range the gradient will span.

Finally, you can set the transparency of the raster so that you can view other rasters “underneath” the top layer raster.

Adding charts to a map

Description Illustration
Pending Pending
Pending Pending

Selecting features

Description Illustration
Click “Select features” in the toolbar. ./WorkingWithMapDataView/image14.png
Select features by clicking on the map.

Note that only features on the “active layer” can be selected (here Ethiopia is selected).
./WorkingWithMapDataView/image15.png
Multiple features can be selected by holding SHIFT key when clicking on features or by dragging the mouse while clicking for draw a rectangle.

All features intersecting the rectangle will be selected.

Selecting features using spatial query tools

Description Illustration
Different spatial query tools are available.

The spatial query menu entry is enabled if one or more features have been selected.
./WorkingWithMapDataView/image16.png
All spatial query tools require that a “selection layer” is defined.

The selection layer contains features to be selected using a spatial query.

E.g. a query could be “find dams located within Ethiopia”.

This query would require: 1: the feature “Ethiopia” is selected in the feature class “Countries” 2: The feature class “Dams” is used as “selection layer”.
./WorkingWithMapDataView/image17.png
The result would be as illustrated in the graphics. ./WorkingWithMapDataView/image18.png
If the attribute data table is open during a spatial query the selected features will be highlighted in the table view as well as on the map. ./WorkingWithMapDataView/image19.png
A number of different spatial queries are available. ./WorkingWithMapDataView/image20.png

Selecting features by querying by attributes

Description Illustration
To query features by attributes, start by setting the active layer. ./WorkingWithMapDataView/image21.png
The attribute query tool is found in the Query drop-down list. ./WorkingWithMapDataView/image22.png
Example 1: This query selects all features where attribute “name1_” starts with the letter “E”. ./WorkingWithMapDataView/image23.png
Example 2: This query selects all features with attribute “area” between 100,000 and 400,000. ./WorkingWithMapDataView/image24.png
The result of the above query on a specific feature class is illustrated to the right.

Note that map view and data table are synchronized.

Note that the two queries in Example 1 and Example 2 could be combined in one joint query.
./WorkingWithMapDataView/image25.png

Saving selected features in a new feature class

Description Illustration
If individual features have been selected in the map, either using the selection tool or using spatial or attribute query tools, the selected features may be saved in a new feature class. ./WorkingWithMapDataView/image26.png
Use the “To database” tool to save the selected features to a new feature class.

See “To database” tool for further details.
./WorkingWithMapDataView/image27.png

Saving raster data

Description Illustration
If you create a new raster using a tool such as the raster interpolation tools (see GIS Tools for vector data processing below), you can save this to the database.
First, select the raster layer you created by clicking on its name in the legend. ./WorkingWithMapDataView/image28.png
Then, select and run the To Database tool in the Tools Explorer. ./WorkingWithMapDataView/image29.png
This will permanently save the raster to the raster database. ./WorkingWithMapDataView/image30.png

Zonal statistics tool strip

Description Illustration
The zonal statistics tools allow you to calculate basic statistics about the grid cell values in a raster within a specific area.

There are two options to define the area, you can define the area by drawing a polygon on the screen, or you can select a feature.

To calculate zonal statistics, the raster layer must be selected in the legend.
./WorkingWithMapDataView/image31.png
When selecting Zonal Statistics by Polygon, draw the polygon on the screen over the raster by clicking.

To finish the polygon, double-click.
./WorkingWithMapDataView/image32.png
To calculate statistics within a polygon feature, the feature layer you want to select from must be the active layer, and the raster layer must be selected in the legend.

Click on the feature you want to calculate statistics for.
The zonal statistics will be displayed in the Properties dialog.