|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.visualization.DemographicsQuery
public class DemographicsQuery
This object defines the properties that determine which regions are shown by a DemographicsLayer. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
DemographicsQuery()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getFrom()
The data set to display. |
java.lang.String |
getWhere()
Expression to define the regions to show. |
void |
setFrom(java.lang.String from)
The data set to display. |
void |
setWhere(java.lang.String where)
Expression to define the regions to show. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DemographicsQuery()
Method Detail |
---|
public final java.lang.String getFrom()
public final java.lang.String getWhere()
public final void setFrom(java.lang.String from)
public final void setWhere(java.lang.String where)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |