This parameter is only
used when creating new feature classes. It is not used by the File-based
Geodatabase writer, as default values are used for the domain and resolution.
A scaling conversion factor from world units to integer system units for all feature classes and all feature datasets. This is used to specify the level of precision to keep when storing XY coordinates, since all coordinates are stored as integers.
The x,y scale is the inverse of the spatial reference's XY Resolution. The resolution is defined as the minimum unit in map units that separate unique x values and unique y values for feature coordinates.
Examples
- If the XY scale is defined to be 100, which corresponds to the XY resolution of .01 units, then an x value of 3.03 is considered different than
3.04, but the same as 3.033.
- If you have the coordinate (5.354, 566.35) and you
set the XY scale to be 100, then the coordinate stored will be (5.35,
566.35).
For more information, see Esri's documentation on the properties of a Spatial
Reference.
The default value is 100 when writing to an Enterprise Geodatabase
and 0 when writing to a Personal Geodatabase.