{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 2, "name": "Parcel Labels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102645, "latestWkid": 2229, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -117608900, "falseY": -91881400, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "spatialReference": { "wkid": 102645, "latestWkid": 2229, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -117608900, "falseY": -91881400, "xyUnits": 1600.0000000000002, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 35000, "maxScale": 10, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": null } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 15.0 && acreage <145) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage > 145.0 && acreage <250.0) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >=251.0 ) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "stackRowLength": 24, "stackSeparators": [ { "separator": " ", "visible": true }, { "separator": ",", "visible": true } ], "useCodedValues": true, "maxScale": 24001, "minScale": 35000, "name": "35000-24001", "priority": 1, "symbol": { "type": "esriTS", "color": [ 126, 103, 58, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Verdana", "size": 7, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 10.0 && acreage <60.0) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage > 85.1 && acreage <250.0) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >=251.0 ) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "stackRowLength": 24, "useCodedValues": true, "maxScale": 15001, "minScale": 24000, "name": "24000-15000", "priority": 2, "symbol": { "type": "esriTS", "color": [ 137, 90, 68, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Verdana", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 4.0 && acreage <30) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage > 30.1 && acreage <130.1) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >=130.1 ) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 200, "stackRowLength": 24, "useCodedValues": true, "maxScale": 10001, "minScale": 15000, "name": "14999-10000", "priority": 3, "symbol": { "type": "esriTS", "color": [ 137, 90, 68, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Verdana", "size": 9.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 1.2 && acreage <12.0) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage >11.0 && acreage <85.0) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >=85.1 ) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "stackRowLength": 24, "useCodedValues": true, "maxScale": 5001, "minScale": 10000, "name": "9999-5000", "priority": 4, "symbol": { "type": "esriTS", "color": [ 137, 90, 68, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Verdana", "size": 9.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 0.25 && acreage < 3.5) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage >= 3.51 && acreage <5.7) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >= 5.71) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "stackRowLength": 24, "useCodedValues": true, "maxScale": 2500, "minScale": 5000, "name": "4999-2500", "priority": 5, "symbol": { "type": "esriTS", "color": [ 115, 76, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.25, "font": { "family": "Verdana", "size": 8.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 0.1 && acreage < 2.5) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage >= 2.51 && acreage <6) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >= 6.0) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "stackRowLength": 24, "useCodedValues": true, "maxScale": 1001, "minScale": 2501, "name": "2499-1000", "priority": 6, "symbol": { "type": "esriTS", "color": [ 115, 76, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.25, "font": { "family": "Verdana", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Arcade Label Expression\nvar acreage = $feature.ToaksAcreage;\nvar apn = $feature.apn10;\nvar addr = $feature.Add_Num;\nvar situs = $feature.NavilineSitusAddress;\n\nif (acreage < 0.2) {\n return addr;\n} else {\n // Arcade Mid(text, start, numChars) is 0-indexed\n // VBS Mid(4,1) becomes Arcade Mid(3,1)\n // VBS Mid(5,3) becomes Arcade Mid(4,3)\n var formatted_apn = Left(apn, 3) + \"-\" + \n Mid(apn, 3, 1) + \"-\" + \n Mid(apn, 4, 3) + \"-\" + \n Right(apn, 3);\n \n // Concatenate with + and use NewLine constant\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 150, "stackRowLength": 24, "useCodedValues": true, "maxScale": 500, "minScale": 1000, "name": "999-800 Scale", "priority": 7, "symbol": { "type": "esriTS", "color": [ 137, 90, 68, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Verdana", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 2. Medium parcels: Show Address Number\nif (acreage > 0.25 && acreage <0.499) {\n return addNum;\n}\n\n// 3. Large parcels: Show formatted APN\nelse if (acreage > 0.5 && acreage <2.5) {\n // Formats: \"123-4-567-890\" using 0-based indexing\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage >=2.51 ) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 0, "stackRowLength": 24, "stackSeparators": [ { "separator": " ", "visible": true }, { "separator": ",", "visible": true } ], "useCodedValues": true, "maxScale": 350, "minScale": 499, "name": "StreetLevel_850-10", "priority": 8, "symbol": { "type": "esriTS", "color": [ 115, 76, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.25, "font": { "family": "Verdana", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var acreage = Number($feature.ToaksAcreage);\nvar apn_val = Lower(DefaultValue($feature.apn, \"\"));\nvar addNum = DefaultValue($feature.Add_Num, \"\");\nvar apn10_val = DefaultValue($feature.apn10, \"\");\nvar situs = DefaultValue($feature.NavilineSitusAddress, \"\"); // Defined to prevent \"undefined\" error\n\n// 1. Check for \"null\" or \"common\" status first\nif (Lower(addNum) == \"null\" || Lower(addNum) == \"none\" || apn_val == \"common\" || Lower(apn10_val) == \"none\") {\n return \"--\";\n}\n\n// 4. Larger parcels: Show formatted APN + Situs (Added missing // and if)\nelse if (acreage > 0.0 && acreage <900) {\n var formatted_apn = Mid(apn10_val, 0, 3) + \"-\" +\n Mid(apn10_val, 3, 1) + \"-\" +\n Mid(apn10_val, 4, 3) + \"-\" +\n Right(apn10_val, 3);\n return formatted_apn + TextFormatting.NewLine + situs;\n}\n\nreturn \"\";\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 349, "name": "StreetLevel", "priority": -1, "symbol": { "type": "esriTS", "color": [ 115, 76, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.25, "font": { "family": "Verdana", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 6261842.75173981, "ymin": 1848150.657195918, "xmax": 6345811.9063350735, "ymax": 1936167.9115306216, "zmin": -9.999E35, "zmax": -9.999E35, "spatialReference": { "wkid": 102645, "latestWkid": 2229, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -117608900, "falseY": -91881400, "xyUnits": 1600.0000000000002, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "name_1", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "apn10", "type": "esriFieldTypeString", "alias": "apn10", "length": 10, "domain": null }, { "name": "FullZoning", "type": "esriFieldTypeString", "alias": "FullZoning", "length": 100, "domain": null }, { "name": "LID_String", "type": "esriFieldTypeString", "alias": "LID_String", "length": 10, "domain": null }, { "name": "Location_ID", "type": "esriFieldTypeInteger", "alias": "Location_ID", "domain": null }, { "name": "NavilineSitusAddress", "type": "esriFieldTypeString", "alias": "NavilineSitusAddress", "length": 4000, "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "OwnerMailingAddress", "type": "esriFieldTypeString", "alias": "OwnerMailingAddress", "length": 50, "domain": null } ], "geometryField": {}, "indexes": null, "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "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": false, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "bc6987bc04264e03a5291017e1af19d4" }