因为arcgis10的schema和arcgis9的schema发生了很大的变化,详细可以查看: Geodatabase10新特性 ArcSDE10新特性-系统表解析 下面我们介绍一下怎么在数据库里面查看,以Oracle数据库为例,因为SQL Server比较简单,直接查看即可 假如说我们对ArcSDE里面的一个
因为arcgis10的schema和arcgis9的schema发生了很大的变化,详细可以查看:
Geodatabase10新特性
ArcSDE10新特性-系统表解析
下面我们介绍一下怎么在数据库里面查看,以Oracle数据库为例,因为SQL Server比较简单,直接查看即可
假如说我们对ArcSDE里面的一个名字叫ter1的要素类设置相关的元数据信息

为了好辨认,我就使用了上面的信息
那么我们在数据库中查询
C:\Users\Administrator>sqlplus sde/sde@orcl
SQL*Plus: Release 11.2.0.1.0 Production on 星期三 5月 23 15:55:46 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select documentation from gdb_items where name ='TEST.ter1';
DOCUMENTATION
-------------
311SQL> select sde.sdexmltotext(xml_doc) as xml from sde_xml_doc2 where sde_xml_id=311; XML -------------------------------------------------------------------------------- <metadata xml:lang="zh"><Esri><CreaDate>20120523</CreaDate><CreaTime>09083600</C reaTime><SyncOnce>FALSE</SyncOnce><SyncDate>20120523</SyncDate><SyncTime>1504100 0</SyncTime><ModDate>20120523</ModDate><ModTime>15362900</ModTime><DataPropertie s><lineage><Process ToolSource="D:\Program Files (x86)\ArcGIS\ArcToolbox\Toolbox ...... XML -------------------------------------------------------------------------------- ed.</useconst><natvform Sync="TRUE">File Geodatabase Feature Class</natvform></i dinfo><dataIdInfo><envirDesc Sync="TRUE">Microsoft Windows 7 Version 6.1 (Build 7601) Service Pack 1; Esri ArcGIS 10.1.0.2944</envirDesc><dataLang><languageCode Sync="TRUE" value="zho"/><countryCode value="CHN" Sync="TRUE"/></dataLang><idCi tation><resTitle Sync="TRUE">TEST.ter1</resTitle><pre class="brush:php;toolbar:false;"sForm><pre class="brush:php;toolbar:false;"sFormCd Sync="TRU E" value="005"/></presForm></idCitation><spatRpType><SpatRepTypCd Sync="TRUE" va lue="001"/></spatRpType><idPurp>qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq</idPurp><idA bs><DIV STYLE="text-align:Left;"><DIV><P><SPAN>eeeeeeeee eeeeeeeeeeeeeeeeeeeeeee</SPAN></P></DIV></DIV></idAbs><i dCredit>rrrrrrrrrrrrrrrrrrrrrrrrrr</idCredit><searchKeys><keyword>wwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwwww</keyword></searchKeys><resConst><Consts><useLimit><DIV XML -------------------------------------------------------------------------------- STYLE="text-align:Left;"><DIV><P><SPAN>ttttttttttttttttttt ttttttttt</SPAN></P></DIV></DIV></useLimit></Consts></re sConst><dataExt><geoEle xmlns=""><GeoBndBox esriExtentType="search"><westBL>r</w estBL><eastBL>e</eastBL><northBL>r</northBL><southBL>r</southBL><exTypeCode>1</e xTypeCode></GeoBndBox></geoEle></dataExt></dataIdInfo><metainfo><langmeta Sync=" TRUE">zh</langmeta><metstdn Sync="TRUE">FGDC Content Standards for Digital Geosp atial Metadata</metstdn><metstdv Sync="TRUE">FGDC-STD-001-1998</metstdv><mettc S ync="TRUE">local time</mettc><metc><cntinfo><cntorgp><cntper>REQUIRED: The perso n responsible for the metadata information.</cntper><cntorg>REQUIRED: The organi zation responsible for the metadata information.</cntorg></cntorgp><cntaddr><add rtype>REQUIRED: The mailing and/or physical address for the organization or indi
-------------------------------------------------------------------------------------------------------
QQ一群: 78773981(已满)
QQ二群: 225989940
Blog: http://blog.csdn.net/linghe301
Weibo: http://www.weibo.com/linghe301
------------------------------------------------------------------------------------------------------
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号