com.supermap.mapping
类 LayerSettingVector
- java.lang.Object
-
- com.supermap.mapping.LayerSetting
-
- com.supermap.mapping.LayerSettingVector
-
public class LayerSettingVector extends LayerSetting
矢量图层的设置对象
-
-
构造器概要
构造器 构造器和说明 LayerSettingVector()
默认构造函数,构造一个新的LayerSettingVector
对象。LayerSettingVector(LayerSettingVector layerSettingVector)
根据指定的参数构造LayerSettingVector
类的新实例。
-
-
-
构造器详细资料
-
LayerSettingVector
public LayerSettingVector()
默认构造函数,构造一个新的LayerSettingVector
对象。
-
LayerSettingVector
public LayerSettingVector(LayerSettingVector layerSettingVector)
根据指定的参数构造LayerSettingVector
类的新实例。- 参数:
layerSettingVector
- 指定的LayerSettingVector
对象。- 抛出:
IllegalArgumentException
- 参数异常
-
-
方法详细资料
-
getType
public LayerSettingType getType()
获取图层类型- 指定者:
getType
在类中LayerSetting
- 返回:
- 图层类型
- 抛出:
IllegalStateException
- 当前对象已被释放
-
getStyle
public GeoStyle getStyle()
获取图层风格- 返回:
- 图层风格
- 抛出:
IllegalStateException
- 当前对象已被释放
-
setStyle
public void setStyle(GeoStyle style)
设置图层风格- 参数:
style
- 图层风格- 抛出:
IllegalArgumentException
- 参数非法IllegalStateException
- 当前对象已被释放
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.