@google/earthengine 1.7.19 → 1.7.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser.js +76 -40
- package/build/ee_api_js.js +586 -583
- package/build/ee_api_js_debug.js +53 -17
- package/build/ee_api_js_npm.js +76 -40
- package/build/main.js +76 -40
- package/package.json +1 -1
- package/src/abstractoverlay.js +7 -7
- package/src/apiclient.js +11 -3
- package/src/apifunction.js +60 -5
- package/src/collection.js +23 -20
- package/src/computedobject.js +16 -12
- package/src/customfunction.js +17 -10
- package/src/date.js +8 -7
- package/src/deserializer.js +12 -2
- package/src/dictionary.js +6 -3
- package/src/ee.js +18 -16
- package/src/element.js +16 -13
- package/src/feature.js +10 -7
- package/src/floattileoverlay.js +15 -15
- package/src/list.js +4 -1
- package/src/maplayeroverlay.js +23 -23
- package/src/maptilemanager.js +39 -31
- package/src/number.js +4 -1
- package/src/profiler.js +4 -2
- package/src/string.js +10 -3
- package/src/types.js +5 -5
package/build/browser.js
CHANGED
|
@@ -1383,9 +1383,9 @@ $jscomp.polyfill("String.prototype.padStart", function(orig) {
|
|
|
1383
1383
|
return $jscomp.stringPadding(opt_padString, targetLength - string.length) + string;
|
|
1384
1384
|
};
|
|
1385
1385
|
}, "es8", "es3");
|
|
1386
|
-
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__batch_fc_data_fetches_in_microtask__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__disable:!1, GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__disable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_coerce_int64_by_jstype__enable:!1,
|
|
1387
|
-
|
|
1388
|
-
|
|
1386
|
+
var CLOSURE_TOGGLE_ORDINALS = {GoogFlags__async_throw_on_unicode_to_byte__enable:!1, GoogFlags__batch_fc_data_fetches_in_microtask__enable:!1, GoogFlags__client_only_wiz_context_per_component__enable:!1, GoogFlags__client_only_wiz_lazy_tsx__disable:!1, GoogFlags__client_only_wiz_queue_effect_and_on_init_initial_runs__disable:!1, GoogFlags__fixed_noopener_behavior__enable:!1, GoogFlags__jspb_coerce_int64_by_jstype__enable:!1, GoogFlags__jspb_disallow_message_tojson__enable:!1, GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable:!1,
|
|
1387
|
+
GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable:!1, GoogFlags__jspb_use_constant_default_pivot__enable:!1, GoogFlags__minimize_rpc_id_url_params__enable:!1, GoogFlags__optimize_get_ei_from_ved__enable:!1, GoogFlags__override_disable_toggles:!1, GoogFlags__testonly_debug_flag__enable:!1, GoogFlags__testonly_disabled_flag__enable:!1, GoogFlags__testonly_stable_flag__disable:!1, GoogFlags__testonly_staging_flag__disable:!1, GoogFlags__use_toggles:!1, GoogFlags__use_unobfuscated_rpc_method_names__enable:!1,
|
|
1388
|
+
GoogFlags__use_user_agent_client_hints__enable:!1, GoogFlags__wiz_enable_native_promise__enable:!1};
|
|
1389
1389
|
/*
|
|
1390
1390
|
|
|
1391
1391
|
Copyright The Closure Library Authors.
|
|
@@ -6618,8 +6618,6 @@ module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_disallow_mes
|
|
|
6618
6618
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_use_constant_default_pivot__enable = !1;
|
|
6619
6619
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable = !1;
|
|
6620
6620
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable = !1;
|
|
6621
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__disable = !1;
|
|
6622
|
-
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_write_back_bigint__disable = !1;
|
|
6623
6621
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable = !1;
|
|
6624
6622
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__batch_fc_data_fetches_in_microtask__enable = !1;
|
|
6625
6623
|
module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_unobfuscated_rpc_method_names__enable = !1;
|
|
@@ -6644,8 +6642,6 @@ goog.flags.JSPB_USE_CONSTANT_DEFAULT_PIVOT = module$exports$closure$flags$flags$
|
|
|
6644
6642
|
goog.flags.JSPB_SERIALIZE_WITH_DYNAMIC_PIVOT_SELECTOR = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_serialize_with_dynamic_pivot_selector__enable : goog.readFlagInternalDoNotUseOrElse(748402146, goog.DEBUG);
|
|
6645
6643
|
goog.flags.JSPB_THROW_IN_ARRAY_CONSTRUCTOR_IF_ARRAY_IS_ALREADY_CONSTRUCTED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_throw_in_array_constructor_if_array_is_already_constructed__disable : goog.readFlagInternalDoNotUseOrElse(748402147,
|
|
6646
6644
|
!0);
|
|
6647
|
-
goog.flags.JSPB_DESERIALIZE_BINARY_INT64S_AS_GBIGINT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_deserialize_binary_int64s_as_gbigint__disable : goog.readFlagInternalDoNotUseOrElse(824648567, !0);
|
|
6648
|
-
goog.flags.JSPB_WRITE_BACK_BIGINT = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__override_disable_toggles || !module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__jspb_write_back_bigint__disable : goog.readFlagInternalDoNotUseOrElse(824656860, !0);
|
|
6649
6645
|
goog.flags.OPTIMIZE_GET_EI_FROM_VED = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__optimize_get_ei_from_ved__enable : goog.readFlagInternalDoNotUseOrElse(333098724, !1);
|
|
6650
6646
|
goog.flags.BATCH_FC_DATA_FETCHES_IN_MICROTASK = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__batch_fc_data_fetches_in_microtask__enable : goog.readFlagInternalDoNotUseOrElse(861377723, goog.DEBUG);
|
|
6651
6647
|
goog.flags.USE_UNOBFUSCATED_RPC_METHOD_NAMES = module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_toggles ? goog.DEBUG || module$exports$closure$flags$flags$2etoggles.TOGGLE_GoogFlags__use_unobfuscated_rpc_method_names__enable : goog.readFlagInternalDoNotUseOrElse(861377724, goog.DEBUG);
|
|
@@ -19635,7 +19631,7 @@ var $jscomp$templatelit$m1153655765$102 = $jscomp.createTemplateTagFirstArg(["ht
|
|
|
19635
19631
|
ee.apiclient = {};
|
|
19636
19632
|
var module$contents$ee$apiclient_apiclient = {};
|
|
19637
19633
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
19638
|
-
ee.apiclient.API_CLIENT_VERSION = "1.7.
|
|
19634
|
+
ee.apiclient.API_CLIENT_VERSION = "1.7.20";
|
|
19639
19635
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
19640
19636
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
19641
19637
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19940,8 +19936,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19940
19936
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19941
19937
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19942
19938
|
method = method || "POST";
|
|
19943
|
-
var headers = {"Content-Type":contentType}, version = "1.7.
|
|
19944
|
-
version === "1.7.
|
|
19939
|
+
var headers = {"Content-Type":contentType}, version = "1.7.20";
|
|
19940
|
+
version === "1.7.20" && (version = "latest");
|
|
19945
19941
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19946
19942
|
module$contents$ee$apiclient_apiclient.userAgent_ && (headers["User-Agent"] = module$contents$ee$apiclient_apiclient.userAgent_);
|
|
19947
19943
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
@@ -22689,23 +22685,58 @@ ee.Function.prototype.toString = function(opt_name, opt_isInstance) {
|
|
|
22689
22685
|
ee.Function.prototype.serialize = function(legacy) {
|
|
22690
22686
|
return (legacy === void 0 ? 0 : legacy) ? ee.Serializer.toJSON(this) : ee.Serializer.toCloudApiJSON(this);
|
|
22691
22687
|
};
|
|
22688
|
+
function deleteProto(obj, opt_seen) {
|
|
22689
|
+
if (!obj || typeof obj !== "object") {
|
|
22690
|
+
return obj;
|
|
22691
|
+
}
|
|
22692
|
+
var seen = opt_seen || new Set();
|
|
22693
|
+
if (seen.has(obj)) {
|
|
22694
|
+
return obj;
|
|
22695
|
+
}
|
|
22696
|
+
seen.add(obj);
|
|
22697
|
+
Object.prototype.hasOwnProperty.call(obj, "constructor") && delete obj.constructor;
|
|
22698
|
+
for (var key in obj) {
|
|
22699
|
+
key !== "__proto__" && Object.prototype.hasOwnProperty.call(obj, key) && deleteProto(obj[key], seen);
|
|
22700
|
+
}
|
|
22701
|
+
return obj;
|
|
22702
|
+
}
|
|
22692
22703
|
ee.ApiFunction = function(name, opt_signature) {
|
|
22704
|
+
if (typeof name !== "string") {
|
|
22705
|
+
throw Error("ApiFunction name must be a string.");
|
|
22706
|
+
}
|
|
22693
22707
|
if (opt_signature === void 0) {
|
|
22694
22708
|
return ee.ApiFunction.lookup(name);
|
|
22695
22709
|
}
|
|
22696
22710
|
if (!(this instanceof ee.ApiFunction)) {
|
|
22697
22711
|
return ee.ComputedObject.construct(ee.ApiFunction, arguments);
|
|
22698
22712
|
}
|
|
22713
|
+
if (opt_signature === null || typeof opt_signature !== "object") {
|
|
22714
|
+
throw Error("opt_signature must be an object.");
|
|
22715
|
+
}
|
|
22716
|
+
deleteProto(opt_signature);
|
|
22699
22717
|
this.signature_ = module$contents$goog$object_unsafeClone(opt_signature);
|
|
22700
22718
|
this.signature_.name = name;
|
|
22701
22719
|
};
|
|
22702
22720
|
goog.inherits(ee.ApiFunction, ee.Function);
|
|
22703
22721
|
goog.exportSymbol("ee.ApiFunction", ee.ApiFunction);
|
|
22704
22722
|
ee.ApiFunction._call = function(name, var_args) {
|
|
22705
|
-
|
|
22723
|
+
if (typeof name !== "string") {
|
|
22724
|
+
throw Error("ApiFunction name must be a string.");
|
|
22725
|
+
}
|
|
22726
|
+
for (var args = Array.prototype.slice.call(arguments, 1), i = 0; i < args.length; i++) {
|
|
22727
|
+
deleteProto(args[i]);
|
|
22728
|
+
}
|
|
22729
|
+
return ee.Function.prototype.call.apply(ee.ApiFunction.lookup(name), args);
|
|
22706
22730
|
};
|
|
22707
22731
|
goog.exportSymbol("ee.ApiFunction._call", ee.ApiFunction._call);
|
|
22708
22732
|
ee.ApiFunction._apply = function(name, namedArgs) {
|
|
22733
|
+
if (typeof name !== "string") {
|
|
22734
|
+
throw Error("ApiFunction name must be a string.");
|
|
22735
|
+
}
|
|
22736
|
+
if (namedArgs === null || typeof namedArgs !== "object") {
|
|
22737
|
+
throw Error("namedArgs must be an object.");
|
|
22738
|
+
}
|
|
22739
|
+
deleteProto(namedArgs);
|
|
22709
22740
|
return ee.ApiFunction.lookup(name).apply(namedArgs);
|
|
22710
22741
|
};
|
|
22711
22742
|
goog.exportSymbol("ee.ApiFunction._apply", ee.ApiFunction._apply);
|
|
@@ -22782,7 +22813,10 @@ ee.ApiFunction.importApi = function(target, prefix, typeName, opt_prepend) {
|
|
|
22782
22813
|
var destination = $jscomp$loop$2006059326$0.isInstance$jscomp$2 ? target.prototype : target;
|
|
22783
22814
|
fname in destination && !destination[fname].signature || (destination[fname] = function($jscomp$loop$2006059326$0) {
|
|
22784
22815
|
return function(var_args) {
|
|
22785
|
-
|
|
22816
|
+
for (var args = Array.prototype.slice.call(arguments, 0), i = 0; i < args.length; i++) {
|
|
22817
|
+
deleteProto(args[i]);
|
|
22818
|
+
}
|
|
22819
|
+
return $jscomp$loop$2006059326$0.apiFunc.callOrApply($jscomp$loop$2006059326$0.isInstance$jscomp$2 ? this : void 0, args);
|
|
22786
22820
|
};
|
|
22787
22821
|
}($jscomp$loop$2006059326$0), destination[fname].toString = goog.bind($jscomp$loop$2006059326$0.apiFunc.toString, $jscomp$loop$2006059326$0.apiFunc, fname, $jscomp$loop$2006059326$0.isInstance$jscomp$2), destination[fname].signature = signature);
|
|
22788
22822
|
}
|
|
@@ -22891,8 +22925,7 @@ ee.Element.prototype.set = function(var_args) {
|
|
|
22891
22925
|
if (ee.Types.isRegularObject(properties)) {
|
|
22892
22926
|
var result = this;
|
|
22893
22927
|
for (var key in properties) {
|
|
22894
|
-
|
|
22895
|
-
result = ee.ApiFunction._call("Element.set", result, key, value);
|
|
22928
|
+
result = ee.ApiFunction._call("Element.set", result, key, properties[key]);
|
|
22896
22929
|
}
|
|
22897
22930
|
} else if (properties instanceof ee.ComputedObject && ee.ApiFunction.lookupInternal("Element.setMulti")) {
|
|
22898
22931
|
result = ee.ApiFunction._call("Element.setMulti", this, properties);
|
|
@@ -22905,7 +22938,7 @@ ee.Element.prototype.set = function(var_args) {
|
|
|
22905
22938
|
}
|
|
22906
22939
|
result = this;
|
|
22907
22940
|
for (var i = 0; i < arguments.length; i += 2) {
|
|
22908
|
-
|
|
22941
|
+
result = ee.ApiFunction._call("Element.set", result, arguments[i], arguments[i + 1]);
|
|
22909
22942
|
}
|
|
22910
22943
|
}
|
|
22911
22944
|
return this.castInternal(result);
|
|
@@ -24794,7 +24827,7 @@ ee.Deserializer.roundTrip_ = function(node, value) {
|
|
|
24794
24827
|
Reencoder.prototype.encode = function(encoder) {
|
|
24795
24828
|
return value;
|
|
24796
24829
|
};
|
|
24797
|
-
Reencoder.prototype.encodeCloudValue = function(
|
|
24830
|
+
Reencoder.prototype.encodeCloudValue = function(serializer) {
|
|
24798
24831
|
return node;
|
|
24799
24832
|
};
|
|
24800
24833
|
return new Reencoder();
|
|
@@ -24935,6 +24968,8 @@ ee.reset = function() {
|
|
|
24935
24968
|
ee.Terrain.reset();
|
|
24936
24969
|
ee.resetGeneratedClasses_();
|
|
24937
24970
|
module$contents$goog$object_clear(ee.Algorithms);
|
|
24971
|
+
ee.successCallbacks_ = [];
|
|
24972
|
+
ee.errorCallbacks_ = [];
|
|
24938
24973
|
};
|
|
24939
24974
|
goog.exportSymbol("ee.reset", ee.reset);
|
|
24940
24975
|
ee.InitState = {NOT_READY:"not_ready", LOADING:"loading", READY:"ready"};
|
|
@@ -25156,7 +25191,8 @@ ee.FloatTileOverlay.prototype.getTile = function(coord, zoom, ownerDocument) {
|
|
|
25156
25191
|
var tileId = this.getTileId(coord, zoom), src = [this.url, tileId].join("/") + "?token=" + this.token, uniqueTileId = [tileId, this.tileCounter, this.token].join("/");
|
|
25157
25192
|
this.tilesLoading.push(uniqueTileId);
|
|
25158
25193
|
this.tileCounter += 1;
|
|
25159
|
-
var div = goog.dom.createDom(goog.dom.TagName.DIV)
|
|
25194
|
+
var div = goog.dom.createDom(goog.dom.TagName.DIV);
|
|
25195
|
+
this.loadFloatTile_(src, coord, uniqueTileId, div);
|
|
25160
25196
|
this.dispatchTileEvent_();
|
|
25161
25197
|
return div;
|
|
25162
25198
|
};
|
|
@@ -27524,29 +27560,29 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
27524
27560
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
27525
27561
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
27526
27562
|
(function() {
|
|
27527
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.
|
|
27528
|
-
orderedParamLists = [["name", "
|
|
27529
|
-
"image opt_description
|
|
27530
|
-
"collection opt_description
|
|
27531
|
-
"collection opt_description
|
|
27532
|
-
["
|
|
27533
|
-
["
|
|
27534
|
-
["
|
|
27535
|
-
[], ["
|
|
27536
|
-
"
|
|
27537
|
-
["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["
|
|
27538
|
-
|
|
27539
|
-
["
|
|
27540
|
-
["
|
|
27541
|
-
[ee.ApiFunction.
|
|
27542
|
-
module$contents$ee$batch_Export.
|
|
27543
|
-
ee.ComputedObject.prototype.
|
|
27544
|
-
ee.data.
|
|
27545
|
-
ee.data.
|
|
27546
|
-
ee.
|
|
27547
|
-
ee.Filter.
|
|
27548
|
-
ee.Image.prototype.
|
|
27549
|
-
ee.ImageCollection.prototype.
|
|
27563
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction.lookup ee.ApiFunction._apply ee.ApiFunction._call ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.classifier.toAsset ee.batch.Export.image.toAsset ee.batch.Export.image.toCloudStorage ee.batch.Export.image.toDrive ee.batch.Export.map.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.table.toDrive ee.batch.Export.table.toAsset ee.batch.Export.table.toFeatureView ee.batch.Export.table.toBigQuery ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.Collection.prototype.limit ee.Collection.prototype.iterate ee.Collection.prototype.filterMetadata ee.Collection.prototype.map ee.Collection.prototype.filterDate ee.Collection.prototype.filter ee.Collection.prototype.sort ee.Collection.prototype.filterBounds ee.ComputedObject.prototype.serialize ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.data.authenticate ee.data.authenticateViaPopup ee.data.startTableIngestion ee.data.authenticateViaPrivateKey ee.data.getAsset ee.data.getInfo ee.data.getList ee.data.listAssets ee.data.listImages ee.data.getMapId ee.data.getTileUrl ee.data.listBuckets ee.data.getFeatureViewTilesKey ee.data.getAssetRoots ee.data.listFeatures ee.data.computeValue ee.data.createAssetHome ee.data.getThumbId ee.data.createAsset ee.data.getVideoThumbId ee.data.getFilmstripThumbId ee.data.createFolder ee.data.makeThumbUrl ee.data.getDownloadId ee.data.renameAsset ee.data.makeDownloadUrl ee.data.copyAsset ee.data.getTableDownloadId ee.data.deleteAsset ee.data.makeTableDownloadUrl ee.data.getAssetAcl ee.data.newTaskId ee.data.getTaskStatus ee.data.updateAsset ee.data.getTaskList ee.data.setAssetAcl ee.data.getTaskListWithLimit ee.data.setAssetProperties ee.data.getAssetRootQuota ee.data.listOperations ee.data.cancelOperation ee.data.getWorkloadTag ee.data.setWorkloadTag ee.data.authenticateViaOauth ee.data.setDefaultWorkloadTag ee.data.getOperation ee.data.resetWorkloadTag ee.data.cancelTask ee.data.updateTask ee.data.startProcessing ee.data.startIngestion ee.Date ee.Deserializer.fromJSON ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.decodeCloudApi ee.Dictionary ee.Algorithms ee.call ee.apply ee.initialize ee.reset ee.InitState ee.TILE_SIZE ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getMap ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.select ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.Filter.neq ee.Filter.lt ee.Filter.bounds ee.Filter.gte ee.Filter.gt ee.Filter.metadata ee.Filter ee.Filter.lte ee.Filter.and ee.Filter.or ee.Filter.date ee.Filter.inList ee.Filter.prototype.not ee.Filter.eq ee.Function.prototype.call ee.Function.prototype.apply ee.Geometry.prototype.toGeoJSONString ee.Geometry.MultiPoint ee.Geometry.prototype.serialize ee.Geometry.Rectangle ee.Geometry.BBox ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.MultiLineString ee.Geometry ee.Geometry.Polygon ee.Geometry.MultiPolygon ee.Geometry.prototype.toGeoJSON ee.Geometry.Point ee.Image.prototype.getDownloadURL ee.Image.prototype.clip ee.Image ee.Image.prototype.getMap ee.Image.prototype.rename ee.Image.prototype.getInfo ee.Image.prototype.expression ee.Image.prototype.select ee.Image.rgb ee.Image.prototype.getThumbId ee.Image.prototype.getMapId ee.Image.cat ee.Image.prototype.getThumbURL ee.ImageCollection.prototype.select ee.ImageCollection.prototype.getMap ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.linkCollection ee.ImageCollection.prototype.getInfo ee.ImageCollection ee.List ee.Number ee.Serializer.encodeCloudApiPretty ee.Serializer.toCloudApiJSON ee.Serializer.encode ee.Serializer.toReadableCloudApiJSON ee.Serializer.toJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApi ee.String ee.Terrain".split(" "),
|
|
27564
|
+
orderedParamLists = [["name"], ["name", "namedArgs"], ["name", "var_args"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "), ["classifier", "opt_description", "opt_assetId", "opt_priority"], "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_priority opt_overwrite".split(" "),
|
|
27565
|
+
"image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions opt_priority".split(" "), "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris opt_priority".split(" "),
|
|
27566
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_assetId opt_maxVertices opt_priority opt_overwrite".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking opt_priority".split(" "),
|
|
27567
|
+
"collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices opt_priority".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "), "collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames opt_priority".split(" "),
|
|
27568
|
+
["max", "opt_property", "opt_ascending"], ["algorithm", "opt_first"], ["name", "operator", "value"], ["algorithm", "opt_dropNulls"], ["start", "opt_end"], ["filter"], ["property", "opt_ascending"], ["geometry"], ["legacy"], ["opt_callback"], ["func", "var_args"], ["callback"], ["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["opt_success", "opt_error"], ["taskId", "request", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"],
|
|
27569
|
+
["id", "opt_callback"], ["id", "opt_callback"], ["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["params", "opt_callback"], ["id", "x", "y", "z"], ["project", "opt_callback"], ["params", "opt_callback"], ["opt_callback"], ["asset", "params", "opt_callback"], ["obj", "opt_callback"], ["requestedId", "opt_callback"], ["params", "opt_callback"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["params", "opt_callback"],
|
|
27570
|
+
["params", "opt_callback"], ["path", "opt_force", "opt_callback"], ["id"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_callback"], ["id"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["params", "opt_callback"], ["assetId", "opt_callback"], ["id"], ["assetId", "opt_callback"], ["opt_count", "opt_callback"], ["taskId", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["opt_limit",
|
|
27571
|
+
"opt_callback"], ["assetId", "properties", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["operationName", "opt_callback"], [], ["tag"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["tag"], ["operationName", "opt_callback"], ["opt_resetDefault"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["taskId", "params", "opt_callback"], ["taskId", "request", "opt_callback"], ["date", "opt_tz"],
|
|
27572
|
+
["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], ["func", "var_args"], ["func", "namedArgs"], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "), [], [], [], ["var_args"], [], ["opt_visParams", "opt_callback"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"],
|
|
27573
|
+
["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["name", "value"], ["name", "value"], ["geometry", "opt_errorMargin"], ["name", "value"], ["name", "value"], ["name", "operator", "value"], ["opt_filter"], ["name", "value"], ["var_args"], ["var_args"], ["start", "opt_end"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], [], ["name", "value"], ["var_args"], ["namedArgs"], [], ["coords", "opt_proj"], ["legacy"], ["coords", "opt_proj",
|
|
27574
|
+
"opt_geodesic", "opt_evenOdd"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], [], ["coords", "opt_proj"], ["params", "opt_callback"], ["geometry"],
|
|
27575
|
+
["opt_args"], ["opt_visParams", "opt_callback"], ["var_args"], ["opt_callback"], ["expression", "opt_map"], ["var_args"], ["r", "g", "b"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["var_args"], ["params", "opt_callback"], ["selectors", "opt_names"], ["opt_visParams", "opt_callback"], [], ["opt_visParams", "opt_callback"], ["params", "opt_callback"], ["params", "opt_callback"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["opt_callback"],
|
|
27576
|
+
["args"], ["list"], ["number"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
27577
|
+
[ee.ApiFunction.lookup, ee.ApiFunction._apply, ee.ApiFunction._call, module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.table.toAsset,
|
|
27578
|
+
module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.table.toBigQuery, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, ee.Collection.prototype.limit, ee.Collection.prototype.iterate, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.map, ee.Collection.prototype.filterDate, ee.Collection.prototype.filter, ee.Collection.prototype.sort, ee.Collection.prototype.filterBounds, ee.ComputedObject.prototype.serialize,
|
|
27579
|
+
ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.aside, ee.ComputedObject.prototype.evaluate, ee.data.authenticate, ee.data.authenticateViaPopup, ee.data.startTableIngestion, ee.data.authenticateViaPrivateKey, ee.data.getAsset, ee.data.getInfo, ee.data.getList, ee.data.listAssets, ee.data.listImages, ee.data.getMapId, ee.data.getTileUrl, ee.data.listBuckets, ee.data.getFeatureViewTilesKey, ee.data.getAssetRoots, ee.data.listFeatures, ee.data.computeValue, ee.data.createAssetHome,
|
|
27580
|
+
ee.data.getThumbId, ee.data.createAsset, ee.data.getVideoThumbId, ee.data.getFilmstripThumbId, ee.data.createFolder, ee.data.makeThumbUrl, ee.data.getDownloadId, ee.data.renameAsset, ee.data.makeDownloadUrl, ee.data.copyAsset, ee.data.getTableDownloadId, ee.data.deleteAsset, ee.data.makeTableDownloadUrl, ee.data.getAssetAcl, ee.data.newTaskId, ee.data.getTaskStatus, ee.data.updateAsset, ee.data.getTaskList, ee.data.setAssetAcl, ee.data.getTaskListWithLimit, ee.data.setAssetProperties, ee.data.getAssetRootQuota,
|
|
27581
|
+
ee.data.listOperations, ee.data.cancelOperation, ee.data.getWorkloadTag, ee.data.setWorkloadTag, ee.data.authenticateViaOauth, ee.data.setDefaultWorkloadTag, ee.data.getOperation, ee.data.resetWorkloadTag, ee.data.cancelTask, ee.data.updateTask, ee.data.startProcessing, ee.data.startIngestion, ee.Date, ee.Deserializer.fromJSON, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.Algorithms, ee.call, ee.apply, ee.initialize, ee.reset, ee.InitState,
|
|
27582
|
+
ee.TILE_SIZE, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getMap, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.select, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.Filter.neq, ee.Filter.lt, ee.Filter.bounds, ee.Filter.gte, ee.Filter.gt, ee.Filter.metadata, ee.Filter,
|
|
27583
|
+
ee.Filter.lte, ee.Filter.and, ee.Filter.or, ee.Filter.date, ee.Filter.inList, ee.Filter.prototype.not, ee.Filter.eq, ee.Function.prototype.call, ee.Function.prototype.apply, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.MultiPoint, ee.Geometry.prototype.serialize, ee.Geometry.Rectangle, ee.Geometry.BBox, ee.Geometry.LineString, ee.Geometry.LinearRing, ee.Geometry.MultiLineString, ee.Geometry, ee.Geometry.Polygon, ee.Geometry.MultiPolygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.Point,
|
|
27584
|
+
ee.Image.prototype.getDownloadURL, ee.Image.prototype.clip, ee.Image, ee.Image.prototype.getMap, ee.Image.prototype.rename, ee.Image.prototype.getInfo, ee.Image.prototype.expression, ee.Image.prototype.select, ee.Image.rgb, ee.Image.prototype.getThumbId, ee.Image.prototype.getMapId, ee.Image.cat, ee.Image.prototype.getThumbURL, ee.ImageCollection.prototype.select, ee.ImageCollection.prototype.getMap, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getFilmstripThumbURL,
|
|
27585
|
+
ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.linkCollection, ee.ImageCollection.prototype.getInfo, ee.ImageCollection, ee.List, ee.Number, ee.Serializer.encodeCloudApiPretty, ee.Serializer.toCloudApiJSON, ee.Serializer.encode, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApi, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
27550
27586
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
27551
27587
|
});
|
|
27552
27588
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|