new OrbitPoint(x, y, z, number, time)
Usage
// 浏览器
<script type="text/javascript" src="../../web/libs/plotting/leaflet/11.3.0/iclient-plot-leaflet-es6.min.js"></script>
<script>
new SuperMap.Plot.OrbitPoint(x, y, z, number, time);
</script>
// ES6 Import
import { OrbitPoint } from '../../public/iclient-plot/iclient-plot-leaflet-es6.min.js';
new OrbitPoint(x, y, z, number, time);
common/plot/OrbitPoint.js, line 10
Name | Type | Description |
---|---|---|
x |
number |
星下点经度。 |
y |
number |
星下点纬度。 |
z |
number |
星下点高度。 |
number |
number |
星下点序号。 |
time |
string |
星下点时间。 |
Methods
-
clone(){OrbitPoint}
common/plot/OrbitPoint.js, line 82 -
克隆点对象。
Returns:
Type Description OrbitPoint 克隆后的点对象。 -
destroy()
common/plot/OrbitPoint.js, line 70 -
销毁图形对象数据。