> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/windows/project/geometry/modifying-geometries.md).

# Modifying Geometries

You can view the properties and features of a Geometry by clicking the **Properties** button:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2FTWkoIbUrkFnDPjNzhgs5%2Fimage.png?alt=media&amp;token=434e7197-21ea-4088-8948-b1647d8f7d9e" alt=""><figcaption></figcaption></figure>

## Adding and Removing Features&#x20;

In the **Geometry Properties** dialog, you can remove features by selecting the row of the feature, right clicking, and select **Remove Selected Features**:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2FNP2zdaLUOMP6KPcXRRw1%2Fimage.png?alt=media&amp;token=c01386a8-335f-45f0-8434-1668edf777ba" alt=""><figcaption></figcaption></figure>

To add features, use the [**Picks**](/spatialexplorer-8-and-9/user-interface/windows/measurements-window.md) windows to create a geometry. Ensure that the correct geometry is open for editing:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2FKejZeENy4IysUIGwavfN%2Fimage.png?alt=media&amp;token=001ae7fc-ceee-42b7-9958-c087f8d8cb06" alt=""><figcaption></figcaption></figure>

## Editing Geometry Properties

Many geometry formats (SHP, KML, etc) support adding custom fields to features within a geometry. By default, all features created contain a user-modifiable string field "**Description**". You can double click fields to edit them.

You can add or remove custom fields by right clicking the header and selecting **Remove Current Column** or or **Add Column**:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2Ft97sh32peM2NEqHW0Pwk%2Fimage.png?alt=media&amp;token=5858ac9f-fa5d-438d-8a3c-995714ba7d07" alt=""><figcaption></figcaption></figure>

When adding a column or field, specify the name of the column and **Column Type**:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2FrzVB6RJA69eygExh6okP%2Fimage.png?alt=media&amp;token=f4c0518d-76f8-40c2-bb48-3127052b0e69" alt=""><figcaption></figcaption></figure>

The following generic **Column Types** are available:

| Type Name      | Description           |
| -------------- | --------------------- |
| String         | Text entry            |
| Double         | Decimal number        |
| 32 bit Integer | 32-bit integer number |
| 64 bit Integer | 64-bit integer number |

You can then input values, per feature, for the custom field:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2FbsmrKFyrCFRT59zkjzj2%2Fimage.png?alt=media&amp;token=75e255a8-d815-4430-a5a2-e7b502f5a5db" alt=""><figcaption></figcaption></figure>

## Saving Geometries

Once a geometry is modified, either by modifying fields or by adding/removing features, the geometry file will be unsaved. This unsaved state is indicated by italicizing and asterisking the name:

<figure><img src="https://2222094320-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdEevfLZRIk38LUPwDa4V%2Fuploads%2FlDyxBuX2NYuGvmaicvtR%2Fimage.png?alt=media&amp;token=5fa3c136-d2d5-4201-b38d-60d84cd02b12" alt=""><figcaption></figcaption></figure>

To save the geometry, select it and click the **Save** icon.&#x20;

## Exporting Geometries

Geometries by default are stored as KML, due to KML's flexible structure and ability to accept user-defined fields. You can export geometries to other formats using the [Export](/spatialexplorer-8-and-9/user-interface/toolbars/workflow/export.md) tool.&#x20;

{% hint style="warning" %}
Most geometry types have limitations regarding user-defined fields. KML/KMZ is rather flexible, as it's XML structure allows users to define custom fields with minimal limitations. If you plan on exporting to a different geometry type (e.g. SHP or DXF), ensure that the fields and field names comply with the geometry structure definition. &#x20;
{% endhint %}
