惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
博客园 - Franky
J
Java Code Geeks
V
Visual Studio Blog
G
Google Developers Blog
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
博客园 - 【当耐特】
IT之家
IT之家
I
InfoQ
U
Unit 42
C
Check Point Blog
Martin Fowler
Martin Fowler

博客园 - GIS云中飞鹏

ArcGIS Server 9.3 REST基础教程 ArcGIS_系列视频教程::精品大放送 VS2005中删除最近打开的项目和文件的记录 [资源共享]C#+AE构建GIS桌面端应用系统框架-全代码 - GIS云中飞鹏 - 博客园 2008ESRI中国区域用户大会资料已经共享!!!^_^ 刻录机放入光盘,出现函数不正确的解决方法! ArcSDE初级教程下载 ArcIMS HTML Viewer开发经典教程:Customizing the HTML Viewer下载 “全国信息化工程师—GIS应用水平考试”考试复习资料下载! ArcObjects GIS应用开发——基于C#.NET--PDF下载 oracle 10g默认用户名、密码解锁 自己定制的SymbolSelectForm效果及VB.NET源码 ArcGIS Engine 怎样给PageLayout替换模板 用AE创建气泡式提示框的方法-VB.Net源码(转载) - GIS云中飞鹏 - 博客园 VS在Debug时检测到Loaderlock的解决办法 - GIS云中飞鹏 - 博客园 【ArcGIS Server 开发系列】Flyingis六大系列讲座精品PDF奉献 公司数据部培训讲义:ArcMap数字化培训教程 如何改变ArcIMS92图例字体大小中? - GIS云中飞鹏 - 博客园 在ArcGisEngine 开发中如何在Toolbar控件上添加Combobox等其他控件?
ArcGIS Unknown Spatial Reference问题解疑(转载) - GIS云中飞鹏
GIS云中飞鹏 · 2008-08-13 · via 博客园 - GIS云中飞鹏

ArcGIS Unknown Spatial Reference问题解疑

shp文件在Arcgis打开后经常因为原有坐标系无法识别而丢失信息,出现以下提示信息:

"Unknown Spatial Reference
The following data sources you added are missing spatial reference information. This data can be drawn in ArcMap, but cannot be projected."

今天偶然见终于找到了解决方法。先给出ESRI Supporter Center关于这个问题给出的解决方法:

***********************************************************************************************************

Error:  Unknown Spatial Reference

Article ID: 31999
Software:  ArcGIS - ArcEditor 9.0, 9.1, 9.2 ArcGIS - ArcInfo 9.0, 9.1, 9.2 ArcGIS - ArcView 9.0, 9.1, 9.2
Platforms: N/A

Error Message

Adding data to ArcMap which does not have the coordinate system or projection defined displays the following error message:
"Unknown Spatial Reference
The following data sources you added are missing spatial reference information. This data can be drawn in ArcMap, but cannot be projected."

Cause

The data does not have a coordinate system or projection defined.
This message is returned for all data types which can be added to ArcMap including geodatabase feature classes, shapefiles, coverages and CAD data, as well as supported raster or image formats which do not have a coordinate system definition.

Solution or Workaround

Identify and define the coordinate system for the data, using the Define Projection Tool in ArcToolBox > Data Management Tools > Projections and Transformations or the data's property page in ArcCatalog.

***********************************************************************************************************

--------------------------------------------------------------------------

其实这个解决方案是对的,以前也按照这个方法试过,但是没有成功,关键点在这里:

ArcToolBox > Data Management Tools > Projections and Transformations > Define Projection,这里要给文件加入的坐标系统应当是地理坐标系统Geographyical Coordinate System),下一步再将投影转换到你所要的投影系统下。

--------------------------------------------------------------------------

我觉得之前失败原因在这里:因为软件无法识别空间参考信息,所以要先定义椭球体(定义地理坐标系,相当于去掉原有的投影),然后再投影(Projection)。之前我们总想一步到位,软件本来就不识别文件的投影信息,你让它转换到另一个投影下,自然有点难为它了。关于地理坐标系和投影坐标系的区别就不再赘述了。