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()
-
方法概要
所有方法 静态方法 实例方法 具体方法 限定符和类型 方法和说明 static void
alignment(MapControl mapControl, AlignmentType type)
二维标绘对齐void
dispose()
对象释放static boolean
modifyGraphicObjects(SceneControl scene, ArrayList<GeoGraphicObject> geoGraphicObjects)
内部使用static void
sameSize(MapControl mapControl, SameSizeType type)
二维标绘设置大小类型(等高、等宽、等宽高)static void
uniformDistribution(MapControl mapControl, UniformDistributionType type)
二维标绘分布方式
-
-
-
方法详细资料
-
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
- 大小类型
-
modifyGraphicObjects
public static boolean modifyGraphicObjects(SceneControl scene, ArrayList<GeoGraphicObject> geoGraphicObjects)
内部使用
-
dispose
public void dispose()
对象释放
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.