Editing Polygon items

Note: Ensure you are familiar with the meanings of the image status options of editable, hittable, visible and invisible before proceeding with this topic, see Overlays Dialogs.

Polygon items

Notes on editing special types of Polygon items

Selecting Polygon items

Changing the outline of a Polygon item

Measuring Polygon items

Changing a Polygon item's seed point

Slicing a Polygon item with a LineString item

Deleting a Polygon item inside/outside an overlapping Polygon item

Converting a Polygon item into a LineString item

Changing a Polygon item's clockwise property

Converting a Polygon item to topology

Creating 3D surfaces from Polygon items

Boolean Operations

Editing MultiPolygons

Editing QZones

Polygon items

A Polygon item is a distinct class of item with its own set of properties. Polygon items include:

Simple Polygons see Creating Polygon items
MultiPolygons see Creating Polygon items
Map Frames see The Map Frame
TopoPolygons see Topology
QZones see Creating Polygon items
Buffer zones see Spatial Analysis
Thiessen areas see Spatial Analysis

Back to top of page

Notes on editing special types of Polygon items

Map Frames are Polygon items which can be edited using the same operations as other Polygon items. However, as they can have additional properties such as a key map, north point symbol, legend, etc., they also have additional editing possibilities. See Print Templates.

TopoPolygons are a special type of topologically structured Polygon (area) item which have knowledge of their spatial relationships. Their boundaries are made up not of ordinary LineString items, but of special topological LineString items, called Links and TopoLineStrings. There are therefore some differences in the way they are edited. See Editing a Network.

QZones are raster Polygon items, and so editing is limited to Boolean edits and to changing the brush property.

Back to top of page

Selecting Polygon items

You can select Polygon items by snapping onto their boundary outline or anywhere in their interior. See Selecting Graphics.

Back to top of page

Changing the outline of a Polygon item

When selected, a Polygon item displays grab handles at its vertices:


You can move these (by highlighting the grab handle and moving it) or delete them (by highlighting the handle and pressing Backspace) to change the outline of a polygon item. You can add additional vertices by holding the Ctrl key down and clicking.

See Editing LineString items.

Back to top of page

Measuring Polygon items

See Measure Area [Home-Measurement].

Back to top of page

Changing a Polygon item's seed point

The origin of a polygon item is its seed point. Therefore you can see where an area item's seed is by examining its properties.

The seed point of a Polygon is used to place Thematic Bar Charts, Pie Charts, and Labels Themes and is also used for some geometrical tests.

When you create a Polygon item, the seed is placed in a default position. This will always be inside the Polygon, and will be at its centre if possible. However, there are times when you may want to change the seed position.

  1. Select the Polygon item, then select its item command Set Seed, accessed from Set Seed or using the right-hand mouse button.
  2. Click at the required location for the seed.

Back to top of page

Slicing a Polygon item with a LineString item

See Slice [Edit-Geometry].

Back to top of page

Deleting a Polygon item inside/outside an overlapping Polygon item

Snip Inside [Edit-Geometry] and Snip Outside [Edit-Geometry] can be used to snip away portions of selected Polygon item(s) which fall inside or outside another Polygon item.

See Editing LineString items.

Back to top of page

Converting a Polygon item into a LineString item

A simple Polygon item or Map Frame can be converted into a LineString item by selecting it, then using Unfill [Create-Edit].

In the case of a Map Frame, it causes the contents of the Map Frame to be removed, you may want to do this when creating a new print template. See Print Templates.

Back to top of page

Changing a Polygon item's clockwise property

A Polygon item’s Clockwise property is determined by the direction in which it is drawn. You can change the Clockwise property by using Reverse [Edit-Geometry].

Some GIS and CAD systems treat clockwise areas differently from anti-clockwise areas. In earlier versions of SIS, clockwise Polygon (area) items had negative values for their _area# property. This is no longer the case - all Polygons now have a positive area value.

Back to top of page

Converting a Polygon item to topology

