new SuperMap.ThemeMemoryData(srcData, targetData)
ThemeMemoryData.js, line 3
Name | Type | Description |
---|---|---|
srcData |
Array |
The array of original values. |
targetData |
Array |
The array of external value. |
Members
-
srcDataArray
-
The array of original values. This property value will be replaced by the value specified by the targetData property, and then the thematic graph is produced, but the value in the database does not change.
-
targetDataArray
-
The array of external value.Memory data for making thematic maps. After setting this property value, This property value will be replaced by the value specified by the targetData property, and then the thematic graph is produced, but the value in the database does not change
Methods
-
destroy()
ThemeMemoryData.js, line 29 -
Disposes the resource. The property that references resource is set to null.
-
toJSON(){string}
ThemeMemoryData.js, line 40 -
Transform the SuperMap.ThemeMemoryData object to the JSON string.
Returns:
Type Description string The JSON string.