com.google.maps.gwt.client
Class FusionTablesQuery

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.FusionTablesQuery

public class FusionTablesQuery
extends JavaScriptObject

Specifies the data to retrieve from a Fusion Tables. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected FusionTablesQuery()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getFrom()
          The ID of the Fusion Tables table to display.
 java.lang.String getSelect()
          A column, containing geographic features to be displayed on the map.
 java.lang.String getWhere()
          The SQL predicate to be applied to the layer.
 void setFrom(java.lang.String from)
          The ID of the Fusion Tables table to display.
 void setSelect(java.lang.String select)
          A column, containing geographic features to be displayed on the map.
 void setWhere(java.lang.String where)
          The SQL predicate to be applied to the layer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FusionTablesQuery

protected FusionTablesQuery()
Protected constructor avoids default public constructor.

Method Detail

getFrom

public final java.lang.String getFrom()
The ID of the Fusion Tables table to display. This ID can be found in the table's URL, as the value of the dsrcid parameter.


getSelect

public final java.lang.String getSelect()
A column, containing geographic features to be displayed on the map. See Fusion Tables Setup in the Maps API documentation for information about valid columns.


getWhere

public final java.lang.String getWhere()
The SQL predicate to be applied to the layer.


setFrom

public final void setFrom(java.lang.String from)
The ID of the Fusion Tables table to display. This ID can be found in the table's URL, as the value of the dsrcid parameter.


setSelect

public final void setSelect(java.lang.String select)
A column, containing geographic features to be displayed on the map. See Fusion Tables Setup in the Maps API documentation for information about valid columns.


setWhere

public final void setWhere(java.lang.String where)
The SQL predicate to be applied to the layer.