org.gwtopenmaps.openlayers.client.layer
Class GMapType

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.layer.GMapType

public class GMapType
extends OpenLayersObjectWrapper

Author:
Aaron Novstrup - Stottler Henke Associates, Inc.

Field Summary
static GMapType G_HYBRID_MAP
          This map type transposes street maps and labels over satellite images.
static GMapType G_NORMAL_MAP
          Normal street map type.
static GMapType G_SATELLITE_MAP
          This map type shows Google Earth satellite images.
 
Constructor Summary
protected GMapType(JSObject element)
           
 
Method Summary
protected static GMapType narrowToGMapType(JSObject element)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

G_SATELLITE_MAP

public static final GMapType G_SATELLITE_MAP
This map type shows Google Earth satellite images.


G_NORMAL_MAP

public static final GMapType G_NORMAL_MAP
Normal street map type.


G_HYBRID_MAP

public static final GMapType G_HYBRID_MAP
This map type transposes street maps and labels over satellite images.

Constructor Detail

GMapType

protected GMapType(JSObject element)
Method Detail

narrowToGMapType

protected static GMapType narrowToGMapType(JSObject element)


Copyright © 2010 sourceforge. All Rights Reserved.