gem.core. StoreLocation

new StoreLocation()

Extends

Methods

delete()

Delete Store Location (C++ delete function)

getCoordinatesAt(nId) → {gem.core.Coordinates}

Parameters:
NameTypeDescription
nIdnumber
Returns:
  • Coordinates for Location Store
Type: 
gem.core.Coordinates

getId() → {number}

Returns:
  • Store Location id
Type: 
number

getInfo() → {string}

Returns:
  • Json buffer that contains informations about Store Location
Type: 
string

getRawPointer() → {object}

Returns emscripten object

Returns:
Type: 
object

isDeleted() → {boolean}

Check if emscripten object has been deleted

Inherited From
Returns:
Type: 
boolean

queryInfo(pView, storeId, cb) → {object}

Parameters:
NameTypeDescription
pViewgem.d3Scene.MapView
storeIdnumber
cb*
Returns:
  • Progress Listener
Type: 
object