|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.layers.FusionTablesQuery
public class FusionTablesQuery
Specifies the data to retrieve from a Fusion Tables.
See FusionTablesQuery API Doc
Constructor Summary | |
---|---|
protected |
FusionTablesQuery()
use newInstance(); |
Method Summary | |
---|---|
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. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesQuery()
Method Detail |
---|
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()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |