public enum MapTypeStyleFeatureType extends java.lang.Enum<MapTypeStyleFeatureType>
Enum Constant and Description |
---|
ADMINISTRATIVE
Apply the rule to administrative areas.
|
ADMINISTRATIVE_COUNTRY
Apply the rule to countries.
|
ADMINISTRATIVE_LAND_PARCEL
Apply the rule to land parcels.
|
ADMINISTRATIVE_LOCALITY
Apply the rule to localities.
|
ADMINISTRATIVE_NEIGHBORHOOD
Apply the rule to neighborhoods.
|
ADMINISTRATIVE_PROVINCE
Apply the rule to provinces.
|
ALL
Apply the rule to all selector types.
|
LANDSCAPE
Apply the rule to landscapes.
|
LANDSCAPE_MAN_MADE
Apply the rule to man made structures.
|
LANDSCAPE_NATURAL
Apply the rule to natural features.
|
LANDSCAPE_NATURAL_LANDCOVER
Apply the rule to landcover.
|
LANDSCAPE_NATURAL_TERRAIN
Apply the rule to terrain.
|
POI
Apply the rule to points of interest.
|
POI_ATTRACTION
Apply the rule to attractions for tourists.
|
POI_BUSINESS
Apply the rule to businesses.
|
POI_GOVERNMENT
Apply the rule to government buildings.
|
POI_MEDICAL
Apply the rule to emergency services (hospitals, pharmacies, police, doctors, etc).
|
POI_PARK
Apply the rule to parks.
|
POI_PLACE_OF_WORSHIP
Apply the rule to places of worship, such as churches, temples, or mosques.
|
POI_SCHOOL
Apply the rule to schools.
|
POI_SPORTS_COMPLEX
Apply the rule to sports complexes.
|
ROAD
Apply the rule to all roads.
|
ROAD_ARTERIAL
Apply the rule to arterial roads.
|
ROAD_HIGHWAY
Apply the rule to highways.
|
ROAD_HIGHWAY_CONTROLLED_ACCESS
Apply the rule to controlled-access highways.
|
ROAD_LOCAL
Apply the rule to local roads.
|
TRANSIT
Apply the rule to all transit stations and lines.
|
TRANSIT_LINE
Apply the rule to transit lines.
|
TRANSIT_STATION
Apply the rule to all transit stations.
|
TRANSIT_STATION_AIRPORT
Apply the rule to airports.
|
TRANSIT_STATION_BUS
Apply the rule to bus stops.
|
TRANSIT_STATION_RAIL
Apply the rule to rail stations.
|
WATER
Apply the rule to bodies of water.
|
Modifier and Type | Method and Description |
---|---|
static MapTypeStyleFeatureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapTypeStyleFeatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapTypeStyleFeatureType ALL
public static final MapTypeStyleFeatureType ADMINISTRATIVE
public static final MapTypeStyleFeatureType ADMINISTRATIVE_COUNTRY
public static final MapTypeStyleFeatureType ADMINISTRATIVE_LAND_PARCEL
public static final MapTypeStyleFeatureType ADMINISTRATIVE_LOCALITY
public static final MapTypeStyleFeatureType ADMINISTRATIVE_NEIGHBORHOOD
public static final MapTypeStyleFeatureType ADMINISTRATIVE_PROVINCE
public static final MapTypeStyleFeatureType LANDSCAPE
public static final MapTypeStyleFeatureType LANDSCAPE_MAN_MADE
public static final MapTypeStyleFeatureType LANDSCAPE_NATURAL
public static final MapTypeStyleFeatureType LANDSCAPE_NATURAL_LANDCOVER
public static final MapTypeStyleFeatureType LANDSCAPE_NATURAL_TERRAIN
public static final MapTypeStyleFeatureType POI
public static final MapTypeStyleFeatureType POI_ATTRACTION
public static final MapTypeStyleFeatureType POI_BUSINESS
public static final MapTypeStyleFeatureType POI_GOVERNMENT
public static final MapTypeStyleFeatureType POI_MEDICAL
public static final MapTypeStyleFeatureType POI_PARK
public static final MapTypeStyleFeatureType POI_PLACE_OF_WORSHIP
public static final MapTypeStyleFeatureType POI_SCHOOL
public static final MapTypeStyleFeatureType POI_SPORTS_COMPLEX
public static final MapTypeStyleFeatureType ROAD
public static final MapTypeStyleFeatureType ROAD_ARTERIAL
public static final MapTypeStyleFeatureType ROAD_HIGHWAY
public static final MapTypeStyleFeatureType ROAD_HIGHWAY_CONTROLLED_ACCESS
public static final MapTypeStyleFeatureType ROAD_LOCAL
public static final MapTypeStyleFeatureType TRANSIT
public static final MapTypeStyleFeatureType TRANSIT_LINE
public static final MapTypeStyleFeatureType TRANSIT_STATION
public static final MapTypeStyleFeatureType TRANSIT_STATION_AIRPORT
public static final MapTypeStyleFeatureType TRANSIT_STATION_BUS
public static final MapTypeStyleFeatureType TRANSIT_STATION_RAIL
public static final MapTypeStyleFeatureType WATER
public static MapTypeStyleFeatureType[] values()
for (MapTypeStyleFeatureType c : MapTypeStyleFeatureType.values()) System.out.println(c);
public static MapTypeStyleFeatureType 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 null