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

推荐订阅源

AI
AI
TaoSecurity Blog
TaoSecurity Blog
H
Heimdal Security Blog
Help Net Security
Help Net Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Microsoft Azure Blog
Microsoft Azure Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Google DeepMind News
Google DeepMind News
爱范儿
爱范儿
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
大猫的无限游戏
大猫的无限游戏
N
News | PayPal Newsroom
V2EX - 技术
V2EX - 技术
博客园 - 【当耐特】
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
Secure Thoughts
C
CERT Recently Published Vulnerability Notes
罗磊的独立博客
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Privacy & Cybersecurity Law Blog
有赞技术团队
有赞技术团队
S
Schneier on Security
S
SegmentFault 最新的问题
Google Online Security Blog
Google Online Security Blog
H
Hacker News: Front Page
The Last Watchdog
The Last Watchdog
Schneier on Security
Schneier on Security
PCI Perspectives
PCI Perspectives
IT之家
IT之家
Project Zero
Project Zero
博客园 - 司徒正美
P
Privacy International News Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Jina AI
Jina AI
Security Latest
Security Latest
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
C
CXSECURITY Database RSS Feed - CXSecurity.com
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
V
Vulnerabilities – Threatpost
W
WeLiveSecurity
NISL@THU
NISL@THU
Webroot Blog
Webroot Blog
N
Netflix TechBlog - Medium
L
Lohrmann on Cybersecurity

博客园 - 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)。之前我们总想一步到位,软件本来就不识别文件的投影信息,你让它转换到另一个投影下,自然有点难为它了。关于地理坐标系和投影坐标系的区别就不再赘述了。