Geos lib,C ++ API,如何更新点坐标

时间:2018-08-16 14:35:04

标签: c++ geos

给出一个geos :: geom :: point这样的内容:

geos::geom::Coordinate coord(0, 0, 0);
geos::geom::Point* curCenter = gFactory.createPoint(coord);

如何(在初始化之后)更新点坐标?

0 个答案:

没有答案