com.supermap.mobjects.situationsimulation

类 PerspectiveChangeParameter

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


    public class PerspectiveChangeParameter
    extends com.supermap.data.InternalHandleDisposable
    • 构造器详细资料

      • PerspectiveChangeParameter

        public PerspectiveChangeParameter()
        构造函数
    • 方法详细资料

      • dispose

        public void dispose()
      • setType

        public void setType(PerspectiveType type)
        设置视角切换类型
        参数:
        type - 视角切换类型
      • getType

        public PerspectiveType getType()
        获取视角切换类型
        返回:
        视角切换类型
      • getFollowParameter

        public FollowParameter getFollowParameter()
        获取视角跟随参数
        返回:
        视角跟随参数
      • setFollowParameter

        public void setFollowParameter(FollowParameter followParameter)
        设置视角跟随参数
        参数:
        followParameter - 视角跟随参数
      • getLocationParameter

        public LocationParameter getLocationParameter()
        获取视角定位参数
        返回:
        视角定位参数
      • setLocationParameter

        public void setLocationParameter(LocationParameter locationParameter)
        设置视角定位参数
        参数:
        locationParameter - 视角定位参数
      • getFlyTime

        public long getFlyTime()
        获取视角飞行时长(单位:毫秒)
        返回:
        飞行时长
      • setFlyTime

        public void setFlyTime(long flyTime)
        设置视角飞行时长(单位:毫秒)
        参数:
        flyTime - 飞行时长

Copyright © 2021–2024 SuperMap. All rights reserved.