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

Method parse

src/openlayers/overlay/Turf.js:266–279  ·  view source on GitHub ↗
(type, args)

Source from the content-addressed store, hash-verified

264 }
265
266 parse(type, args) {
267 if (type === 'Transformation.union') {
268 return args['A'];
269 }
270 var result = [];
271 var tempArgs = this.turfMap[type];
272 if (tempArgs) {
273 tempArgs.map(function (key) {
274 result.push(args[key]);
275 return args[key];
276 });
277 }
278 return result;
279 }
280
281 parseOption(type,args){
282 var result = [];

Callers 15

processMethod · 0.95
karma.conf.jsFile · 0.45
WebMapV2Spec.jsFile · 0.45
callbackFunction · 0.45
WebMapSpec.jsFile · 0.45
WebMapV3Spec.jsFile · 0.45

Calls 2

mapMethod · 0.80
pushMethod · 0.80

Tested by

no test coverage detected