Qt定位QML类型
QtPositioning全局对象提供了用于在QML中处理基于位置的类型的实用函数。更多...
导入声明 | import QtPositioning |
方法
- geocircle circle()
- geocircle circle(coordinate center, real radius)
- point coordToMercator(coordinate coord)
- coordinate coordinate()
- coordinate coordinate(real latitude, real longitude, real altitude)
- coordinate mercatorToCoord(point mercator)
- geopath path()
- geopath path(list<coordinate> coordinates, real width)
- geopolygon polygon()
- geopolygon polygon(list<coordinate> coordinates)
- geopolygon polygon(list<coordinate> perimeter, list<list<coordinate>> holes)
- georectangle rectangle()
- georectangle rectangle(coordinate center, real width, real height)
- georectangle rectangle(coordinate topLeft, coordinate bottomRight)
- georectangle rectangle(list<coordinate> coordinates)
- geoshape shape()
- geocircle shapeToCircle(geoshape shape)
- geopath shapeToPath(geoshape shape)
- geopolygon shapeToPolygon(geoshape shape)
- georectangle shapeToRectangle(geoshape shape)
详细描述
方法文档
geocircle circle(coordinate center, real radius) |
构建一个以center为中心、半径为radius米的地圓。
point coordToMercator(coordinate coord) |
将坐标coord转换为墨卡托坐标并返回。
另请参阅mercatorToCoord。
coordinate coordinate() |
构建一个无效坐标。
coordinate coordinate(real latitude, real longitude, real altitude) |
使用指定的latitude、longitude和可选的altitude构建一个坐标。必须同时有效latitude和longitude,否则返回无效坐标。
另请参阅coordinate。
coordinate mercatorToCoord(point mercator) |
将mercator坐标转换为经纬度坐标。
另请参阅coordToMercator。
geopath path(list<coordinate> coordinates, real width) |
从坐标和宽度构建地理路径。
另请参阅geopath。
geopolygon polygon() |
构建一个空多边形。
另请参阅geopolygon。
geopolygon polygon(list<coordinate> coordinates) |
从坐标构建多边形。
另请参阅geopolygon。
geopolygon polygon(list<coordinate> perimeter, list<list<coordinate>> holes) |
从坐标构建多边形,包括边界和内部空洞。
另请参阅geopolygon。
georectangle rectangle() |
构建一个无效的地元矩形。
另请参阅georectangle。
georectangle rectangle(coordinate center, real width, real height) |
构建以center为中心,宽度为width度,高度为height度的地元矩形。
另请参阅georectangle。
georectangle rectangle(coordinate topLeft, coordinate bottomRight) |
构建一个地元矩形,其左上角位于topLeft,右下角位于bottomRight。
另请参阅georectangle。
从坐标列表中构建一个地理矩形,返回的列表包含所有可能的最小坐标。
另请参阅georectangle。
将 shape 转换为多边形。
另请参阅geopolygon。
将 shape 转换为地理矩形。
另请参阅georectangle。
© 2024 Qt公司科技有限公司。本文档贡献的文档版权属于其各自的拥有者。本文档根据自由软件基金会发布的GNU自由文档许可协议第1.3版提供。Qt及其相关标志是芬兰及全球其他地区的Qt公司科技有限公司的商标。所有其他商标均为其各自拥有者的财产。