`
nlslzf
  • 浏览: 1056550 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Oracle Spatial: Spatial Concepts

阅读更多
http://www.cnblogs.com/mjgforever/archive/2007/12/24/1012440.html
1 Oracle Spatial 是什么?
    提供SQL schema 和 functions 以方便存储、取回、更新和查询空间特性的集合。
    MDSYS提供了地理数据的类型
2 Object-Relational Model
    SDO_GEOMETRY
    支持arcs, circles, compound polygons, compound line strings, and optimized rectangles
3 Spatial Data
    例如交通图
4 Geometry Types
    Points、point clusters
    Line strings
    n-point polygons
    Arc line strings
    Arc polygons
    Compound polygons
    Compound line strings
    Circles
    Optimized rectangles
5 Data Model
    elements, geometries, layers 所组成的等级结构。
    element: points, line strings, polygons
    Geometry:  An example of a geometry might describe the buildable land in a town.
    Layer: A layer is a collection of geometries having the same attribute set.
    Coordinate System: Cartesian coordinates, Geodetic coordinates, Projected coordinates, Local coordinates
    Tolerance: Tolerance is used to associate a level of precision with spatial data.
6 Query Model
    两级过滤。Primary filter, secondary filter.
7 Indexing of Spatial Data
    R-tree index
8 Spatial Relationships and Filtering
    SDO_RELATE: 评价拓扑标准 nine-intersection model between points, lines, and polygons (interior, a boundary, and an exterior.)
    SDO_WITHIN_DISTANCE: 两个空间对象是否在一个距离范围内。
    SDO_NN: 离某个空间对象最近的一个对象
9 Spatial Operators, Procedures, Functions
    Spatial operators: such as SDO_FILTER and SDO_RELATE
    Spatial procedures and functions: SDO_GEOM, SDO_CS, and SDO_LRS.
10 Spatial Aggregate Functions
    SDO_AGGR_MBR
    SDO_AGGR_UNION
11 Geocoding
    一个从地址表中转换到标准地址、位置等的过程。
12 Spatial Java Application Programming Interface
    oracle.spatial.geometry
    oracle.spatial.network
    oracle.spatial.topo
    oracle.spatial.util
13 MDDATA Schema

14 Performance and Tuning Information
    http://www.oracle.com/technology/products/spatial/
15 Open Geospatial Consortium (OGC) Conformance
    Features Specification 1.1.1
    SQL92
16 Spatial Release (Version) Number
    SELECT SDO_VERSION FROM DUAL;
17 Spatial Application Hardware Requirement Considerations

18 Spatial Error Messages
    Oracle Database Error Messages
19 Spatial Examples
    readgeom.c and readgeom.h
    writegeom.c and writegeom.h
分享到:
评论

相关推荐

    Oracle® Database Concepts 11r2

    ### Oracle® Database Concepts 11g Release 2 (11.2) 关键知识点解析 #### 一、Oracle Database 概述 Oracle Database 11g Release 2(简称 Oracle 11r2)是Oracle公司发布的一个重要的数据库管理系统版本。它在...

    Default Username and Password in Oracle 10G

    如果你想深入了解Oracle Data Mining,可以查阅Oracle Data Mining Administrator's Guide和Oracle Data Mining Concepts。 7. OLAPSYS - 该账户用于创建OLAP(联机分析处理)元数据结构,拥有OLAP目录(CWMLite)...

    Oracle_默认用户名密码及解锁

    - **参考文档**: Oracle Data Mining Administrator’s Guide, Oracle Data Mining Concepts 7. **OLAPSYS** - **用户名**: OLAPSYS - **密码**: MANAGER - **描述**: 用于创建 OLAP 元数据结构的账户,拥有 ...

    oracle 10g默认用户名、密码解锁

    ### Oracle 10g 默认用户名、密码解锁 ... - 参考资料: [Oracle Data Mining Administrator's Guide](https://docs.oracle.com/cd/B19306_01/datamine.102/b14231/toc.htm) 和 [Oracle Data Mining Concepts]...

Global site tag (gtag.js) - Google Analytics