public class Satellite
extends com.supermap.data.InternalHandleDisposable
卫星对象不允许用户new,用户可以通过卫星管理类(SatelliteManager)获取到卫星。
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象。
|
Map<String,String> |
getAllExtendProperty()
获取所有扩展属性。
|
String |
getExtendProperty(String strName)
获取扩展属性值。
|
int |
getExtendPropertyCount()
获取扩展属性数量。
|
String |
getName()
获取卫星名(唯一标识, 名字与轨道名相同)。
|
String |
getNetworking()
获取卫星组网。
|
Point3D |
getPosition(long time)
获取某一时刻卫星的经纬度坐标。
|
Point3D |
getPrePosition(long lMSecond)
预测当前时间指定毫秒后的卫星的经纬度坐标。
|
void |
setExtendProperty(String strName,
String strValue)
设置扩展属性值。
|
public void dispose()
public String getName()
public String getNetworking()
public Point3D getPosition(long time)
time
- 某一时刻的毫秒时间戳。public Point3D getPrePosition(long lMSecond)
lMSecond
- 指定毫秒。public String getExtendProperty(String strName)
strName
- 属性名称。public void setExtendProperty(String strName, String strValue)
strName
- 属性名称。strValue
- 属性值。public int getExtendPropertyCount()
Copyright © 2021–2024 SuperMap. All rights reserved.