-
cloneScheme
(scheme)
{LocationScheme}
克隆位置方案對象。
參數:
類型 說明 scheme LocationScheme要克隆的位置方案對象。
返回:
類型 說明 LocationScheme 返回給定位置方案對象的克隆。 例子:
// clones the primary scheme returned from the getSchemes() method let locationScheme = primaryScheme.clone();
基本信息
以下是所在類或對象的基本信息。
AMD:
require(["esri/smartMapping/symbology/location"], (locationSchemes) => { /* code goes here */ });
ESM:
import * as locationSchemes from "@arcgis/core/smartMapping/symbology/location";
對象:
esri/smartMapping/symbology/location
自從:用於 JavaScript 4.2 的 ArcGIS API
用法說明
location.cloneScheme
函數(或屬性)的定義如下:
相關用法
- JavaScript ArcGIS location.createRenderer用法及代碼示例
- JavaScript ArcGIS location.getSchemes用法及代碼示例
- JavaScript ArcGIS locator.addressToLocations用法及代碼示例
- JavaScript ArcGIS locator.addressesToLocations用法及代碼示例
- JavaScript ArcGIS lang.clone用法及代碼示例
- JavaScript ArcGIS SceneView double-click事件用法及代碼示例
- JavaScript ArcGIS geometryEngineAsync.overlaps用法及代碼示例
- JavaScript ArcGIS Expand.when用法及代碼示例
- JavaScript ArcGIS Sublayer.JoinTableDataSource用法及代碼示例
- JavaScript ArcGIS FillSymbol3DLayer.outline用法及代碼示例
- JavaScript ArcGIS Ground.loadAll用法及代碼示例
- JavaScript Object valueOf()用法及代碼示例
- JavaScript ArcGIS LabelClass.repeatLabelDistance用法及代碼示例
- JavaScript ArcGIS KMLLayerView.when用法及代碼示例
- JavaScript ArcGIS Daylight.visibleElements用法及代碼示例
- JavaScript Uint8Array.of()用法及代碼示例
- JavaScript ArcGIS CIMSymbol.CIMTextSymbol用法及代碼示例
- JavaScript new Legend用法及代碼示例
- JavaScript Slider.effectiveMin用法及代碼示例
- JavaScript Sketch.classes用法及代碼示例
- JavaScript Sketch.visible用法及代碼示例
- JavaScript ArcGIS AreaMeasurement3D.analysis用法及代碼示例
- JavaScript ArcGIS PolygonDrawAction draw-complete事件用法及代碼示例
- JavaScript ArcGIS PathSymbol3DLayer用法及代碼示例
- JavaScript ArcGIS decorators.cast用法及代碼示例
注:本文由純淨天空篩選整理自arcgis.com大神的英文原創作品 location.cloneScheme。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。