SuperMap.Plot.OrbitPoint

卫星轨道星下点

Summary
SuperMap.Plot.OrbitPoint 卫星轨道星下点
Properties
number {Integer} 星下点序号
time {String} 星下点时间
x {Integer} 星下点经度
y {Integer} 星下点纬度
z {Integer} 星下点高度
Constructor
SuperMap.Plot.OrbitPoint 卫星轨道星下点。
Functions
clone 克隆点对象。
destroy 销毁图形对象数据。

Properties

x

{Integer} 星下点经度

y

{Integer} 星下点纬度

z

{Integer} 星下点高度

number

{Integer} 星下点序号

time

{String} 星下点时间

Constructor

SuperMap.Plot.OrbitPoint

卫星轨道星下点。

Parameters

x {Float} 经度
y {Float} 纬度
z {Float} 高度
number {Integer} 序号
time {String} 时间

Returns

{SuperMap.Plot.OrbitPoint} 新的卫星轨道星下点。

Functions

destroy

destroy:function()

销毁图形对象数据。

clone

clone: function( obj )

克隆点对象。

Returns

{SuperMap.Plot.OrbitPoint} 克隆后的点对象。

destroy:function()
销毁图形对象数据。
clone: function( obj )
克隆点对象。
卫星轨道星下点。
Close