摘要:/* Copyright 2019 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License
阅读全文
摘要:ArcGIS.Core.CIM.CIM3DLayerProperties ArcGIS.Core.CIM.CIM3DSymbolProperties ArcGIS.Core.CIM.CIMActivity ArcGIS.Core.CIM.CIMAltitudeParams ArcGIS.Core.C
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ArcGIS.Core.CIM; using ArcGI
阅读全文
摘要:private void Zoomscale(double scale) { var activeMapView = MapView.Active; if (activeMapView == null) return; QueuedTask.Run(() => { var cam = activeM
阅读全文
摘要:选择gdb OpenItemDialog searchGdbDialog = new OpenItemDialog { Title = "Find GDB", InitialLocation = @"C:\Data", MultiSelect = false, Filter = ItemFilter
阅读全文
摘要:/* Copyright 2018 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License
阅读全文
摘要:修改 protected void inspectorclass() { var featLayer = MapView.Active.GetSelectedLayers().First() as FeatureLayer; Int64 oid = 1; #region inspectorclass
阅读全文
摘要:private List<string> getunValue(FeatureLayer aFeatureLayer, string FieldName) { QueryFilter qf = new QueryFilter() { PrefixClause = "DISTINCT", //DIST
阅读全文