|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GoogleV3MapType>
org.gcube.portlets.user.gisviewer.client.openlayers.googlev3.GoogleV3MapType
public enum GoogleV3MapType
| Enum Constant Summary | |
|---|---|
G_HYBRID_MAP
This map type transposes street maps and labels over satellite images. |
|
G_NORMAL_MAP
Normal street map type. |
|
G_SATELLITE_MAP
This map type shows Google Earth satellite images. |
|
G_TERRAIN_MAP
A terrain map type. |
|
| Method Summary | |
|---|---|
String |
getNativeType()
Returns the type. |
static GoogleV3MapType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GoogleV3MapType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GoogleV3MapType G_SATELLITE_MAP
public static final GoogleV3MapType G_NORMAL_MAP
public static final GoogleV3MapType G_HYBRID_MAP
public static final GoogleV3MapType G_TERRAIN_MAP
| Method Detail |
|---|
public static GoogleV3MapType[] values()
for (GoogleV3MapType c : GoogleV3MapType.values()) System.out.println(c);
public static GoogleV3MapType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getNativeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||