public enum SeamarkLandmarkCategory extends java.lang.Enum<SeamarkLandmarkCategory> implements AmenityOrWay
| Enum Constant and Description |
|---|
cairn |
chimney |
cross |
dish_aerial |
flagstaff |
mast |
monument |
spire |
tower |
water_tower |
windmotor |
windsock |
| Modifier and Type | Method and Description |
|---|---|
AmenityType |
getAmenityType()
Get amenity type associated with this enumeration; only for types that are amenities.
|
static SeamarkLandmarkCategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeamarkLandmarkCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WayType |
wayType()
Report the WayType for rendering this type of Way.
|
public static final SeamarkLandmarkCategory cairn
public static final SeamarkLandmarkCategory chimney
public static final SeamarkLandmarkCategory cross
public static final SeamarkLandmarkCategory dish_aerial
public static final SeamarkLandmarkCategory flagstaff
public static final SeamarkLandmarkCategory mast
public static final SeamarkLandmarkCategory monument
public static final SeamarkLandmarkCategory spire
public static final SeamarkLandmarkCategory tower
public static final SeamarkLandmarkCategory water_tower
public static final SeamarkLandmarkCategory windmotor
public static final SeamarkLandmarkCategory windsock
public static SeamarkLandmarkCategory[] values()
for (SeamarkLandmarkCategory c : SeamarkLandmarkCategory.values()) System.out.println(c);
public static SeamarkLandmarkCategory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic WayType wayType()
wayType in interface AmenityOrWaypublic AmenityType getAmenityType()
getAmenityType in interface AmenityOrWay