com.supermap.mobjects.common

类 GraphicObjectToolkit

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


    public class GraphicObjectToolkit
    extends com.supermap.data.InternalHandleDisposable
    标绘工具类(标绘的对齐,分布,等宽,登高,等宽高的操作)
    • 构造器详细资料

      • GraphicObjectToolkit

        public GraphicObjectToolkit()
    • 方法详细资料

      • alignment

        public static void alignment(MapControl mapControl,
                                     AlignmentType type)
        二维标绘对齐
        参数:
        mapControl - 二维控件
        type - 对齐类型
      • uniformDistribution

        public static void uniformDistribution(MapControl mapControl,
                                               UniformDistributionType type)
        二维标绘分布方式
        参数:
        mapControl - 二维控件
        type - 分布类型
      • sameSize

        public static void sameSize(MapControl mapControl,
                                    SameSizeType type)
        二维标绘设置大小类型(等高、等宽、等宽高)
        参数:
        mapControl - 二维控件
        type - 大小类型
      • dispose

        public void dispose()
        对象释放

Copyright © 2021–2024 SuperMap. All rights reserved.