将向量移动到指定坐标

发布于 2024-11-29 00:50:30 字数 74 浏览 0 评论 0原文

我有一层向量位于 (100, 100) 附近,我想将它们移动到新的坐标,例如 (1000, 1000)。我该怎么做呢?最好使用QGIS

I have a layer of vectors located around, say, (100, 100), and I want to move them to new coordinate like (1000, 1000). How should I do it? Preferably using QGIS

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

护你周全 2024-12-06 00:50:30

如果使用 QGIS

  • 通过插件安装程序获取 qgsAffine 插件。
  • 选择要编辑的图层上的功能,并
  • 通过插件使图层可编辑:插件>地理处理> Affine
  • 在下拉框中选择图层,然后以当前使用的 CRS 的单位输入您想要的翻译

If using QGIS

  • Get the qgsAffine plugin through the Plugin Installer.
  • Select the features on the layer you want to edit and make the layer editable
  • strat the plugin: Plugins > Geoprocessing > Affine
  • Select the layer in the drop-down box and enter your desired translations in the unit of the currently used CRS
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文