com.supermap.mobjects.situationsimulation

类 SatelliteSimulation

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.mobjects.situationsimulation.SatelliteSimulation
  • 所有已实现的接口:
    IDisposable


    public class SatelliteSimulation
    extends com.supermap.data.InternalHandleDisposable
    卫星仿真类对象

    卫星仿真类对象不允许用户new,用户可以在实体管理类(GeoEntityManager)中获取。

    • 方法详细资料

      • dispose

        public void dispose()
        释放对象。
      • play

        public void play()
        播放
      • stop

        public void stop()
        停止
      • setIsReverse

        public void setIsReverse()
        设置反向(默认不反向)。
      • isReverse

        public boolean isReverse()
        获取卫星仿真是否反向。
        返回:
        是否反向。
      • getUTCTime

        public long getUTCTime()
        获取UTC时间。
        返回:
        UTC时间。
      • setSimulationSpeed

        public void setSimulationSpeed(double dSpeed)
        设置仿真倍速。
        参数:
        dSpeed - 倍数。
      • getSimulationSpeed

        public double getSimulationSpeed()
        返回:
        仿真倍数。
      • setSimulationTime

        public void setSimulationTime(long lTime)
        设置仿真时间。
        参数:
        lTime - 仿真时间。
      • getSimulationTime

        public long getSimulationTime()
        获取仿真时间。
        返回:
        仿真时间。
      • setAutoUpdate

        public void setAutoUpdate(boolean bAutoUpdate)
        设置自动更新
        参数:
        bAutoUpdate - 自动更新。
      • getAutoUpdate

        public boolean getAutoUpdate()
        设置自动更新
        返回:
        是否自动更新。
      • setOrbitTime

        public void setOrbitTime()
        设置轨道时间
      • getOrbitTime

        public long getOrbitTime()
        获取轨道时间
        返回:
        轨道时间。
      • isPlay

        public boolean isPlay()
        判断是否正在执行卫星仿真。
        返回:
        是否正在执行卫星仿真。

Copyright © 2021–2024 SuperMap. All rights reserved.