请问一下,在imobile10.0.1中,通过模型的范围,使用
layer3DOSGBFile.addFlattenRegion(geoRectangle,layerName);
去做倾斜摄影的压平操作,为什么没有效果?
if (layer3D!=null){
layerName = lname;
Rectangle2D bounds = layer3D.getBounds(); //叠在上面的倾斜摄影上的layer的范围
GeoRectangle geoRectangle = new GeoRectangle(bounds,0);
if (configTYC!=null){ //configTYC是倾斜摄影
Layer3DOSGBFile layer3DOSGBFile = (Layer3DOSGBFile)configTYC;
layer3DOSGBFile.addFlattenRegion(geoRectangle,layerName);
}
}
如图所示,结果还是没有把模型所在区域的倾斜摄影压平掉,请问是为什么呢?怎么处理?谢谢