Introduction to editing in 3D

The ArcGIS editing environment is available in all three ArcGIS viewing applications—ArcMap, ArcGlobe, and ArcScene. Features can be created, updated, and deleted directly within their current display environment.

To edit in a 3D view, you will need to have an ArcView license (or higher) plus the ArcGIS 3D Analyst extension. This will give you access to both ArcGlobe and ArcScene—the two 3D viewing applications for ArcGIS—inside which you can display, analyze, and maintain your GIS data within a 3D context.

How is 3D editing the same as 2D editing?

The general process for editing in 3D is exactly the same as the one you are used to in ArcMap. You start an edit session for a particular workspace, make your edits, and either save or discard your edits when you close the session.

The following are examples of other operations that are the same in 2D and 3D:

How is 3D editing different from 2D editing?

The fundamental difference between editing features in 2D versus 3D is the consideration of the z-value of the geometry being created or updated.

When defining the geometry type of feature classes, there is an option to also embed z-values inside the Shape field. This option allows you to store height information inside the feature's geometry and is a necessary part of defining 3D GIS features. A z-value is stored inline with each x,y vertex, so a point feature would have one z-value per feature, while lines and polygons can have separate z-values for each vertex in their shape. When creating features with 3D geometry, the same level of care needs to be given to all three coordinates.

A further complication is that you can use feature attributes to define the height of a feature—for example, helicopter positions could easily be defined as 2D point features that also contain a separate field for the altitude. In these cases, the z-values are not inside the actual geometry but rather are defined and maintained as feature attributes.

Given that a feature's base height can come from alternative locations, and this information is defined using layer properties, it is critical that when you edit in 3D that you know how the z-values for each of your 3D layers are applied.

Another key concept for 3D editing is the idea of draping features onto a surface. Many features that you would like to edit ( or create/maintain) inside a 3D view, such as trees, roads, or study areas, live on the elevation surface and therefore do not need z-values at all. These can be 2D features that dynamically locate themselves on the ground using a separate elevation data source, which removes the need for maintaining z-values. If, at a later date, z-values are needed for analysis— for example, At what altitude range do my oak trees grow? or What's the maximum slope of this road?—z-values can always be pulled from the underlying surface data using geoprocessing tasks such as Interpolate Shape.

When should you edit inside a 3D view?

Editing the geometry of features in 3D is more complicated than in 2D, so it is expected that you will continue to do the bulk of your geometry edits inside ArcMap. When editing GIS features directly inside 3D, consider using ArcScene for your localized, precision edits, and using ArcGlobe for globally managing sketches and feature placement.

Recommended and required cases where you would need to edit inside a 3D view are:

Editing in 3D does not support:

Important considerations when editing in 3D

The most important consideration when editing in 3D is familiarity with your data and your layer settings.

For example, if you click to add a tree feature on top of a building—but the data is a 2D point feature class that is defined as being draped on the surface—the final displayed location of the new tree feature will be at the clicked x,y location but the feature's height will come from the surface. As a result, the tree will appear inside the building and probably out of your immediate view. By knowing your data and how it is being symbolized in 3D, this kind of confusing behavior can be avoided.

Other important considerations include these:

Related Topics


6/11/2012