Class Index

Global Variables

Classes


Class MVBucketSeries

MVBucketSeries defines a container for a series of buckets used by MapViewer thematic mapping.

Class Summary
Constructor Attributes Constructor Name and Description
 
MVBucketSeries(scheme)
Method Summary
Method Attributes Method Name and Description
 
Gets the current set of buckets.
 
Gets the bucket scheme.
 
setBuckets(buckets)
Sets the bucket collection
 
Sets the default rendering style that will be used when the input value does not belong to any bucket.
Class Detail
MVBucketSeries(scheme)
Parameters:
{String} scheme
the scheme of the buckets; must be a string value of "SCHEME_CUSTOM", or "SCHEME_EQUAL_INTERVAL".
Method Detail
{Array} getBuckets()
Gets the current set of buckets.
Returns:
{Array} the bucket array

{String} getScheme()
Gets the bucket scheme.
Returns:
{String} the bucket scheme

setBuckets(buckets)
Sets the bucket collection
Parameters:
{Array} buckets
the array of buckets to be set

setDefaultRenderingStyle(styleName)
Sets the default rendering style that will be used when the input value does not belong to any bucket.
Parameters:
{String} styleName
name of the default rendering style

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Feb 25 2011 12:34:45 GMT-0500 (EST)