com.supermap.ui

类 SceneControl.Cursors

  • 封闭类:
    SceneControl


    public static class SceneControl.Cursors
    extends Object
    该类为 SceneControl 类的内部类,主要提供三维场景窗口中的默认光标。

    该类的静态方法会在第一次返回相应的方法时初始化,初始化函数先在定制的目录(即Bin\Mapping\Cursors)下查找所需要的光标文件,如果相应的文件不存在,则从资源中初始化。

    • 方法详细资料

      • getBusy

        public static Cursor getBusy()
        返回三维场景窗口忙时的默认光标。
        返回:
        三维场景窗口忙时的默认光标。
      • setBusy

        public static void setBusy(Cursor cursor)
      • getArrow

        public static Cursor getArrow()
        返回三维场景窗口中普通箭头光标。
        返回:
        三维场景窗口中普通箭头光标。
      • setArrow

        public static void setArrow(Cursor cursor)
      • getPan

        public static Cursor getPan()
        返回三维场景窗口中平移地图时的光标。
        返回:
        三维场景窗口中平移地图时的光标。
      • setPan

        public static void setPan(Cursor cursor)
      • getSelect

        public static Cursor getSelect()
        返回三维场景窗口中选择对象时的光标。
        返回:
        三维场景窗口中选择对象时的光标。
      • setSelect

        public static void setSelect(Cursor cursor)
      • getRotation

        public static Cursor getRotation()
        返回三维场景窗口中的旋转对象时的光标。
        返回:
        三维场景窗口中的旋转对象时的光标。
      • getHSplit

        public static Cursor getHSplit()
      • getVSplit

        public static Cursor getVSplit()
      • getHand

        public static Cursor getHand()
      • setRotation

        public static void setRotation(Cursor cursor)
      • getMove

        public static Cursor getMove()
        返回三维场景窗口中的移动对象时的光标。
        返回:
        三维场景窗口中的移动对象时的光标。
      • setMove

        public static void setMove(Cursor cursor)
      • getNorthSouth

        public static Cursor getNorthSouth()
        返回三维场景窗口中的编辑时南北锚点的光标。
        返回:
        三维场景窗口中的编辑时南北锚点的光标。
      • setNorthSouth

        public static void setNorthSouth(Cursor cursor)
      • getWestEast

        public static Cursor getWestEast()
        返回三维场景窗口中编辑时东西锚点的光标。
        返回:
        三维场景窗口中编辑时东西锚点的光标。
      • setWestEast

        public static void setWestEast(Cursor cursor)
      • getNortheastSouthwest

        public static Cursor getNortheastSouthwest()
        返回三维场景窗口中编辑时东北西南锚点的光标。
        返回:
        三维场景窗口中编辑时东北西南锚点的光标。
      • setNortheastSouthwest

        public static void setNortheastSouthwest(Cursor cursor)
      • getHold

        public static Cursor getHold()
        返回在三维场景窗口中拖动三维地图场景(Scene)对象时的光标。
        返回:
        在三维场景窗口中拖动三维地图场景(Scene)对象时的光标。
      • setHold

        public static void setHold(Cursor cursor)
      • getNorthwestSoutheast

        public static Cursor getNorthwestSoutheast()
        返回地图窗口中编辑时西北东南锚点的光标。
        返回:
        地图窗口中编辑时西北东南锚点的光标。
      • setNorthwestSoutheast

        public static void setNorthwestSoutheast(Cursor cursor)
      • getMeasureArea

        public static Cursor getMeasureArea()
        返回在三维场景窗口中量算面积时的光标。
        返回:
        在三维场景窗口中量算面积时的光标。
      • setMeasureArea

        public static void setMeasureArea(Cursor cursor)
      • getMeasureDistance

        public static Cursor getMeasureDistance()
        返回在三维场景窗口中量算距离时的光标。
        返回:
        在三维场景窗口中量算距离时的光标。
      • setMeasureDistance

        public static void setMeasureDistance(Cursor cursor)
      • getIntervisibility

        public static Cursor getIntervisibility()
      • setIntervisibility

        public static void setIntervisibility(Cursor cursor)
      • getViewSheds

        public static Cursor getViewSheds()
      • setViewSheds

        public static void setViewSheds(Cursor cursor)
      • getMeasureAltitude

        public static Cursor getMeasureAltitude()
        返回在三维场景窗口中量算高度时的光标。
        返回:
        在三维场景窗口中量算高度时的光标。
      • setMeasureAltitude

        public static void setMeasureAltitude(Cursor cursor)

Copyright © 2021–2024 SuperMap. All rights reserved.