Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Environment Settings > General settings

XY Resolution

Release 9.3
Last modified December 17, 2008
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "General settings"


Related Topics

NOTE: This environment is only applicable to ArcGIS 9.2 or higher.



Specify the XY resolution that will be used for processing and set to the output geodataset.

Learn more about XY resolution.


Usage tips




Command line syntax

An overview of the command line window

XYResolution <linear unit>


Parameters Explanation Data type
<Linear unit> The XY resolution of a feature class or a feature dataset is the numeric precision used to store the coordinates. The XY resolution, expressed as a very small distance, refers to the number of significant digits used to store coordinate values.
The default resolution for feature classes created in ArcGIS 9.2 and later releases is 0.0001 meter or its equivalent in map units.
Linear Unit

Data types for geoprocessing tool parameters

Command line example



XYResolution 0.002


Scripting syntax

An overview of scripting in geoprocessing

XYResolution (Linear unit)


Parameters Explanation Data type
Linear unit (Required) The XY resolution of a feature class or a feature dataset is the numeric precision used to store the coordinates. The XY resolution, expressed as a very small distance, refers to the number of significant digits used to store coordinate values.
The default resolution for feature classes created in ArcGIS 9.2 and later releases is 0.0001 meter or its equivalent in map units.
Linear Unit

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "h:/workspace"
gp.XYResolution = "0.002"


Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.