Class SeqFeatureStore.NCList
Extends
SeqFeatureStore.
Defined in: NCList.js.
Constructor Attributes | Constructor Name and Description |
---|---|
SeqFeatureStore.NCList(args)
Implementation of SeqFeatureStore using nested containment
lists held in static files that are lazily fetched from the web
server.
|
Method Attributes | Method Name and Description |
---|---|
iterate(startBase, endBase, origFeatCallback, finishCallback)
|
|
load()
|
|
loadFail(trackInfo, url)
|
|
loadNCList(trackInfo, url)
|
|
loadSuccess(trackInfo, url)
|
|
Class Detail
SeqFeatureStore.NCList(args)
Implementation of SeqFeatureStore using nested containment
lists held in static files that are lazily fetched from the web
server.
- Parameters:
- args
Method Detail
histogram()
iterate(startBase, endBase, origFeatCallback, finishCallback)
- Parameters:
- startBase
- endBase
- origFeatCallback
- finishCallback
load()
loadFail(trackInfo, url)
- Parameters:
- trackInfo
- url
loadNCList(trackInfo, url)
- Parameters:
- trackInfo
- url
loadSuccess(trackInfo, url)
- Parameters:
- trackInfo
- url
makeNCList()