Gisplay
Gisplay API entry point with one method for each map available.
Constructor Summary
| Public Constructor | ||
| public |
Creates an instance of the Gisplay API. |
|
Member Summary
| Public Members | ||
| public |
TimeStamp at the beginning. |
|
Method Summary
| Public Methods | ||
| public |
makeChangeMap(bgmap: Object, geometry: JSON, options: Object) Creates a Change Map. |
|
| public |
makeChorochromaticMap(bgmap: Object, geometry: JSON, options: Object) Creates a Chorocromatic Map. |
|
| public |
makeChoropleth(bgmap: Object, geometry: JSON, options: Object) Creates a map of type Choropleth. |
|
| public |
makeDotMap(bgmap: Object, geometry: JSON, options: Object) Creates a Dot Map. |
|
| public |
Function that executes all the process associated with the creation of thematic maps. |
|
| public |
makeProportionalSymbolsMap(bgmap: Object, geometry: JSON, options: Object) Creates a Proportional Symbols Map. |
|
Public Constructors
Public Methods
public makeChorochromaticMap(bgmap: Object, geometry: JSON, options: Object) source
Creates a Chorocromatic Map.
public makeChoropleth(bgmap: Object, geometry: JSON, options: Object) source
Creates a map of type Choropleth.
public makeMap(gismap: Map, options: Object) source
Function that executes all the process associated with the creation of thematic maps.
TODO:
- Should clean up this removing profiling code?