FeatureLayer.StyleFactory

public static interface FeatureLayer.StyleFactory

The style factory function applied to every polygon in the affected feature layer. This function must return a FeatureStyle object that specifies how to style the polygon.

Public Method Summary

abstract FeatureStyle
getStyle(Feature feature)
Returns the FeatureStyle of the Feature.

Public Methods

public abstract FeatureStyle getStyle (Feature feature)

Returns the FeatureStyle of the Feature.

Parameters
feature