QueryParameter param = new QueryParameter();
param.AttributeFilter = "1=1";
param.CursorType = CursorType.Static;
param.ResultFields = item.QueryFields;
param.SpatialQueryMode = SpatialQueryMode.Intersect;
param.SpatialQueryObject = geo as GeoRegion;
tempRecordset = dv.Query(param);
代码如上 变量geo为绘制图形。 查询参数没有问题 .DatasetVector 对象 dv 调试中有两个异常.如下图