关于Arcgis 100.6 forAndroid中 Sceneview的identifyGraphicsOverlayAsync方法的问题

当Graphic的Geometry是Polyline类型时,选中困难,无法返回相应的graphic。
已邀请:

斯巴达热水器 - xixi

赞同来自:

如果将graphicsOverlay设置一个高程  比如:

mAppInfo.PLOT_LAYER.getSceneProperties().setAltitudeOffset(1); mAppInfo.PLOT_LAYER.getSceneProperties().setSurfacePlacement(LayerSceneProperties.SurfacePlacement.RELATIVE);
 
就能正常返回 但是并不希望设置成LayerSceneProperties.SurfacePlacement.RELATIVE模式,但
DRAPED模式无法选中线

要回复问题请先登录注册