A simple Polygon or MultiPolygon item can be converted into a TopoPolygon, using Geometry to Topology [Topology-Convert]. The LineString items making up its boundary are converted into links.

See Editing Topology.

Back to top of page

Creating 3D surfaces from Polygon items

You can create 3D surface items from Polygon items using Triangulate [Create-3D]. See 3D in SIS.

Back to top of page

Boolean Operations

A Boolean operation typically uses the operators AND, OR, and NOT to construct a more complex condition or object from simpler criteria. Boolean operations have become part of spatial searching and editing in GIS software.

Boolean editing operations combine the selected geometry using the chosen Boolean method. Some methods produce multi-geometry items.

The new item takes on the properties and attributes of the dominant item, so the commands sometimes show a dialog for selecting which item should be dominant. This does not appear if a choice is not necessary (for instance, if all selected items have the same style, data and height).

The height of the new item is the height of the dominant item, or the height of the dominant item’s origin if the dominant item does not lie on a plane parallel to the XY plane.

Boolean operations on Polygon items are especially useful. They may be carried out on any combination of Polygon items, although there are some differences with Polygons and TINs.

TopoPolygons may be combined together using these commands, but they cannot be combined with other Polygon items.

TIN items are converted to simple Polygon items when using these commands.

Command

Description

Union
[Analysis-Boolean Operations]

Replaces selected items with an item
containing combined geometry.

 

Intersect
[Analysis-Boolean Operations]

Replaces selected items with an item
containing common geometry.

 

Subtract
[Analysis-Boolean Operations]

Subtracts the geometry of the other
selected items from one of the
selected items.

Symmetric Difference
[Analysis-Boolean Operations]

Replaces selected items with an item
containing alternating geometry
(Exclusive Or).

Dissolve
[Analysis-Boolean Operations]

Merges items based on Attribute
values.

Back to top of page

Editing MultiPolygons

Selecting a MultiPolygon

Clicking anywhere on a MultiPolygon item area selects the whole MultiPolygon item area. The Area property value indicates the total area of the MultiPolygon item.

Editing a MultiPolygon

To remove a single Polygon from a MultiPolygon, select the MultiPolygon, then choose Remove Geometry [Create-Edit] and click on the Polygon to remove. Alternatively you can use Decompose [Create-Edit]. Decompose [Create-Edit] converts the MultiPolygon back into its component Polygons.

Where you have a MultiPolygon which was created from overlapping Polygon items, the overlap would have been converted into a hole. If you later decompose a MultiPolygon with a hole, you do not get the original Polygon items back. Instead, you get these Polygon items minus the hole:

Measuring MultiPolygons

If you use Measure Area [Home-Measurement] on a MultiPolygon item, or look at its Area property, you will find that the area value reported is the total (of it's area item components).

Where you have a MultiPolygon items with holes, the area of the holes is subtracted.

Back to top of page

Editing QZones

QZones are raster items and therefore options for editing them are limited. However, as the QZone does not replace the item from which it was created, the original item remains and another QZone can be created with the new parameters required.

Limits on editing QZones

QZones are raster items and therefore options for editing them are limited. However, as the QZone does not replace the item from which it was created, the original item remains and another QZone can be created with the new parameters required.

Creating grids from QZones

You can convert an existing QZone into a grid, using its local command Convert to Grid:

See Grid Items.

Resolution of QZones

The resolution of a QZone is the size of the smallest square of which it is composed. When creating a QZone, you can decide the size of the smallest square (the Cell size option). Boolean operations (such as finding overlapping areas) are only as accurate as the reported resolution.

Other features of QZones

QZones are raster items, but they have some of the usual Polygon item properties, such as brush.

QZones can be used in conjunction with most of the commands used with area items. Some examples are:

If you rotate a QZone, its component squares are also rotated. If the QZone is subsequently used for a procedure such as an Edit/Find..., the system will need to temporarily align the squares of the rotated QZone to the projection in order to carry out the search. This may make the process slow.

QZones provide a faster way of querying data than area buffers, but they are less accurate.


Top of page

Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).