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

Output XY domain

Release 9.2
Last modified September 4, 2007
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Geodatabase settings"


Related Topics

Allowable coordinate range for x,y coordinates.


Usage tips




Command line syntax

An overview of the command line window

xydomain <xydomain>


Parameters Explanation Datatype
<xydomain> Allowable coordinate range for x,y coordinates. The domain may be specified in one of two ways:
Specify the following values:
  • X Min—Minimum x coordinate value.
  • Y Min—Minimum y coordinate value.
  • X Max—Maximum x coordinate value.
  • Y Max—Maximum y coordinate value.

or
Specify the following values:
  • X Min—Minimum x coordinate value.
  • Y Min—Minimum y coordinate value.
  • Precision—the precision value to be applied.
String

Data types for geoprocessing tool parameters

Command line example



XYDomain "9689921.98576562 6367694.31454068 27282108.0219896 23959880.3507647"
XYDomain "9689921.98576562 6367694.31454068 122"



Scripting syntax

An overview of scripting in geoprocessing

xydomain (xydomain)


Parameters Explanation Datatype
Expression Explanation
XYDomain (Required)
Allowable coordinate range for x,y coordinates. The domain may be specified in one of two ways:
Specify the following values:
  • X Min—Minimum x coordinate value.
  • Y Min—Minimum y coordinate value.
  • X Max—Maximum x coordinate value.
  • Y Max—Maximum y coordinate value.

or
Specify the following values:
  • X Min—Minimum x coordinate value.
  • Y Min—Minimum y coordinate value.
  • Precision—the precision value to be applied.
String

Data types for geoprocessing tool parameters

Script example



# Create the geoprocessor
import arcgisscripting
gp = arcgisscripting.create()

gp.XYDomain = "9689921.98576562 6367694.31454068 27282108.0219896 23959880.35076"

except:
    # If an error occurred print the message to the screen
    print gp.GetMessages()


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