标签: c++ geos
给出一个geos :: geom :: point这样的内容:
geos::geom::Coordinate coord(0, 0, 0); geos::geom::Point* curCenter = gFactory.createPoint(coord);
如何(在初始化之后)更新点坐标?