Serializable, Comparable<LayerDrawType>public enum LayerDrawType extends Enum<LayerDrawType>
| 枚举常量 | 说明 |
|---|---|
Barb |
|
Contour |
|
GridFill |
|
GridPoint |
|
Image |
|
Map |
|
Raster |
|
Shaded |
|
StationModel |
|
StationPoint |
|
Streamline |
|
TrajLine |
|
TrajPoint |
|
Vector |
|
WeatherSymbol |
public static final LayerDrawType Map
public static final LayerDrawType Shaded
public static final LayerDrawType Contour
public static final LayerDrawType GridFill
public static final LayerDrawType GridPoint
public static final LayerDrawType Vector
public static final LayerDrawType StationPoint
public static final LayerDrawType Barb
public static final LayerDrawType WeatherSymbol
public static final LayerDrawType StationModel
public static final LayerDrawType Image
public static final LayerDrawType Raster
public static final LayerDrawType TrajLine
public static final LayerDrawType TrajPoint
public static final LayerDrawType Streamline
public static LayerDrawType[] values()
for (LayerDrawType c : LayerDrawType.values()) System.out.println(c);
public static LayerDrawType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2019. All rights reserved.