首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

Oracle PL/SQL 函数 存储过程 施用ST_GEOMETRY

2013-03-26 
Oracle PL/SQL 函数 存储过程 使用ST_GEOMETRY在esri网站上无意见看到一篇文章,写到在Oracle的函数或存储

Oracle PL/SQL 函数 存储过程 使用ST_GEOMETRY
在esri网站上无意见看到一篇文章,写到在Oracle的函数或存储过程中使用ST_GEOMETRY函数的方法.

原文选段如下:
引用All geometry operators, such as st_astext, st_centroid, st_numgeometries, etc. reside in the st_geometry_operators package. All relational operators, such as st_intersects, st_within, st_contains, etc. reside in the st_relation_operators package.


When referencing any st_* operator as a function, remember to include the _f clause after its name to reference the appropriate function in the package body.



即通过st_*_operator包和"_f"后缀,在PL/SQL相关的过程中,可使用ST_GEOMETRY的一些函数.

原文地址:http://support.esri.com/en/knowledgebase/techarticles/detail/36094
我的异常网推荐解决方案:oracle存储过程,http://www.myexception.cn/oracle-develop/177537.html

热点排行