Class: exports

exports(wasm)

GeoDaWasm is a class that wraps all the APIs of libgeoda WASM. Always use jsgeoda.New() to get an instance of GeoDaWasm.

Constructor

new exports(wasm)

Should not be called directy.

Should not be called directy. Always use jsgeoda.New() to get an instance of GeoDaWasm.

Parameters:
Name Type Description
wasm Object

The object of libgeoda WASM

Source:
See:

exports(lisaResult)

GeoDaLisa is a class that wraps the LISAResult

Constructor

new exports(lisaResult)

Constructor

.

Constructor

Parameters:
Name Type Description
lisaResult Object
Source: