网站首页 站内搜索

搜索结果

查询Tags标签: featureLayer,共有 2条记录
  • JS API模块之FeatureLayer要素点击查询

    一、PopupTemplate实现 var featureLayer = new FeatureLayer({url: "...", });map.add(featureLayer); featureLayer.when(() => {let popupTemplate = {title: featureLayer.title,outFields: ["*"],content: [{type: "fields",fieldI…

    2022/7/24 6:25:15 人评论 次浏览
  • ArcGIS Pro二次开发SDK 对象分割Edit Operation Split Features

    var splitFeatures = new EditOperation(); splitFeatures.Name = "Split Features";var splitPoints = new List<MapPoint>() { mp1, mp2, mp3 };//Split the feature at 3 points splitFeatures.Split(featureLayer, oid, splitPoints);// split using …

    2022/4/10 23:13:22 人评论 次浏览
扫一扫关注最新编程教程