GDAL C++ API 学习之路 (5) OGRGeometry 几何类 OGRGeometry
DistancevirtualdoubleDistance(constOGRGeometry*)const计算两个几何之间的距离返回两个几何图形之间的最短距离。距离表示为与几何坐标相同的单位参数:poOtherGeom--另一个要比较的几何图形。返回:几何图形之间的距离,如果发生错误,则为-1//创建两个点OGRPointpoint1(0,0);OGRPointpoint2(3,4);//计算两个