Searched refs:getFeatureByUid (Results 1 – 2 of 2) sorted by relevance
8 …getFeatureByUid=function(t){var e=this.uidIndex_[t];return void 0!==e?e:null},e.prototype.getForma… method in e
1 …getFeatureByUid(uid) {\n const feature = this.uidIndex_[uid];\n return feature !== undefined…