ArcGIS 10.1 Service Pack 1 does not display the geometry using the query layer for Oracle Spatial function SDO_GEOM.SDO_MBR.
上次发布: July 31, 2017ArcSDE/Enterprise Geodatabase
漏洞 ID 编号
NIM092943
已提交
July 6, 2013
上次修改时间
April 2, 2025
适用范围
ArcSDE/Enterprise Geodatabase
找到的版本
10.1
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
ArcMap needs to add a spatial filter to the result of the query layer, in order to display the results based on the extent of the current map.
This query fails at Oracle:
select OBJECTID,SHAPE from (select OBJECTID,SDO_GEOM_MBR(c.shape) as shape from test c ) a where sdo_filter(SHAPE,MDSYS.SDO_GEOMETRY(:gtype1,:srid1,NULL,:elem_info1,:ordinates1),'querytype=window') = 'TRUE'