arcgis api for silverlight里面的intersect不能多个同时进行?请回答原因。和底下的补充问题!
将N个图层的要素按我需要的方式查询出来,用QueryTask查询,然后将查询到的要素全部放到一个List里面,接下来进行的是跟手绘的图形求交,但貌似我实现不了~有人做过类...
将N个图层的要素按我需要的方式查询出来,用QueryTask查询,然后将查询到的要素全部放到一个List里面,接下来进行的是跟手绘的图形求交,但貌似我实现不了~有人做过类似的操作吗?请指导一下啊,感激不尽啊!回答得好还会提高悬赏的!
展开
展开全部
arcgis api for silverlight 对于里面的 intersect(求相交) 是可以同时进行的,
无论是在本地比较还是放入服务端GeometryService 进行比较都可以同时进行!
至于你后面这个问题再arcgis api for silverlight 里面的GeometryService 有这样一个方法
//
// 摘要:
// Constructs the set-theoretic intersection between an collection of geometries
// and another geometry. Only the geometries of the collection that intersect
// will be returned.
//
// 参数:
// geometries:
// A collection of points, multipoints, polylines or polygons. The input types
// can be mixed.
//
// geometry:
// A single geometry of any type.
public void IntersectAsync(IList<Graphic> geometries, ESRI.ArcGIS.Client.Geometry.Geometry geometry);
利用GeometryService进行求交 效率还是很高的 返回的结果就是相交部分.
无论是在本地比较还是放入服务端GeometryService 进行比较都可以同时进行!
至于你后面这个问题再arcgis api for silverlight 里面的GeometryService 有这样一个方法
//
// 摘要:
// Constructs the set-theoretic intersection between an collection of geometries
// and another geometry. Only the geometries of the collection that intersect
// will be returned.
//
// 参数:
// geometries:
// A collection of points, multipoints, polylines or polygons. The input types
// can be mixed.
//
// geometry:
// A single geometry of any type.
public void IntersectAsync(IList<Graphic> geometries, ESRI.ArcGIS.Client.Geometry.Geometry geometry);
利用GeometryService进行求交 效率还是很高的 返回的结果就是相交部分.
展开全部
这里应该很少有专门做gis开发的人,我建议你到esri的论坛区去提问。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没做过
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询