com.google.maps.gwt.client
Class FusionTablesStyle

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

public class FusionTablesStyle
extends JavaScriptObject

Controls the appearance of a set of features within a FusionTablesLayer . Features which match the provided SQL predicate will be styled with the supplied options. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected FusionTablesStyle()
          Protected constructor avoids default public constructor.
 
Method Summary
 FusionTablesMarkerOptions getMarkerOptions()
          Options which control the appearance of point features.
 FusionTablesPolygonOptions getPolygonOptions()
          Options which control the appearance of polygons.
 FusionTablesPolylineOptions getPolylineOptions()
          Options which control the appearance of polylines.
 java.lang.String getWhere()
          The SQL predicate to be applied to the layer.
 void setMarkerOptions(FusionTablesMarkerOptions markerOptions)
          Options which control the appearance of point features.
 void setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
          Options which control the appearance of polygons.
 void setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
          Options which control the appearance of polylines.
 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

FusionTablesStyle

protected FusionTablesStyle()
Protected constructor avoids default public constructor.

Method Detail

getMarkerOptions

public final FusionTablesMarkerOptions getMarkerOptions()
Options which control the appearance of point features.


getPolygonOptions

public final FusionTablesPolygonOptions getPolygonOptions()
Options which control the appearance of polygons.


getPolylineOptions

public final FusionTablesPolylineOptions getPolylineOptions()
Options which control the appearance of polylines.


getWhere

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


setMarkerOptions

public final void setMarkerOptions(FusionTablesMarkerOptions markerOptions)
Options which control the appearance of point features.


setPolygonOptions

public final void setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
Options which control the appearance of polygons.


setPolylineOptions

public final void setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
Options which control the appearance of polylines.


setWhere

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