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)
二维标绘分布方式
|
public static void alignment(MapControl mapControl, AlignmentType type)
mapControl
- 二维控件type
- 对齐类型public static void uniformDistribution(MapControl mapControl, UniformDistributionType type)
mapControl
- 二维控件type
- 分布类型public static void sameSize(MapControl mapControl, SameSizeType type)
mapControl
- 二维控件type
- 大小类型public static boolean modifyGraphicObjects(SceneControl scene, ArrayList<GeoGraphicObject> geoGraphicObjects)
public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.