Extends
Methods
delete()
Delete Store Location (C++ delete function)
- Overrides
getCoordinatesAt(nId) → {gem.core.Coordinates}
Parameters:
Name | Type | Description |
---|---|---|
nId | number |
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
- Inherited From
Returns:
- Type:
- object
isDeleted() → {boolean}
Check if emscripten object has been deleted
- Inherited From
Returns:
- Type:
- boolean
queryInfo(pView, storeId, cb) → {object}
Parameters:
Name | Type | Description |
---|---|---|
pView | gem. | |
storeId | number | |
cb | * |
Returns:
- Progress Listener
- Type:
- object