com.supermap.mapping
Class LayerSettingType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.mapping.LayerSettingType
-
public class LayerSettingType extends Enum
This class defines the constants for layer setting types.
-
-
Field Summary
Fields Modifier and Type Field and Description static LayerSettingType
GRID
The grid layer settings.static LayerSettingType
IMAGE
The image layer settings.static LayerSettingType
VECTOR
The vector layer settings.
-
-
-
Field Detail
-
VECTOR
public static final LayerSettingType VECTOR
The vector layer settings.
-
GRID
public static final LayerSettingType GRID
The grid layer settings.
-
IMAGE
public static final LayerSettingType IMAGE
The image layer settings.
-
-