com.supermap.mapping
类 LabelAvoidWeightInfos
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mapping.LabelAvoidWeightInfos
-
- 所有已实现的接口:
- IDisposable
public class LabelAvoidWeightInfos extends com.supermap.data.InternalHandleDisposable
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
销毁本对象int
getCount()
获取避让图层数int
getLayerGeoWeight(String layerName)
获取图层避让权重int
getRgnBorderWeight(String layerName)
该方法暂无实际效果
-
-
-
方法详细资料
-
dispose
public void dispose()
销毁本对象- 抛出:
UnsupportedOperationException
- 无法销毁该对象
-
getLayerGeoWeight
public int getLayerGeoWeight(String layerName)
获取图层避让权重- 参数:
layerName
- 图层名称- 返回:
- 避让权重
- 抛出:
IllegalStateException
- 当前对象已被释放IllegalArgumentException
- 图层名称参数为空
-
getRgnBorderWeight
public int getRgnBorderWeight(String layerName)
该方法暂无实际效果
-
getCount
public int getCount()
获取避让图层数- 返回:
- 避让图层的总数
- 抛出:
IllegalStateException
- 当前对象已被释放
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.