Esri specialist 在社區中對ArcGIS9.2 xy domain設定進行修改的原因的經典描述

來源:互聯網
上載者:User
 If you set the coordinate system when creating a new feature class or dataset, we use the coordinate system's (map projection) valid extent. This is larger than the coordinate system's valid area of use. For example, in your case, the extent of North Carolina is the valid area of use. The 'valid extent' is what's supported mathematically by the Lambert conformal conic projection which covers a much larger area.

For geographic coordinate systems, the valid extent is greater than the world.

We usually set the minimum extent/domain and resolution values. That often means that the maximum values are much larger than required. This could happen prior to 9.2 too, but wasn't as obvious.

There are several reasons we do this. One is that we have the information available about the valid extent available now. Two, with "high precision" aka 64bit/53bit, we can support the valid extent and also maintain reasonable resolution values. If you use the actual area of use of your data in a high precision gdb, the resolution value will be ridiculously small, which can cause performance problems.

You may have seen the 2147483647 value before in connection with the pre-9.2 geodatabase? Values, after an internal conversion using the domain and precision (1/resolution), had to fit between 0 and 2147483647. At 9.2, we now use 2^53-2 or 9007199254740990 for the max permitted value. We have a lot more space to work with.

There's going to be a white paper on this, in a month or so.

So, the things to remember at 9.2 when setting up a feature class/dataset are:

1. set the coordinate system
2. The tolerance values should reflect the accuracy of your data.
2. The resolution values should be at least 10 times smaller than the corresponding tolerance values. The resolution values dictate the minimum distance between two points in the feature class.

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.