Searched refs:forEachInExtent (Results 1 – 2 of 2) sorted by relevance
8 …forEachInExtent=function(t,e){return this.forEach_(this.getInExtent(t),e)},t.prototype.forEach_=fu… method in t
1 …forEachInExtent(extent, callback) {\n return this.forEach_(this.getInExtent(extent), callback);…