GeographicLocation
GeographicLocation class
地理位置。 使用 WGS84 坐标系指定资产的位置。
public class GeographicLocation : ColladaElement
构造函数
姓名 | 描述 |
---|---|
GeographicLocation() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
Altitude { get; set; } | 获取或设置海拔高度。 高度总是以米为单位。 如果模式为“绝对”,则该值被解释为距离平均海平面的米。 如果模式为“relativeToGround”,则该值被解释为高于该特定位置的实际地面高度的米。 |
Latitude { get; set; } | 获取或设置纬度。 |
Longitude { get; set; } | 获取或设置经度。 |