• arcgis要素转json


    {
        "displayFieldName":"",
        "fieldAliases":
        {
            "OBJECTID":"",
            "X_Coor":"",
            "Y_Coor":"",
        },
        "geometryType":"esriGeometryPoint",
        "spatialReference":{"wkid":102100,"latestWkid":3857},
        "fields":[
            {
                "name":"OBJECTID",
                "type":"esriFieldTypeOID",
                "alias":"OBJECTID"
            },
            {
                "name":"X_Coor",
                "type":"esriFieldTypeDouble",
                "alias":"坐标X"
            },
            {
                "name":"Y_Coor",
                "type":"esriFieldTypeDouble",
                "alias":"坐标Y"
            },
        ],
        "features":[
            {
                "attributes":
                {
                    "OBJECTID":,
                    "X_Coor":
                    "Y_Coor":
                },
                "geometry":
                {
                    "x":,
                    "y":
                }
            },
            {
                "attributes":
                {
                    "OBJECTID":2,
                    "X_Coor":,
                    "Y_Coor":, 
                },
                "geometry":
                {
                    "x":,
                    "y":
                }
            }
        ]
    }
  • 相关阅读:
    #Leetcode# 448. Find All Numbers Disappeared in an Array
    #Leetcode# 65. Valid Number
    #Leetcode# 37. Sudoku Solver
    #Leetcode# 25. Reverse Nodes in k-Group
    POJ 3264 Balanced Lineup
    HDU 3947 Assign the task
    Codeforces Round #546 (Div. 2)
    2019.08.18【NOIP?提高组】模拟 A 组 总结
    jzoj 6307. 安排
    jzoj 6305. 最小值
  • 原文地址:https://www.cnblogs.com/2008nmj/p/14171564.html
Copyright © 2020-2023  润新知