Follow us on GitHub

com.google.gwt.maps.client.layers
Class FusionTablesStyle

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.layers.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.

See FusionTablesStyle API Doc


Constructor Summary
protected FusionTablesStyle()
          use newInstance();
 
Method Summary
 FusionTablesMarkerOptions getMarkerOptions()
          gets Options which control the appearance of point features.
 FusionTablesPolygonOptions getPolygonOptions()
          gets Options which control the appearance of polygons.
 FusionTablesPolylineOptions getPolylineOptions()
          gets Options which control the appearance of polylines.
 String getWhere()
          gets The SQL predicate to be applied to the layer.
static FusionTablesStyle newInstance()
          creates - Controls the appearance of a set of features within a FusionTablesLayer.
 void setMarkerOptions(FusionTablesMarkerOptions markerOptions)
          sets Options which control the appearance of point features.
 void setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
          sets Options which control the appearance of polygons.
 void setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
          sets Options which control the appearance of polylines.
 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

FusionTablesStyle

protected FusionTablesStyle()
use newInstance();

Method Detail

newInstance

public static final FusionTablesStyle newInstance()
creates - 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.


setMarkerOptions

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

Parameters:
markerOptions -

getMarkerOptions

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


setPolygonOptions

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

Parameters:
polygonOptions -

getPolygonOptions

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


setPolylineOptions

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

Parameters:
polylineOptions -

getPolylineOptions

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


setWhere

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

Parameters:
where -

getWhere

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



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.