Class: OrbitPoint

SuperMap.Plot.OrbitPoint

卫星轨道星下点。

new SuperMap.Plot.OrbitPoint(x, y, z, number, time)

common/plot/OrbitPoint.js, line 9
Name Type Description
x number

星下点经度。

y number

星下点纬度。

z number

星下点高度。

number number

星下点序号。

time string

星下点时间。

Members

numbernumber

星下点序号。

timenumber

星下点时间。

xnumber

星下点经度。

ynumber

星下点纬度。

znumber

星下点高度。

Methods

clone(){SuperMap.Plot.OrbitPoint}

common/plot/OrbitPoint.js, line 77

克隆点对象。

Returns:
Type Description
SuperMap.Plot.OrbitPoint 克隆后的点对象。

destroy()

common/plot/OrbitPoint.js, line 65

销毁图形对象数据。