Data Interoperability will index all features before displaying the geometry of a WFS. This takes a long time when the WFS references a large dataset.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM045522
已提交
May 22, 2009
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
9.3
操作系统
Windows OS
操作系统版本
2003
修正版本
10
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
The fix for this - not a workaround - requires that the user do the following while setting up the Interoperability Connection to the WFS Service. Screenshots are provided in "NIM045522 solution.doc" at the test data path below:The Interoperability Connection is set up as shown in the first screenshot. the URL for this test ishttp://ndgishub.nd.gov/arcgis/services/Features/Geology/MapServer/WFSServer?The user must then click on the Parameters... button.In the WFS (Web Feature Service) Parameters dialog, the user will generate the Table List: by clicking on the elipsis at the end of that line, under Constraints, then check the Tables from which features are to be generated.Specify Max Features:. The default is 30000.Under Application Schema, the user must specify a Numeric Identifier Attribute:. This attribute must be a numeric field, containing a sequential unique identifier for each record in the table. The value is case-sensitive. In this case, the unique field name is OBJECTID.When this value is specified, the Interoperability Connection will be created to the data without Indexing records in the table, and the data will preview immediately in ArcCatalog. Geoprocessing operations in ArcGIS Desktop require that data have a unique, sequential numeric identifier associated with each record in the table. If a value is entered, then the Interoperability Connection is allowed to bypass the Indexing operation.