public static enum GshhsPolygonHeader.PolygonType extends Enum<GshhsPolygonHeader.PolygonType>
Enum Constant and Description |
---|
islandInLake |
lake |
land |
pondInIslandInLake |
riverLake |
Modifier and Type | Field and Description |
---|---|
int |
level |
Modifier and Type | Method and Description |
---|---|
static GshhsPolygonHeader.PolygonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GshhsPolygonHeader.PolygonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GshhsPolygonHeader.PolygonType land
public static final GshhsPolygonHeader.PolygonType lake
public static final GshhsPolygonHeader.PolygonType islandInLake
public static final GshhsPolygonHeader.PolygonType pondInIslandInLake
public static final GshhsPolygonHeader.PolygonType riverLake
public static GshhsPolygonHeader.PolygonType[] values()
for (GshhsPolygonHeader.PolygonType c : GshhsPolygonHeader.PolygonType.values()) System.out.println(c);
public static GshhsPolygonHeader.PolygonType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Metron, Inc.. All rights reserved.