public class LayerSettingVector extends LayerSetting
构造器和说明 |
---|
LayerSettingVector()
默认构造函数,构造一个新的
LayerSettingVector 对象。 |
LayerSettingVector(LayerSettingVector layerSettingVector)
根据指定的参数构造
LayerSettingVector 类的新实例。 |
public LayerSettingVector()
LayerSettingVector
对象。public LayerSettingVector(LayerSettingVector layerSettingVector)
LayerSettingVector
类的新实例。layerSettingVector
- 指定的 LayerSettingVector
对象。IllegalArgumentException
- 参数异常public LayerSettingType getType()
getType
在类中 LayerSetting
IllegalStateException
- 当前对象已被释放public GeoStyle getStyle()
IllegalStateException
- 当前对象已被释放public void setStyle(GeoStyle style)
style
- 图层风格IllegalArgumentException
- 参数非法IllegalStateException
- 当前对象已被释放Copyright © 2021–2024 SuperMap. All rights reserved.