{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 19, "name": "DesignatedPoint_C", "type": "Feature Layer", "description": "Cartographic features for DesignatedPoint. A named geographical location not marked by the site of a radio navigation aid, used in defining an ATS route, the flight path of an aircraft or for other navigation or ATS purposes.", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 4326, "latestWkid": 4326, "vcsWkid": 115700, "latestVcsWkid": 115700, "xyTolerance": 8.98315284119521E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 9.999999999999999E8, "falseZ": -100000, "zUnits": 100000, "falseM": 0, "mUnits": 1 }, "sourceHeightModelInfo": { "heightModel": "ellipsoidal", "vertCRS": "WGS_1984", "heightUnit": "meter" }, "copyrightText": "Esri", "parentLayer": { "id": 15, "name": "Cartographic" }, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 1000000.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "/////////////////////////////////////////////////////////////////////\n//Function definitions\n/////////////////////////////////////////////////////////////////////\n\n//GetFeaturesArray parses attribute strings into Arcade features\n//inputs: \n// stringVal = the string to parse\n// fieldNameArray = an array listing the attributes on the output features\n//output:\n// an array of Features containing attributes listed in fieldNameArray\nfunction GetFeaturesArray(stringVal, fieldNameArray) {\n //early return: no features exist if input string is empty\n if (isEmpty(stringVal)) return []\n //split string into features\n var featurevalues = Split(stringVal, '||')\n //split each feature into attributes/fields\n var myArray = []\n for (var f in featurevalues) {\n var values = Split(featurevalues[f], '<>')\n var dict = {}\n for(var k in fieldNameArray) {\n if (Count(values) > k) {\n dict[fieldNameArray[k]] = values[k]\n } else {\n dict[fieldNameArray[k]] = \"\"\n }\n }\n var myFeature = Feature(null, dict)\n myArray[f] = myFeature\n }\n return myArray\n}\n\n/////////////////////////////////////////////////////////////////////\n//Main logic\n/////////////////////////////////////////////////////////////////////\n\n//Create DesignatedPoint \"feature\" with dictionary of attributes\nvar mainNameArray = [\"Ident_Txt\", \"Name_Txt\", \"Type_Code\", \"Repatc_Code\", \"MagneticVariation_Val\", \"Lat_Txt\", \"Long_Txt\"]\nvar mainArray = GetFeaturesArray($feature.Main_Info, mainNameArray)\n\n//early return: no symbol if no feature\nif (Count(mainArray) == 0) return \"Null Point\"\n\n//Get the main feature\n//in this sample, we know there is only one feature because relationship between\n//carto and main is 1:1. Thus we can directly access the first item in the array.\n//If Prepare Aviation Data used more complicated relates in the json config, \n//we'd need to take more care and likely loop through the array of features.\nvar mainFeature = mainArray[0]\n\n//Initialize variables\nvar symOut = \"Null Point\"\nvar rptOut = Decode(mainFeature.repatc_code, \"C\", \"Reporting Point (Compulsory) Small\", \"R\", \"Reporting Point (Non-Compulsory) Small\", symOut )\nvar wptOut = Decode(mainFeature.repatc_code, \"C\", \"Waypoint (Compulsory)\", \"R\", \"Waypoint (Non-Compulsory)\", symOut )\n\n//determine Designated Point symbol\nif (mainFeature.type_code == \"RPT\"){\n symOut = rptOut\n} else if (mainFeature.type_code == \"WPT\"){\n symOut = wptOut\n}\n\nreturn symOut\n", "valueExpressionTitle": "Custom", "uniqueValueGroups": [ { "heading": "Aeronautical Data", "classes": [ { "label": "Waypoint (Compulsory)", "description": "Waypoint (Compulsory)", "symbol": { "type": "esriPMS", "url": "06106e347200d3daf8038a6814c39c1b", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABVklEQVQokZ2TsUvDUBDG7zC4O6YOHQSHgoO8ItFFC45tBinE2eGl6OYsGvsXCO2SDN0L4pIudlAHKUVINwtShBSqAS0O/QdOLrWikKTRb7qXfO/3vrvkKZAgIsog4muSR0l6ORiObSJSETH/L0Cn56uLykKSBWIBRCScZldc3z+FNSJ6fwIMhmPLaXYheJ+ANDQJAGZqABFZ5ull0XschevzelsSESCiGQkgogwACABQ7x6epV5pCPe2/22yam1wb/rSH32I7PISt+LMWlK+PGfB20Ra9TZw7Chxmq39mpCGJoqFHCdiiBkCuCCill0tqyeHu9aRdaX+TMAqFXJwfLDt7WystADABYDg1wwQkR+yHCKy9UpDziDS0MCulsMTUw0Rp4lEfu+C5xK7ORYAU+nS0F74M3KqOFMsgO9Ap+cHa6sq15E/0bwEsLmejd2YCoCIpXmAT/3chvsc+5bgAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 12, "height": 11, "angle": 0, "xoffset": -0.005341212796742321, "yoffset": 1.0269978183560511E-6 }, "values": [ [ "Waypoint (Compulsory)" ] ] }, { "label": "Reporting Point (Compulsory) Small", "description": "Reporting Point (Compulsory) Small", "symbol": { "type": "esriPMS", "url": "35f132aae7f39f6d6926b9a0589f4a69", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAaUlEQVQImWNhQAbqZVIMN7ueIQuxoCj4/9eHQa1EiuFWTwOmAo1iY4Z/DDMZGP6DTJoFMwmh4B8DXBfD/78zGRgYfBEKILp9kCzzAYvd6D0LUQA2Gg38Y9jMwMAgxQJ2+f+/szAUQH0FAG1/IA3MDsR3AAAAAElFTkSuQmCC", "contentType": "image/png", "width": 6, "height": 5, "angle": 0, "xoffset": 0.0032509752925879904, "yoffset": 0 }, "values": [ [ "Reporting Point (Compulsory) Small" ] ] }, { "label": "Reporting Point (Non-Compulsory) Small", "description": "Reporting Point (Non-Compulsory) Small", "symbol": { "type": "esriPMS", "url": "4c9c12027b9d25dfe1fdb683cb60a5cd", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAg0lEQVQImWWPwQ3CMAxFX6UsQQYI3FkD1ugCQZzDFbUDwBpljdwL4pwtaldJDjTCp+/vZ+vbsK391fK+p61lGkCXE+5i+QzhHzj4I0IPmvXEPMYWEALS3TCaiobzD6jbie8wld75XfHmMVZAeAAR5/t6rnshmmFrSnJdnk1YNH8S8mwFG3krLCO+jBgAAAAASUVORK5CYII=", "contentType": "image/png", "width": 6, "height": 5, "angle": 0, "xoffset": -0.0032509752925879683, "yoffset": 0 }, "values": [ [ "Reporting Point (Non-Compulsory) Small" ] ] }, { "label": "Waypoint (Non-Compulsory)", "description": "Waypoint (Non-Compulsory)", "symbol": { "type": "esriPMS", "url": "b6e030e15344f05c2e57b8b891fc19fc", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVQokZ2TsUvDUBDG7zA4Ci7Cq0IHwaHiIK+IbiqObQctuDu8FEVwdJAaMzs4dDAZCo6F0qVd7KAOUorYjgUpQgvaQCwO+QdOLrWC0KTVg8Dxct/vvjve0yAkiCiCiL2wGi3sZ7vbt4hIIGL8X4BasyOmtamwEggEEJG0C3V5+/ji54jY+BOg3e0blfsW9FwP1P66AgB9YgARGXq2mBBzM8DfRa6qiAgQUR8JIKIIAEgAEA9PryqVyUvuXL4+8AHx3Sso37VU5+1TRudneRR7OJL2DTp3XE8ZuSrYhTpYZppt/3R5Lp2Ani3C3vGNTG7HZGIrxo4YovsAToioYplpcXa4YxwZJcEgFjqu54s5Lk+Tjc21xQoAlAHA+bUDRORDDpuIrFQmr4ZCHsMy037HiZaIA0dSzxZ5L4HiQAAMIiWXF96dD893FVQUCOA3UGt2nJUlwfnISzTOAWysRgOFEwEQMTkO8AUBxI5JUEX1oQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 12, "height": 11, "angle": 0, "xoffset": -0.005341212796742321, "yoffset": 1.0269978183560511E-6 }, "values": [ [ "Waypoint (Non-Compulsory)" ] ] }, { "label": "Null Point", "description": "Null Point", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Null Point" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "06106e347200d3daf8038a6814c39c1b", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABVklEQVQokZ2TsUvDUBDG7zC4O6YOHQSHgoO8ItFFC45tBinE2eGl6OYsGvsXCO2SDN0L4pIudlAHKUVINwtShBSqAS0O/QdOLrWikKTRb7qXfO/3vrvkKZAgIsog4muSR0l6ORiObSJSETH/L0Cn56uLykKSBWIBRCScZldc3z+FNSJ6fwIMhmPLaXYheJ+ANDQJAGZqABFZ5ull0XschevzelsSESCiGQkgogwACABQ7x6epV5pCPe2/22yam1wb/rSH32I7PISt+LMWlK+PGfB20Ra9TZw7Chxmq39mpCGJoqFHCdiiBkCuCCill0tqyeHu9aRdaX+TMAqFXJwfLDt7WystADABYDg1wwQkR+yHCKy9UpDziDS0MCulsMTUw0Rp4lEfu+C5xK7ORYAU+nS0F74M3KqOFMsgO9Ap+cHa6sq15E/0bwEsLmejd2YCoCIpXmAT/3chvsc+5bgAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 12, "height": 11, "angle": 0, "xoffset": -0.005341212796742321, "yoffset": 1.0269978183560511E-6 }, "value": "Waypoint (Compulsory)", "label": "Waypoint (Compulsory)" }, { "symbol": { "type": "esriPMS", "url": "35f132aae7f39f6d6926b9a0589f4a69", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAaUlEQVQImWNhQAbqZVIMN7ueIQuxoCj4/9eHQa1EiuFWTwOmAo1iY4Z/DDMZGP6DTJoFMwmh4B8DXBfD/78zGRgYfBEKILp9kCzzAYvd6D0LUQA2Gg38Y9jMwMAgxQJ2+f+/szAUQH0FAG1/IA3MDsR3AAAAAElFTkSuQmCC", "contentType": "image/png", "width": 6, "height": 5, "angle": 0, "xoffset": 0.0032509752925879904, "yoffset": 0 }, "value": "Reporting Point (Compulsory) Small", "label": "Reporting Point (Compulsory) Small" }, { "symbol": { "type": "esriPMS", "url": "4c9c12027b9d25dfe1fdb683cb60a5cd", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAg0lEQVQImWWPwQ3CMAxFX6UsQQYI3FkD1ugCQZzDFbUDwBpljdwL4pwtaldJDjTCp+/vZ+vbsK391fK+p61lGkCXE+5i+QzhHzj4I0IPmvXEPMYWEALS3TCaiobzD6jbie8wld75XfHmMVZAeAAR5/t6rnshmmFrSnJdnk1YNH8S8mwFG3krLCO+jBgAAAAASUVORK5CYII=", "contentType": "image/png", "width": 6, "height": 5, "angle": 0, "xoffset": -0.0032509752925879683, "yoffset": 0 }, "value": "Reporting Point (Non-Compulsory) Small", "label": "Reporting Point (Non-Compulsory) Small" }, { "symbol": { "type": "esriPMS", "url": "b6e030e15344f05c2e57b8b891fc19fc", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaUlEQVQokZ2TsUvDUBDG7zA4Ci7Cq0IHwaHiIK+IbiqObQctuDu8FEVwdJAaMzs4dDAZCo6F0qVd7KAOUorYjgUpQgvaQCwO+QdOLrWC0KTVg8Dxct/vvjve0yAkiCiCiL2wGi3sZ7vbt4hIIGL8X4BasyOmtamwEggEEJG0C3V5+/ji54jY+BOg3e0blfsW9FwP1P66AgB9YgARGXq2mBBzM8DfRa6qiAgQUR8JIKIIAEgAEA9PryqVyUvuXL4+8AHx3Sso37VU5+1TRudneRR7OJL2DTp3XE8ZuSrYhTpYZppt/3R5Lp2Ani3C3vGNTG7HZGIrxo4YovsAToioYplpcXa4YxwZJcEgFjqu54s5Lk+Tjc21xQoAlAHA+bUDRORDDpuIrFQmr4ZCHsMy037HiZaIA0dSzxZ5L4HiQAAMIiWXF96dD893FVQUCOA3UGt2nJUlwfnISzTOAWysRgOFEwEQMTkO8AUBxI5JUEX1oQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 12, "height": 11, "angle": 0, "xoffset": -0.005341212796742321, "yoffset": 1.0269978183560511E-6 }, "value": "Waypoint (Non-Compulsory)", "label": "Waypoint (Non-Compulsory)" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Null Point", "label": "Null Point" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 208, 252, 255 ], "toColor": [ 207, 208, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 252, 179, 255 ], "toColor": [ 180, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 179, 255 ], "toColor": [ 252, 210, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 246, 255 ], "toColor": [ 189, 252, 246, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 230, 255 ], "toColor": [ 252, 179, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 251, 252, 187, 255 ], "toColor": [ 251, 252, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 228, 255 ], "toColor": [ 252, 215, 228, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 179, 252, 255 ], "toColor": [ 207, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 252, 215, 255 ], "toColor": [ 212, 252, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 202, 232, 252, 255 ], "toColor": [ 202, 232, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 194, 255 ], "toColor": [ 252, 182, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 240, 207, 255 ], "toColor": [ 252, 240, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 204, 252, 255 ], "toColor": [ 240, 204, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -754421.3729639997, "ymin": 4759844.492100667, "xmax": -7119.731917134554, "ymax": 5120542.394890504, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ISVISIBLE", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "GFID", "type": "esriFieldTypeGUID", "alias": "GFID", "length": 38, "domain": null }, { "name": "ISVISIBLE", "type": "esriFieldTypeSmallInteger", "alias": "IsVisible", "domain": { "type": "codedValue", "name": "Code_Yes_No", "description": "", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 }, { "name": "Other", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CARTOMODIFIED_CODE", "type": "esriFieldTypeSmallInteger", "alias": "CartoModified_Code", "domain": { "type": "codedValue", "name": "Code_Yes_No", "description": "", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 }, { "name": "Other", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LABELSTATUS_CODE", "type": "esriFieldTypeSmallInteger", "alias": "LabelStatus_Code", "domain": { "type": "codedValue", "name": "Code_LabelStatus", "description": "", "codedValues": [ { "name": "No Label", "code": 0 }, { "name": "Full Label", "code": 1 }, { "name": "Abbreviated Label", "code": 2 }, { "name": "Abbreviated Panel Label", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LABEL_TXT", "type": "esriFieldTypeString", "alias": "Label_Txt", "length": 2000, "domain": null }, { "name": "MAPID_TXT", "type": "esriFieldTypeString", "alias": "MapId_Txt", "length": 500, "domain": null }, { "name": "MASTER_ID", "type": "esriFieldTypeGUID", "alias": "Master_Id", "length": 38, "domain": null }, { "name": "CHARTTYPE_CODE", "type": "esriFieldTypeSmallInteger", "alias": "ChartType_Code", "domain": { "type": "codedValue", "name": "Code_Awy_Structure", "description": "", "codedValues": [ { "name": "High", "code": 0 }, { "name": "Low", "code": 1 }, { "name": "Both", "code": 2 }, { "name": "Terminal", "code": 3 }, { "name": "RNAV", "code": 4 }, { "name": "Runway or Displaced Threshold", "code": 5 }, { "name": "Pitch and Catch (RNAV)", "code": 6 }, { "name": "Off Rte Intersection in FAA airspace", "code": 7 }, { "name": "ATCAA and SUAS Waypoints", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FLAGTYPE_CODE", "type": "esriFieldTypeSmallInteger", "alias": "FlagType_Code", "domain": { "type": "codedValue", "name": "Code_Type_SigPntFlag", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "MRALeft", "code": 1 }, { "name": "MRARight", "code": 2 }, { "name": "MCALeft", "code": 3 }, { "name": "MCARight", "code": 4 }, { "name": "BothLeft", "code": 5 }, { "name": "BothRight", "code": 6 }, { "name": "MRALeftInvertR", "code": 7 }, { "name": "MRARightInvertR", "code": 8 }, { "name": "BothLeftInvertR", "code": 9 }, { "name": "BothRightInvertR", "code": 10 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FLAGCOLOR_CODE", "type": "esriFieldTypeSmallInteger", "alias": "FlagColor_Code", "domain": { "type": "codedValue", "name": "Code_SigPntFlagColor", "description": "", "codedValues": [ { "name": "Brown", "code": 0 }, { "name": "Black", "code": 1 }, { "name": "Blue", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FLAGANGLE_VAL", "type": "esriFieldTypeDouble", "alias": "FlagAngle_Val", "domain": null }, { "name": "ABBRIT", "type": "esriFieldTypeSmallInteger", "alias": "Abbrit", "domain": null }, { "name": "CARTOANGLE_VAL", "type": "esriFieldTypeDouble", "alias": "CartoAngle_Val", "domain": null }, { "name": "SYMBOLSIZE_VAL", "type": "esriFieldTypeDouble", "alias": "SymbolSize_Val", "domain": null }, { "name": "CARTONOTES_TXT", "type": "esriFieldTypeString", "alias": "CartoNotes_Txt", "length": 255, "domain": null }, { "name": "CARTOROTATION_VAL", "type": "esriFieldTypeDouble", "alias": "CartoRotation_Val", "domain": null }, { "name": "SOURCE_TXT", "type": "esriFieldTypeString", "alias": "SOURCE_TXT", "length": 50, "domain": null }, { "name": "Main_Info", "type": "esriFieldTypeString", "alias": "Main_Info", "length": 2000, "domain": null }, { "name": "ReferenceScale", "type": "esriFieldTypeDouble", "alias": "ReferenceScale", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "FDO_GlobalID", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [ { "id": 1, "name": "DesignatedPoint_C_A", "relatedTableId": 4, "role": "esriRelRoleOrigin", "keyField": "GlobalID", "cardinality": "esriRelCardinalityOneToMany", "composite": true, "catalogID": "{A7757018-3F50-4CD6-AC5C-F3285CE69A90}" } ], "canModifyLayer": false, "canScaleSymbols": true, "hasLabels": false, "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": false, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": true, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "capabilities": "Map,TilesOnly", "serviceItemId": "217a8232955645f786d3d13fe040d0ae" }