public class SatelliteSimulation
extends com.supermap.data.InternalHandleDisposable
卫星仿真类对象不允许用户new,用户可以在实体管理类(GeoEntityManager)中获取。
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象。
|
boolean |
getAutoUpdate()
设置自动更新
|
long |
getOrbitTime()
获取轨道时间
|
double |
getSimulationSpeed() |
long |
getSimulationTime()
获取仿真时间。
|
long |
getUTCTime()
获取UTC时间。
|
boolean |
isPlay()
判断是否正在执行卫星仿真。
|
boolean |
isReverse()
获取卫星仿真是否反向。
|
void |
play()
播放
|
void |
setAutoUpdate(boolean bAutoUpdate)
设置自动更新
|
void |
setIsReverse()
设置反向(默认不反向)。
|
void |
setOrbitTime()
设置轨道时间
|
void |
setSimulationSpeed(double dSpeed)
设置仿真倍速。
|
void |
setSimulationTime(long lTime)
设置仿真时间。
|
void |
stop()
停止
|
public void dispose()
public void play()
public void stop()
public void setIsReverse()
public boolean isReverse()
public long getUTCTime()
public void setSimulationSpeed(double dSpeed)
dSpeed
- 倍数。public double getSimulationSpeed()
public void setSimulationTime(long lTime)
lTime
- 仿真时间。public long getSimulationTime()
public void setAutoUpdate(boolean bAutoUpdate)
bAutoUpdate
- 自动更新。public boolean getAutoUpdate()
public void setOrbitTime()
public long getOrbitTime()
public boolean isPlay()
Copyright © 2021–2024 SuperMap. All rights reserved.