public class FusionTablesQuery extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
FusionTablesQuery()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
String |
getFrom()
gets The ID of the Fusion Tables table to display.
|
String |
getSelect()
gets A column, containing geographic features to be displayed on the map.
|
String |
getWhere()
gets The SQL predicate to be applied to the layer.
|
static FusionTablesQuery |
newInstance()
Specifies the data to retrieve from a Fusion Tables.
|
void |
setFrom(String from)
setsThe ID of the Fusion Tables table to display.
|
void |
setSelect(String select)
sets A column, containing geographic features to be displayed on the map.
|
void |
setWhere(String where)
sets The SQL predicate to be applied to the layer.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final FusionTablesQuery newInstance()
FusionTablesQuery
public final void setFrom(String from)
from
- public final String getFrom()
public final void setSelect(String select)
select
- public final String getSelect()
public final void setWhere(String where)
where
- public final String getWhere()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.