Log4Classicning

好读书 不求甚解 每有会意 便欣然忘食

SAF:SQL Implementation Essentials 摘要
2008年5月13日

A spatial database has following types of tables:
GEOMETRY_COLUMNS
SPATIAL_REF_SYS
FEATURE TABLE
GEOMETRY TABLE

GEOMETRY_COLMNS table
Each Geometry Column in the database has an entry in the table. The data consists of the following:
1. id of feature table that the column in;
2. name of the geometry column;
3. srid of the column;
4. type of the geometry column;
5. coordinate dimension of the column;
6. the geometry table(which stores geometry data)'s id;
7. "the information necessary to navigate the geometry table in the case of normalized geometry storage."

SPATIAL_REF_SYS table
columns in this table:
1. SRID
2. AUTH_SRID
3. AUTH_NAME
4. SRTEXT(Well-Known Text for the SR)

Feature tables
a normal table with a foreign key to real geometry table.

Geometry tables
1. Normalized geometry schema
a normalized geometry schema stores coordinates of geometric objects as predefined SQL numeric types.
1. ETYPE, the geometry type;
2. ESEQ, id for each element (design for geometryCollection);
3. SEQ, the sequence of element in a geometry collection;
4. holes for polygon;
5. SEQ designates the part order of PolygonRings;
6. not used coordinates will be set null;
7. for the geometric objects that continus onto another row, the last point of the previous row will be same as the first of next row;
8. no limit on the number of geometric elements and number of rows in an element.


2. Binary geometry schema
geometry object as well as its bounding box(MBR) will be stored. the table consist of
GID, XMIN, XMAX, YMIN, YMAX, WKB

ANNOTATIONS metadata table
.......

« WorldWind-USGS EarthQuake PluginSAF 摘要2 »
  • quote 1.Coco
  • 请问下这个文章有原文么,有的话给个链接吧,谢谢!
  • 2008-6-23 23:06:51 回复该留言

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

Search

站点统计

  • 文章总数:732
  • 评论总数:2568
  • 引用总数:4
  • 浏览总数:5693
  • 留言总数:42
  • 当前主题:ClassicningDailyLog Style
  • 当前样式:footoo

网站收藏

图标汇集

  • Creative Commons License
  • Widgetize!
  • visitor stats

Powered By Z-Blog 1.8 Spirit Build 80722

2004 - 2007 Classicning.com. 苏ICP备06039259号.