Class MVBucketSeries
MVBucketSeries defines a container for a series of buckets used by MapViewer thematic mapping.
Constructor Attributes | Constructor Name and Description |
---|---|
MVBucketSeries(scheme)
|
Method Attributes | Method Name and Description |
---|---|
Gets the current set of buckets.
|
|
Gets the bucket scheme.
|
|
setBuckets(buckets)
Sets the bucket collection
|
|
setDefaultRenderingStyle(styleName)
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