{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 4, "name": "Assessor Parcels", "type": "Feature Layer", "description": "Polygon feature class to graphically represent taxable parcels of land within Riverside County. This layer is created by joining PARCELS feature class attribute table with Assessor tables to provide additional information about each parcel.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "spatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3.597970630767777E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "RCIT", "parentLayer": { "id": 0, "name": "06 Parcels" }, "subLayers": [], "minScale": 24000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 1.2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "\n// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 1200, "name": "all acres at 1:1,200 scale", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "dynamicNeverRemove", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "ACREAGE >= 0.2 And ACREAGE < 0.9", "useCodedValues": true, "maxScale": 1200, "minScale": 1600, "name": "0.2 >= & < 0.9 acres", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 9, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "ACREAGE >= 0.9 And ACREAGE < 6", "useCodedValues": true, "maxScale": 1200, "minScale": 4800, "name": "0.9 >= & < 6 acres", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "ACREAGE >= 6 And ACREAGE < 18", "useCodedValues": true, "maxScale": 1200, "minScale": 6000, "name": "6 >= & < 18 acres", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "ACREAGE >= 18 And ACREAGE < 30", "useCodedValues": true, "maxScale": 1200, "minScale": 9000, "name": "18 >= & < 30 acres", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "ACREAGE >= 30 And ACREAGE < 200", "useCodedValues": true, "maxScale": 1200, "minScale": 10000, "name": "30 >= & <200 acres", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// Returns label for PARCELS_CREST.\nreturn When(\n\n //If LOT field is not empty and Blook field is not empty but County Code is empty, return label with Map book page, block, lot and APN. MB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and Block and County Code fields are not empty, return label with County Code, Map book page, block, lot and APN. SBMB 16/7 Block 7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine + \"Block \" +$feature.BLOCK + TextFormatting.NewLine + 'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3),\n\n //If LOT field is not empty and BLOCK field is empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is not empty and BLOCK field is empty and County Code field is not empty, return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == FALSE && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.COUNTY_CODE) == FALSE, $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE + TextFormatting.NewLine +'Lot '+ $feature.LOT + TextFormatting.NewLine + Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field is not empty and County Code field is empty, return label with Map book page, lot and APN. MB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == TRUE, $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n //If LOT field is empty and BLOCK field is empty but MAP_BOOK_PAGE field and County code are not empty return label with County Code, Map book page, lot and APN. SBMB 16/7 Lot 2 APN 123-456-789\n isEmpty($feature.LOT) == True && isEmpty($feature.BLOCK) == TRUE && isEmpty($feature.MAP_BOOK_PAGE) == FALSE && isEmpty($feature.COUNTY_CODE) == FALSE , $feature.COUNTY_CODE + $feature.MAP_BOOK_PAGE +TextFormatting.NewLine+ Left($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3), \n\n//Else return APN.\nLeft($feature.APN, 3) + \"-\" +Mid($feature.APN,3,3) + \"-\" + Right($feature.APN, 3)\n);", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelPerPart", "allowOverrun": true, "deconflictionStrategy": "static", "repeatLabel": false, "useClippedGeometry": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "ACREAGE >= 200", "useCodedValues": true, "maxScale": 1200, "minScale": 14000, "name": "200 acres & >", "priority": 2, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 76, 0, 115, 255 ], "haloSize": 1.25, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 6128715.251304641, "ymin": 2098730.789070472, "xmax": 7110966.260551974, "ymax": 2341310.131010562, "spatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3.597970630767777E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "APN", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "APN", "type": "esriFieldTypeString", "alias": "APN", "length": 32, "domain": null }, { "name": "FLAG", "type": "esriFieldTypeString", "alias": "FLAG", "length": 2, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "SHAPE.STArea()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STArea()", "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null }, { "name": "MAIL_STREET", "type": "esriFieldTypeString", "alias": "MAIL_STREET", "length": 64, "domain": null }, { "name": "MAIL_CITY", "type": "esriFieldTypeString", "alias": "MAIL_CITY", "length": 48, "domain": null }, { "name": "SITUS_STREET", "type": "esriFieldTypeString", "alias": "SITUS_STREET", "length": 64, "domain": null }, { "name": "SITUS_CITY", "type": "esriFieldTypeString", "alias": "SITUS_CITY", "length": 48, "domain": null }, { "name": "STREET_NUMBER", "type": "esriFieldTypeInteger", "alias": "STREET_NUMBER", "domain": null }, { "name": "STREET_PREDIRECTION", "type": "esriFieldTypeString", "alias": "STREET_PREDIRECTION", "length": 2, "domain": null }, { "name": "STREET_NAME", "type": "esriFieldTypeString", "alias": "STREET_NAME", "length": 64, "domain": null }, { "name": "STREET_TYPE", "type": "esriFieldTypeString", "alias": "STREET_TYPE", "length": 8, "domain": null }, { "name": "STREET_SUFFIX", "type": "esriFieldTypeString", "alias": "STREET_SUFFIX", "length": 16, "domain": null }, { "name": "UNIT_NUMBER", "type": "esriFieldTypeString", "alias": "UNIT_NUMBER", "length": 8, "domain": null }, { "name": "CITY", "type": "esriFieldTypeString", "alias": "CITY", "length": 32, "domain": null }, { "name": "ZIP_CODE", "type": "esriFieldTypeString", "alias": "ZIP_CODE", "length": 16, "domain": null }, { "name": "CLASS_CODE", "type": "esriFieldTypeString", "alias": "CLASS_CODE", "length": 64, "domain": null }, { "name": "MULTIPLE", "type": "esriFieldTypeString", "alias": "MULTIPLE", "length": 64, "domain": null }, { "name": "SUBDIVISION_NAME", "type": "esriFieldTypeString", "alias": "SUBDIVISION_NAME", "length": 64, "domain": null }, { "name": "ACREAGE", "type": "esriFieldTypeDouble", "alias": "ACREAGE", "domain": null }, { "name": "RECORDER_MAP_TYPE", "type": "esriFieldTypeString", "alias": "RECORDER_MAP_TYPE", "length": 16, "domain": null }, { "name": "BOOK", "type": "esriFieldTypeString", "alias": "BOOK", "length": 4, "domain": null }, { "name": "PAGE", "type": "esriFieldTypeString", "alias": "PAGE", "length": 4, "domain": null }, { "name": "MAP_BOOK_PAGE", "type": "esriFieldTypeString", "alias": "MAP_BOOK_PAGE", "length": 16, "domain": null }, { "name": "COUNTY_CODE", "type": "esriFieldTypeString", "alias": "COUNTY_CODE", "length": 2, "domain": null }, { "name": "LOT_TYPE", "type": "esriFieldTypeString", "alias": "LOT_TYPE", "length": 16, "domain": null }, { "name": "LOT", "type": "esriFieldTypeString", "alias": "LOT", "length": 64, "domain": null }, { "name": "BLOCK", "type": "esriFieldTypeString", "alias": "BLOCK", "length": 64, "domain": null }, { "name": "CAME_FROM", "type": "esriFieldTypeString", "alias": "CAME_FROM", "length": 2000, "domain": null }, { "name": "TAX_RATE_AREA", "type": "esriFieldTypeString", "alias": "TAX_RATE_AREA", "length": 6, "domain": null }, { "name": "LAND", "type": "esriFieldTypeDouble", "alias": "LAND", "domain": null }, { "name": "STRUCTURES", "type": "esriFieldTypeDouble", "alias": "STRUCTURES", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R357_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "I803MAP_BOOK_PAG", "fields": "MAP_BOOK_PAGE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803ZIP_CODE", "fields": "ZIP_CODE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803CITY", "fields": "CITY", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803STREET_NAME", "fields": "STREET_NAME", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803SITUS_CITY", "fields": "SITUS_CITY", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803SITUS_STREET", "fields": "SITUS_STREET", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803MAIL_CITY", "fields": "MAIL_CITY", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803MAIL_STREET", "fields": "MAIL_STREET", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I803APN", "fields": "APN", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S324_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 15000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": 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": { "timeZone": "Pacific Standard Time", "timeZoneIANA": "America/Los_Angeles", "respectsDaylightSaving": true }, "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": "6a646c4f84484dd7af75946f10dafaaf" }