Select to view content in your preferred language

Spatial Reference

994
4
08-03-2011 09:03 AM
TedCronin
MVP Alum
Has spatial ref changed for 10.1?

Where is the doc for prj files, since there is no node in catalog?

found it,  projected_coordinate_systems.pdf ArcGIS\doc
Tags (2)
0 Kudos
4 Replies
TedCronin
MVP Alum
Yes, it has, and prj files are not included as a node, or installed, as I understand it.
0 Kudos
DavidWynne
Esri Contributor
Yes, it has, and prj files are not included as a node, or installed, as I understand it.


Yes, 'prj' files are gone at 10.1.  From the Python perspective it shouldn't matter much, we will still 'recognize' the files even though they don't technically exist.  So if you used a direct path to one of the installed prj files at 10.0 as input to the SpatialReference class--it will still work at 10.1 as it did at 10.0.

A few better options at 10.1 though, the sr name or factory code will work as well.
-Dave
0 Kudos
ThomMackey
Regular Contributor
This is pretty interesting; is there documentation about the differences?
0 Kudos
DavidWynne
Esri Contributor
This is pretty interesting; is there documentation about the differences?


Have a look at the SpatialReference page here: http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/SpatialReference/018z0000000v000000/ and also here: http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#//002z0000001m000000.htm

Does that provide what you're looking for?

-Dave
0 Kudos