com.supermap.mapping
类 LayerSetting

java.lang.Object
  继承者 com.supermap.mapping.LayerSetting
直接已知子类:
LayerSettingGrid, LayerSettingImage, LayerSettingNetCDF, LayerSettingVector

public abstract class LayerSetting
extends java.lang.Object

图层设置基类。

该类是对图层的显示风格的设置的基类。 对矢量数据集,栅格数据集以及影像数据集的图层风格分别使用 LayerSettingVectorLayerSettingGridLayerSettingImage 类中提供的方法进行设置。矢量图层中所有要素采用相同的渲染风格,栅格图层采用颜色表来显示其像元,影像的图层的风格设置是对影像的亮度,对比度以及透明度等的设置。该类为抽象类。


方法摘要
abstract  LayerSettingType getType()
          返回此图层的类型。
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getType

public abstract LayerSettingType getType()
返回此图层的类型。目前支持的图层类型包括矢量图层,栅格图层,WFS 图层,WMS 图层以及影像图层。

返回:
图层的类型。