MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getFeatureBySQL

Function getFeatureBySQL

src/openlayers/mapping/webmap/Util.js:19–21  ·  view source on GitHub ↗
(url, datasetNames, serviceOptions, processCompleted, processFaild, targetEpsgCode, restDataSingleRequestCount)

Source from the content-addressed store, hash-verified

17}
18
19export function getFeatureBySQL(url, datasetNames, serviceOptions, processCompleted, processFaild, targetEpsgCode, restDataSingleRequestCount) {
20 getFeatureBySQLWithConcurrent(url, datasetNames, processCompleted, processFaild, serviceOptions, targetEpsgCode, restDataSingleRequestCount);
21}
22export function queryFeatureBySQL(
23 url,
24 layerName,

Callers 2

updateFeaturesToMapMethod · 0.90

Calls 1

Tested by

no test coverage detected