当前位置: 首页 > wzjs >正文

怎么样做网站卖农产品建站平台塔山双喜

怎么样做网站卖农产品,建站平台塔山双喜,什么app可以制作价目表,法治与安全做讲座网站坐标系原点X方向Y方向Z方向WCS (World Coordinate System)地心赤道本初子午线方向赤道东90方向北极方向ECI (Earth-Centered Inertial)地心春分点方向与X、Z正交的方向北极星方向(惯性北极)NED (North-East-Down)当前载体位置北方向东方向地心&#xff0…

坐标系原点X方向Y方向Z方向
WCS (World Coordinate System)地心赤道本初子午线方向赤道东90°方向北极方向
ECI (Earth-Centered Inertial)地心春分点方向与X、Z正交的方向北极星方向(惯性北极)
NED (North-East-Down)当前载体位置北方向东方向地心(向下)
ENU (East-North-Up)本地测站东方向北方向天顶方向(向上)
ECS (Entity Coordinate System)飞行器鼻尖位置航向方向(前向)右侧方向地心方向(向下)
PCS (Platform Coordinate System)载体平台中心前向右向下向
RSCS (Radar Sensor Coordinate System)雷达天线相位中心雷达波束方向(前向)右侧方向下向
LLA (Latitude, Longitude, Altitude)地球椭球面纬度(北为正)经度(东为正)高度(海平面起算)

为什么经纬度LLA不能简单做线性差值?

(1)经纬度LLA是球面坐标系,单位:°

(2)经度在不同纬度下的“物理距离”是 不一样的:赤道附近,经度1度 ≈ 111km。但靠近两极,经度1度 ≈ 0 km。

(3)纬度变化是按球面曲率来的,线性插值会导致路径“弯掉”。

为什么ECS可以线性插值?

(1)ECS是直角坐标系,实体坐标系,局部平面坐标系,单位是米。

(2)用 ECS 做插值,相当于在平面上“画直线”,再映射回地球表面

LLA->ECS

ut::coords::ECS RouteGenerator::Widget::llaToEcs(const ut::coords::LLA& lla, const ut::coords::LLA& centerlla, const ut::coords::LLA& dstlla)
{UtEntity entity;// 设定 ECS 原点entity.SetLocationLLA(centerlla.mLat, centerlla.mLon, centerlla.mAlt);UtEntity dstEntity;// 设定目标实体dstEntity,确定ECS的朝向dstEntity.SetLocationLLA(dstlla.mLat, dstlla.mLon, dstlla.mAlt);ut::coords::NED relNed = entity.GetRelativeLocationNED(&dstEntity);double azimuth = 0, pitch = 0;UtEntity::ComputeAzimuthAndElevation(relNed.GetData(), azimuth, pitch);entity.SetOrientationNED(azimuth, pitch, 0);UtEntity cvrEntity;cvrEntity.SetLocationLLA(lla.mLat, lla.mLon, lla.mAlt);ut::coords::ECS ecs = entity.GetRelativeLocationECS(&cvrEntity);return ecs;
}

ECS->LLA

ut::coords::LLA RouteGenerator::Widget::EcsTolla(const ut::coords::ECS& ecs, const ut::coords::LLA& centerlla, const ut::coords::LLA& dstlla)
{UtEntity entity;// 设定 ECS 原点entity.SetLocationLLA(centerlla.mLat, centerlla.mLon, centerlla.mAlt);UtEntity dstEntity;// 设定目标实体dstEntity,确定朝向dstEntity.SetLocationLLA(dstlla.mLat, dstlla.mLon, dstlla.mAlt);// 计算的是目标点dstEntity相对于原点entity的相对位置,结果用NED表示。ut::coords::NED relNed = entity.GetRelativeLocationNED(&dstEntity);double azimuth = 0, pitch = 0;UtEntity::ComputeAzimuthAndElevation(relNed.GetData(), azimuth, pitch);entity.SetOrientationNED(azimuth, pitch, 0);ut::coords::WCS cvrWcs = entity.ConvertECSToWCS(ecs);UtEntity cvrEntity;cvrEntity.SetLocationWCS(cvrWcs);ut::coords::LLA lla = cvrEntity.GetLocationLLA();return lla;
}


文章转载自:

http://T3jAl2DE.pwsnr.cn
http://KNCj0TJV.pwsnr.cn
http://G8OKlq9M.pwsnr.cn
http://US5xCMQA.pwsnr.cn
http://nOhSrCyd.pwsnr.cn
http://IZzl5Pn4.pwsnr.cn
http://qXr00M0R.pwsnr.cn
http://8PzfEioY.pwsnr.cn
http://hsS7GY05.pwsnr.cn
http://jeYfLwZH.pwsnr.cn
http://sXpS8qzj.pwsnr.cn
http://tK3IBNAv.pwsnr.cn
http://2CwSvlb2.pwsnr.cn
http://jFdbdgCe.pwsnr.cn
http://lsoZXbZI.pwsnr.cn
http://foNDI1tV.pwsnr.cn
http://YTpIPQMI.pwsnr.cn
http://AlSxyWou.pwsnr.cn
http://l1xyEvJO.pwsnr.cn
http://5S09UmxB.pwsnr.cn
http://ym0LCiiO.pwsnr.cn
http://APJNshv8.pwsnr.cn
http://cP8gbHHW.pwsnr.cn
http://Td6m8ZZQ.pwsnr.cn
http://qCRt3FP3.pwsnr.cn
http://tV0IPvVC.pwsnr.cn
http://8QkNwS4N.pwsnr.cn
http://JHhEidB5.pwsnr.cn
http://1HIu4eNa.pwsnr.cn
http://bRZ2T1wf.pwsnr.cn
http://www.dtcms.com/wzjs/682650.html

相关文章:

  • 手机网页制作与网站建设上海原画培训机构排名
  • 二手站网站怎做网站开发定制案例展示
  • 网站域名备案要多久遵义网站建设优化公司
  • 百度网站权重排行竞价培训课程
  • 影视视频网站怎么做哪里做网站最便宜
  • 电商网站建设方案100例衡水住房和城乡建设局网站
  • 学校网站建设的必要性wordpress如何修改php
  • 设计云网站建设做系统去哪个网站
  • 酒店网站可以怎么做凡科快图登录入口
  • h5做的分销网站让医院做网站的策划书
  • 代做网站在哪找活网站建设文字设计
  • 岳阳卖房网站wordpress进入控制台
  • 广州制作网站开发东莞住房和城乡建设网官网
  • 深圳沙井做网站公司郴州网络推广公司在哪里
  • 学院网站设计方案广告关键词有哪些
  • 深圳智能响应网站建设公司网站百度小程序开发
  • 酒店网站设计方案wordpress图片去水印
  • 烟台网站建设专业臻动传媒微信小程序卖货怎么注册
  • 网站建设报价方案下载昆明seo优化
  • 人像摄影网站十大排名隆化县建设局网站
  • 沈阳网站icp备案wordpress代码编辑
  • 网络域名备案江门seo外包服务
  • 太原网站seo搜索优化用asp做网站需要的软件
  • 免费自助建站工具南京江北新区房价走势最新消息
  • 中国建设部网站四库平台网站制作属于什么科目
  • 浙江省互联网建设网站国内服务器做彩票网站安全吗
  • 怎么制作网站网页网站开发是什么意思啊
  • 您与此网站建立的连接不安全鹤壁集团网站建设
  • 大理旅游网站建设免费制作表格的app
  • 邮箱购买网站好牛网站建设