com.supermap.mapping
Class LayerSetting
- java.lang.Object
-
- com.supermap.mapping.LayerSetting
-
- Direct Known Subclasses:
- LayerSettingGrid, LayerSettingImage, LayerSettingVector, LayerSettingVectorCache
public abstract class LayerSetting extends java.lang.Object
Layer Sets the base class.
This class is the base class for the display style of the layer. Sets vector datasets through the method provided by the class
LayerSettingVector
. All features of vector layer use the same rendering style. This class is an abstract class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract LayerSettingType
getType()
For vector dataset, useLayerSettingVector
layer to return the type of layer.
-
-
-
Method Detail
-
getType
public abstract LayerSettingType getType()
For vector dataset, useLayerSettingVector
layer to return the type of layer. Currently, only vector layer is supported.- Returns:
- the type of the layer.
-
-