ArcGIS Desktop

  • Documentation
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS Desktop

A complete professional GIS

ArcGIS Enterprise

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Dynamic Update XY

  • Summary
  • Usage
  • Syntax
  • Code sample
  • Environments
  • Licensing information

Summary

Updates geometry or specified X, Y coordinate attributes for point feature classes in the ArcGIS for Aviation: Charting. Many points feature classes in an aeronautical data model store geometry as an attribute. This tool synchronizes geometry and coordinate attribute edits made on point features.

If you create a point feature class from X, Y coordinates, then move a point, the original X, Y attributes do not update with this change. If you edit attribute coordinates, the associated feature point does not move. The attribute coordinates in the attribute table may not match the feature geometry. This tool automatically updates and synchronizes your existing features.

Usage

  • You need to define the settings that will determine which feature classes and fields will participate in the dynamic updates before running this tool.

  • Input Workspace must contain all the feature classes listed in Input Feature Classes and supporting aeronautical tables (such as PROPERTIES). The tool returns Error 090016 The Dynamic Update X,Y Coordinate properties must be set before running this tool if you use a workspace missing these tables.

Syntax

DynamicUpdateXY_aviation (in_workspace, input_feature_class_list, input_update_method, input_update_priority)
ParameterExplanationData Type
in_workspace

The workspace that contains the input feature classes. This workspace must also contain the PROPERTIES table that describes how the input feature classes are updated.

Workspace
input_feature_class_list
[input_feature_class_list,...]

The feature classes to be updated.

String
input_update_method

Indicates the processing extent of the update.

  • SELECTED_FEATURES —Default if features are selected and disabled if no features are selected. Only available in ArcMap.
  • FULL_EXTENT —Runs on the full extent of the data—the entire dataset.
String
input_update_priority

Indicates if geometry or attributes are updated.

  • UPDATE_GEOMETRY —Geometry is changed to match the attributes.
  • UPDATE_ATTRIBUTES —Attributes are changed to match the geometry.
String

Code sample

DynamicUpdateXY example (Python window)

The following Python window script demonstrates how to use the DynamicUpdateXY tool.

# workspace with inFeatures data and PROPERTIES table
inWorkspace = "c:/data/dynamicUpdateXY.gdb"

# features to update
inFeatures = "Schools"

# update type
inUpdateMethod = "FULL_EXTENT"
inUpdatePriority = "UPDATE_ATTRIBUTES"

# execute DynamicUpdateXY tool
arcpy.DynamicUpdateXY_aviation(inWorkspace,inFeatures,inUpdateMethod,inUpdatePriority)

Environments

  • Current Workspace

Licensing information

  • ArcGIS Desktop Basic: No
  • ArcGIS Desktop Standard: No
  • ArcGIS Desktop Advanced: Requires Aviation Charting

Related topics

  • An overview of the Data Editing toolset

ArcGIS Desktop

  • Home
  • Documentation
  • Support

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
Tell us what you think.
Copyright © 2017 Esri. | Privacy | Legal