{ "layers": [ { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 0, "name": "Address Points", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 1.12431415510413E-4, "zTolerance": 1.9999999999999998E-5, "mTolerance": 1.9999999999999998E-5, "falseX": -1.11140599999959E8, "falseY": -9.15320999999769E7, "xyUnits": 71154.4897276423, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 85, 255, 0, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[ST_NUMBER]", "labelPlacement": "esriServerPointLabelPlacementAboveRight", "deconflictionStrategy": "dynamic", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "UNITS IS NULL OR UNITS = ' '", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Default", "priority": 12, "symbol": { "type": "esriTS", "color": [ 0, 0, 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, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpression": "[ST_NUMBER] CONCAT \", \" CONCAT [UNITS]", "labelPlacement": "esriServerPointLabelPlacementAboveRight", "deconflictionStrategy": "dynamic", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "where": "UNITS IS NOT NULL AND UNITS <> ' '", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Addr_Units", "priority": 14, "symbol": { "type": "esriTS", "color": [ 0, 0, 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, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": false, "extent": { "xmin": 1.20787194256265E7, "ymin": 3366806.198229, "xmax": 1.21926177214517E7, "ymax": 3481853.27478864, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ST_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "ADDRESS", "type": "esriFieldTypeString", "alias": "ADDRESS", "length": 50, "domain": null }, { "name": "MAP_PARCEL", "type": "esriFieldTypeString", "alias": "MAP_PARCEL", "length": 13, "domain": null }, { "name": "CNTRL_NO", "type": "esriFieldTypeDouble", "alias": "CNTRL_NO", "domain": null }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 15, "domain": { "type": "codedValue", "name": "STATUS", "description": "active level of point", "codedValues": [ { "name": "TRUE", "code": "TRUE" }, { "name": "RANGE", "code": "RANGE" }, { "name": "CORNER", "code": "CORNER" }, { "name": "LAND", "code": "LAND" }, { "name": "MULTI", "code": "MULTI" }, { "name": "PRELIMINARY", "code": "PRELIMINARY" }, { "name": "TEMPORARY", "code": "TEMPORARY" }, { "name": "MODEL", "code": "MODEL" }, { "name": "RETIRED", "code": "RETIRED" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ST_PREFIX", "type": "esriFieldTypeString", "alias": "ST_PREFIX", "length": 3, "domain": { "type": "codedValue", "name": "Prefix", "description": "Street Name Prefix", "codedValues": [ { "name": "N", "code": "N" }, { "name": "S", "code": "S" }, { "name": "E", "code": "E" }, { "name": "W", "code": "W" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ST_NUMBER", "type": "esriFieldTypeInteger", "alias": "ST_NUMBER", "domain": null }, { "name": "ST_NAME", "type": "esriFieldTypeString", "alias": "ST_NAME", "length": 32, "domain": null }, { "name": "ST_TYPE", "type": "esriFieldTypeString", "alias": "ST_TYPE", "length": 10, "domain": { "type": "codedValue", "name": "Streettype_2", "description": "Street type discription", "codedValues": [ { "name": "ALY", "code": "ALY" }, { "name": "ANX", "code": "ANX" }, { "name": "ARC", "code": "ARC" }, { "name": "ARCH", "code": "ARCH" }, { "name": "AVE", "code": "AVE" }, { "name": "BANK", "code": "BANK" }, { "name": "BCH", "code": "BCH" }, { "name": "BG", "code": "BG" }, { "name": "BGS", "code": "BGS" }, { "name": "BLF", "code": "BLF" }, { "name": "BLFS", "code": "BLFS" }, { "name": "BLVD", "code": "BLVD" }, { "name": "BND", "code": "BND" }, { "name": "BR", "code": "BR" }, { "name": "BRG", "code": "BRG" }, { "name": "BRK", "code": "BRK" }, { "name": "BRKS", "code": "BRKS" }, { "name": "BTM", "code": "BTM" }, { "name": "BYP", "code": "BYP" }, { "name": "BYU", "code": "BYU" }, { "name": "CHASE", "code": "CHASE" }, { "name": "CIR", "code": "CIR" }, { "name": "CIRS", "code": "CIRS" }, { "name": "CLB", "code": "CLB" }, { "name": "CLF", "code": "CLF" }, { "name": "CLFS", "code": "CLFS" }, { "name": "CLOSE", "code": "CLOSE" }, { "name": "CMN", "code": "CMN" }, { "name": "CMNS", "code": "CMNS" }, { "name": "COR", "code": "COR" }, { "name": "CORS", "code": "CORS" }, { "name": "CP", "code": "CP" }, { "name": "CPE", "code": "CPE" }, { "name": "CRES", "code": "CRES" }, { "name": "CRK", "code": "CRK" }, { "name": "CROSS", "code": "CROSS" }, { "name": "CRSE", "code": "CRSE" }, { "name": "CRST", "code": "CRST" }, { "name": "CSWY", "code": "CSWY" }, { "name": "CT", "code": "CT" }, { "name": "CTR", "code": "CTR" }, { "name": "CTRS", "code": "CTRS" }, { "name": "CTS", "code": "CTS" }, { "name": "CURV", "code": "CURV" }, { "name": "CV", "code": "CV" }, { "name": "CVS", "code": "CVS" }, { "name": "CYN", "code": "CYN" }, { "name": "DL", "code": "DL" }, { "name": "DM", "code": "DM" }, { "name": "DR", "code": "DR" }, { "name": "DRS", "code": "DRS" }, { "name": "DV", "code": "DV" }, { "name": "EST", "code": "EST" }, { "name": "ESTS", "code": "ESTS" }, { "name": "EXPY", "code": "EXPY" }, { "name": "EXT", "code": "EXT" }, { "name": "EXTS", "code": "EXTS" }, { "name": "FALL", "code": "FALL" }, { "name": "FLD", "code": "FLD" }, { "name": "FLDS", "code": "FLDS" }, { "name": "FLS", "code": "FLS" }, { "name": "FLT", "code": "FLT" }, { "name": "FLTS", "code": "FLTS" }, { "name": "FLYWAY", "code": "FLYWAY" }, { "name": "FRD", "code": "FRD" }, { "name": "FRDS", "code": "FRDS" }, { "name": "FRG", "code": "FRG" }, { "name": "FRGS", "code": "FRGS" }, { "name": "FRK", "code": "FRK" }, { "name": "FRKS", "code": "FRKS" }, { "name": "FRST", "code": "FRST" }, { "name": "FRY", "code": "FRY" }, { "name": "FT", "code": "FT" }, { "name": "FWY", "code": "FWY" }, { "name": "GATE", "code": "GATE" }, { "name": "GDN", "code": "GDN" }, { "name": "GDNS", "code": "GDNS" }, { "name": "GLN", "code": "GLN" }, { "name": "GLNS", "code": "GLNS" }, { "name": "GRN", "code": "GRN" }, { "name": "GRNS", "code": "GRNS" }, { "name": "GRV", "code": "GRV" }, { "name": "GRVS", "code": "GRVS" }, { "name": "GTWY", "code": "GTWY" }, { "name": "HARB", "code": "HARB" }, { "name": "HBRS", "code": "HBRS" }, { "name": "HL", "code": "HL" }, { "name": "HOLW", "code": "HOLW" }, { "name": "HTS", "code": "HTS" }, { "name": "HVN", "code": "HVN" }, { "name": "HWY", "code": "HWY" }, { "name": "INLT", "code": "INLT" }, { "name": "IS", "code": "IS" }, { "name": "ISLE", "code": "ISLE" }, { "name": "ISS", "code": "ISS" }, { "name": "JCT", "code": "JCT" }, { "name": "KEEP", "code": "KEEP" }, { "name": "KNL", "code": "KNL" }, { "name": "KNLS", "code": "KNLS" }, { "name": "KY", "code": "KY" }, { "name": "KYS", "code": "KYS" }, { "name": "LAIR", "code": "LAIR" }, { "name": "LAND", "code": "LAND" }, { "name": "LCK", "code": "LCK" }, { "name": "LCKS", "code": "LCKS" }, { "name": "LDG", "code": "LDG" }, { "name": "LF", "code": "LF" }, { "name": "LGT", "code": "LGT" }, { "name": "LGTS", "code": "LGTS" }, { "name": "LK", "code": "LK" }, { "name": "LKS", "code": "LKS" }, { "name": "LN", "code": "LN" }, { "name": "LNDG", "code": "LNDG" }, { "name": "LOOKOUT", "code": "LOOKOUT" }, { "name": "LOOP", "code": "LOOP" }, { "name": "MALL", "code": "MALL" }, { "name": "MDW", "code": "MDW" }, { "name": "MDWS", "code": "MDWS" }, { "name": "MEWS", "code": "MEWS" }, { "name": "ML", "code": "ML" }, { "name": "MLS", "code": "MLS" }, { "name": "MNR", "code": "MNR" }, { "name": "MNRS", "code": "MNRS" }, { "name": "MSN", "code": "MSN" }, { "name": "MT", "code": "MT" }, { "name": "MTN", "code": "MTN" }, { "name": "MTNS", "code": "MTNS" }, { "name": "MTWY", "code": "MTWY" }, { "name": "NCK", "code": "NCK" }, { "name": "OPAS", "code": "OPAS" }, { "name": "ORCH", "code": "ORCH" }, { "name": "OVAL", "code": "OVAL" }, { "name": "PARK", "code": "PARK" }, { "name": "PASS", "code": "PASS" }, { "name": "PATH", "code": "PATH" }, { "name": "PDGE", "code": "PDGE" }, { "name": "PIKE", "code": "PIKE" }, { "name": "PKWY", "code": "PKWY" }, { "name": "PL", "code": "PL" }, { "name": "PLN", "code": "PLN" }, { "name": "PLNS", "code": "PLNS" }, { "name": "PLZ", "code": "PLZ" }, { "name": "PNE", "code": "PINE" }, { "name": "PNES", "code": "PINES" }, { "name": "POINTE", "code": "POINTE" }, { "name": "PR", "code": "PR" }, { "name": "PRT", "code": "PRT" }, { "name": "PRTS", "code": "PRTS" }, { "name": "PT", "code": "PT" }, { "name": "PTS", "code": "PTS" }, { "name": "QUARTER", "code": "QUARTER" }, { "name": "QUAY", "code": "QUAY" }, { "name": "RADL", "code": "RADL" }, { "name": "RAMP", "code": "RAMP" }, { "name": "RD", "code": "RD" }, { "name": "RDG", "code": "RDG" }, { "name": "RDGS", "code": "RDGS" }, { "name": "REACH", "code": "REACH" }, { "name": "RIV", "code": "RIV" }, { "name": "RNCH", "code": "RNCH" }, { "name": "ROW", "code": "ROW" }, { "name": "RPD", "code": "RPD" }, { "name": "RPDS", "code": "RPDS" }, { "name": "RST", "code": "RST" }, { "name": "RTE", "code": "RTE" }, { "name": "RUE", "code": "RUE" }, { "name": "RUN", "code": "RUN" }, { "name": "SHL", "code": "SHL" }, { "name": "SHLS", "code": "SHLS" }, { "name": "SHR", "code": "SHR" }, { "name": "SHRS", "code": "SHRS" }, { "name": "SKWY", "code": "SKWY" }, { "name": "SMT", "code": "SMT" }, { "name": "SPG", "code": "SPG" }, { "name": "SPGS", "code": "SPGS" }, { "name": "SPUR", "code": "SPUR" }, { "name": "SQ", "code": "SQ" }, { "name": "SQS", "code": "SQS" }, { "name": "ST", "code": "ST" }, { "name": "STA", "code": "STA" }, { "name": "STRA", "code": "STRA" }, { "name": "STRAND", "code": "STRND" }, { "name": "STRM", "code": "STRM" }, { "name": "STS", "code": "STS" }, { "name": "SWS", "code": "SWS" }, { "name": "TER", "code": "TER" }, { "name": "TPKE", "code": "TPKE" }, { "name": "TRAK", "code": "TRAK" }, { "name": "TRCE", "code": "TRCE" }, { "name": "TRFY", "code": "TRFY" }, { "name": "TRL", "code": "TRL" }, { "name": "TRWY", "code": "TRWY" }, { "name": "TUNL", "code": "TUNL" }, { "name": "UN", "code": "UN" }, { "name": "UNS", "code": "UNS" }, { "name": "UPAS", "code": "UPAS" }, { "name": "VIA", "code": "VIA" }, { "name": "VIS", "code": "VIS" }, { "name": "VL", "code": "VL" }, { "name": "VLG", "code": "VLG" }, { "name": "VLY", "code": "VLY" }, { "name": "VLYS", "code": "VLYS" }, { "name": "VW", "code": "VW" }, { "name": "WALK", "code": "WALK" }, { "name": "WALL", "code": "WALL" }, { "name": "WAY", "code": "WAY" }, { "name": "WAYS", "code": "WAYS" }, { "name": "WL", "code": "WL" }, { "name": "WLS", "code": "WLS" }, { "name": "XING", "code": "XING" }, { "name": "XRD", "code": "XRD" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ST_SUFFIX", "type": "esriFieldTypeString", "alias": "ST_SUFFIX", "length": 3, "domain": { "type": "codedValue", "name": "Direction", "description": "Road direction", "codedValues": [ { "name": "E", "code": "E" }, { "name": "N", "code": "N" }, { "name": "S", "code": "S" }, { "name": "W", "code": "W" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ST_ZIPCODE", "type": "esriFieldTypeInteger", "alias": "ST_ZIPCODE", "domain": { "type": "codedValue", "name": "ZipCode_2", "description": "the zip code zone where road is located", "codedValues": [ { "name": "23320", "code": 23320 }, { "name": "23321", "code": 23321 }, { "name": "23322", "code": 23322 }, { "name": "23323", "code": 23323 }, { "name": "23324", "code": 23324 }, { "name": "23325", "code": 23325 }, { "name": "23435", "code": 23435 }, { "name": "23457", "code": 23457 }, { "name": "23464", "code": 23464 }, { "name": "23523", "code": 23523 }, { "name": "23701", "code": 23701 }, { "name": "23703", "code": 23703 }, { "name": "23702", "code": 23702 }, { "name": "27958", "code": 27958 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ST_CITY", "type": "esriFieldTypeString", "alias": "ST_CITY", "length": 10, "domain": null }, { "name": "ST_STATE", "type": "esriFieldTypeString", "alias": "ST_STATE", "length": 2, "domain": null }, { "name": "UNITS", "type": "esriFieldTypeString", "alias": "UNITS", "length": 6, "domain": null }, { "name": "USE_", "type": "esriFieldTypeString", "alias": "USE", "length": 20, "domain": { "type": "codedValue", "name": "USE_1", "description": "Multi addressed property uses", "codedValues": [ { "name": "ATM", "code": "ATM" }, { "name": "Airport", "code": "AP" }, { "name": "Apartment Office", "code": "Apartment Office" }, { "name": "Apartments", "code": "APTS" }, { "name": "Ball Park", "code": "Ball Park" }, { "name": "Bank", "code": "Bank" }, { "name": "Barn", "code": "Barn" }, { "name": "Business", "code": "BUSINESS" }, { "name": "Cemetery", "code": "Cemetery" }, { "name": "Church", "code": "Church" }, { "name": "City Property", "code": "CITY PROPERTY" }, { "name": "Club House", "code": "CLUBHOUSE" }, { "name": "Common Area", "code": "Common Area" }, { "name": "Community Building", "code": "Community Building" }, { "name": "Construction Trailer", "code": "Construction Trailer" }, { "name": "Credit Union", "code": "Credit Union" }, { "name": "Daycare", "code": "DAYCARE" }, { "name": "Dry Well", "code": "DRY WELL" }, { "name": "Duplex", "code": "Duplex" }, { "name": "Elderly Care", "code": "Elderly Care" }, { "name": "Farm", "code": "Farm" }, { "name": "Fire Station", "code": "Fire Station" }, { "name": "Garage", "code": "Garage" }, { "name": "Greenhouse", "code": "Greenhouse" }, { "name": "Hotel", "code": "Hotel" }, { "name": "Maintenance Building", "code": "Maintenance Building" }, { "name": "Malls", "code": "Malls" }, { "name": "Medical Office", "code": "Medical Office" }, { "name": "Mobile Home", "code": "MH" }, { "name": "Multi Houses", "code": "Multi Houses" }, { "name": "Office Building", "code": "Office Building" }, { "name": "Office Warehouse", "code": "Office Warehouse" }, { "name": "Out Buildings", "code": "Out Buildings" }, { "name": "Park", "code": "Park" }, { "name": "Parking Lot", "code": "Parking Lot" }, { "name": "Power Meter Fountain", "code": "Power Meter Fountain" }, { "name": "Private Utility Building", "code": "PRIVATE UTILITY BLDG" }, { "name": "Pumping Station", "code": "Pumping Station" }, { "name": "Restaurant", "code": "Restaurant" }, { "name": "Sales Trailer", "code": "Sales Trailer" }, { "name": "School", "code": "School" }, { "name": "Self Storage", "code": "Self Storage" }, { "name": "Senior Apartments", "code": "Senior Apartments" }, { "name": "Senior Condos", "code": "Senior Condos" }, { "name": "Shopping Centers", "code": "Shopping Centers" }, { "name": "Sign", "code": "Sign" }, { "name": "Subdivision Sign", "code": "Subdivision Sign" }, { "name": "Telephone Building", "code": "Telephone Building" }, { "name": "Temp Power Pole", "code": "Temp Power Pole" }, { "name": "Tennis Court", "code": "Tennis Courts" }, { "name": "Tower", "code": "Tower" }, { "name": "US Government Prop", "code": "US Government Prop" }, { "name": "Utility Building", "code": "Utility Building" }, { "name": "VA Power Plant", "code": "VA Power Plant" }, { "name": "VP Sub Station", "code": "VP Sub Station" }, { "name": "VPower Meter Fountain", "code": "VPower Meter Fountain" }, { "name": "VPower Meter Lights", "code": "VPower Meter Lights" }, { "name": "Vacant", "code": "VACANT" }, { "name": "Virginia Natural Gas Gate Station", "code": "VANG GATE STA" }, { "name": "Virginia Natural Gas Pressure Point", "code": "VANG PRESS PT" }, { "name": "Virginia Natural Gas Regulation Station", "code": "VANG REG STA" }, { "name": "Warehouse", "code": "WAREHOUSE" }, { "name": "Water Meter", "code": "Water Meter" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PROJECT", "type": "esriFieldTypeString", "alias": "PROJECT", "length": 50, "domain": null }, { "name": "FLOOR", "type": "esriFieldTypeString", "alias": "FLOOR", "length": 50, "domain": null }, { "name": "DATE_ADDED", "type": "esriFieldTypeDate", "alias": "DATE_ADDED", "length": 8, "domain": null }, { "name": "FIELD_VERIFIED", "type": "esriFieldTypeString", "alias": "FIELD_VERIFIED", "length": 3, "domain": null }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "CREATED_USER", "length": 255, "domain": null }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "CREATED_DATE", "length": 8, "domain": null }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "LAST_EDITED_USER", "length": 255, "domain": null }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "DATE_ADDRESS_CHANGED", "type": "esriFieldTypeDate", "alias": "Date Address Changed", "length": 8, "domain": null }, { "name": "COMMENTS", "type": "esriFieldTypeString", "alias": "Comments", "length": 255, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "length": 38, "domain": null }, { "name": "ADDR_NUM_SUFFIX", "type": "esriFieldTypeString", "alias": "Address Number Suffix", "length": 3, "domain": null }, { "name": "ADDNUMWSUFFIX", "type": "esriFieldTypeString", "alias": "Address Number with Address Number Suffix", "length": 15, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R129_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_129", "fields": "GLOBALID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_129", "fields": "GLOBALID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S118_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 1, "name": "Contours", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkt2": "COMPOUNDCRS[\"\",PROJCRS[\"NAD_1983_StatePlane_Virginia_South_FIPS_4502_Feet\",BASEGEOGCRS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",ELLIPSOID[\"GRS_1980\",6378137.0,298.257222101,LENGTHUNIT[\"Meter\",1.0]]],PRIMEM[\"Greenwich\",0.0,ANGLEUNIT[\"Degree\",0.0174532925199433]],CS[ellipsoidal,2],AXIS[\"Latitude (lat)\",north,ORDER[1]],AXIS[\"Longitude (lon)\",east,ORDER[2]],ANGLEUNIT[\"Degree\",0.0174532925199433]],CONVERSION[\"Lambert_Conformal_Conic\",METHOD[\"Lambert_Conformal_Conic\"],PARAMETER[\"False_Easting\",11482916.66666666,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"False_Northing\",3280833.333333333,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"Central_Meridian\",-78.5,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Standard_Parallel_1\",36.76666666666667,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Standard_Parallel_2\",37.96666666666667,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Latitude_Of_Origin\",36.33333333333334,ANGLEUNIT[\"Degree\",0.0174532925199433]]],CS[Cartesian,2],AXIS[\"Easting (X)\",east,ORDER[1]],AXIS[\"Northing (Y)\",north,ORDER[2]],LENGTHUNIT[\"Foot_US\",0.3048006096012192]],VERTCRS[\"NAVD_1988(feet)\",VDATUM[\"North_American_Vertical_Datum_1988\"],CS[vertical,1],AXIS[\"Gravity-related height (H)\",up,LENGTHUNIT[\"Foot_US\",0.3048006096012192]]]]", "wkt": "PROJCS[\"NAD_1983_StatePlane_Virginia_South_FIPS_4502_Feet\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Lambert_Conformal_Conic\"],PARAMETER[\"False_Easting\",11482916.66666666],PARAMETER[\"False_Northing\",3280833.333333333],PARAMETER[\"Central_Meridian\",-78.5],PARAMETER[\"Standard_Parallel_1\",36.76666666666667],PARAMETER[\"Standard_Parallel_2\",37.96666666666667],PARAMETER[\"Latitude_Of_Origin\",36.33333333333334],UNIT[\"Foot_US\",0.3048006096012192]],VERTCS[\"NAVD_1988(feet)\",VDATUM[\"North_American_Vertical_Datum_1988\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Foot_US\",0.3048006096012192]]", "xyTolerance": 0.00328083333333333, "zTolerance": 0.00328083333333333, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121905, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "sourceHeightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD_1988(feet)", "heightUnit": "us-foot" }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 5000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 1 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2071589999995977E7, "ymin": 3365010.000019878, "xmax": 1.219998999975714E7, "ymax": 3484989.9998887926, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ID", "type": "esriFieldTypeInteger", "alias": "ID", "domain": null }, { "name": "CONTOUR", "type": "esriFieldTypeDouble", "alias": "CONTOUR", "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R12_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S7_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 2, "name": "Streets", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 1.1384625931839901E-4, "zTolerance": 0.002, "mTolerance": 0.002, "falseX": -1.11140599999976E8, "falseY": -9.1532099999988E7, "xyUnits": 70270.205168762, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 104, 104, 104, 255 ], "width": 0.5 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpression": "[PREFIX] CONCAT \" \" CONCAT [NAME] CONCAT \" \" CONCAT [TYPE_] CONCAT \" \" CONCAT [DIRECTION]", "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "none", "multiPart": "labelPerFeature", "useClippedGeometry": true, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 24000, "name": "Default", "priority": 15, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 8, "style": "italic", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 1.206037102538757E7, "ymin": 3364089.2659623325, "xmax": 1.2197188939749867E7, "ymax": 3484966.6157381088, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FR_ADDR_L", "type": "esriFieldTypeInteger", "alias": "Left From Address", "domain": null }, { "name": "TO_ADDR_L", "type": "esriFieldTypeInteger", "alias": "Left To Address", "domain": null }, { "name": "LEFT_IS", "type": "esriFieldTypeString", "alias": "Left Address is Even/Odd", "length": 1, "domain": { "type": "codedValue", "name": "SideAsEvenOdd", "description": "Identifies whether street side is addressed even or odd", "codedValues": [ { "name": "E", "code": "E" }, { "name": "O", "code": "O" }, { "name": "B", "code": "B" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "FR_ADDR_R", "type": "esriFieldTypeInteger", "alias": "Right From Address", "domain": null }, { "name": "TO_ADDR_R", "type": "esriFieldTypeInteger", "alias": "Right To Address", "domain": null }, { "name": "RIGHT_IS", "type": "esriFieldTypeString", "alias": "Right Address is Even/Odd", "length": 1, "domain": { "type": "codedValue", "name": "SideAsEvenOdd", "description": "Identifies whether street side is addressed even or odd", "codedValues": [ { "name": "E", "code": "E" }, { "name": "O", "code": "O" }, { "name": "B", "code": "B" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "PREFIX", "type": "esriFieldTypeString", "alias": "Prefix", "length": 1, "domain": { "type": "codedValue", "name": "Prefix", "description": "Street Name Prefix", "codedValues": [ { "name": "N", "code": "N" }, { "name": "S", "code": "S" }, { "name": "E", "code": "E" }, { "name": "W", "code": "W" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Name", "length": 57, "domain": null }, { "name": "TYPE_", "type": "esriFieldTypeString", "alias": "Type", "length": 12, "domain": { "type": "codedValue", "name": "TYPE_STREET", "description": "Domain for Street Types", "codedValues": [ { "name": "REACH", "code": "REACH" }, { "name": "FALL", "code": "FALL" }, { "name": "ISLE", "code": "ISLE" }, { "name": "LAND", "code": "LAND" }, { "name": "LOOP", "code": "LOOP" }, { "name": "MALL", "code": "MALL" }, { "name": "MEWS", "code": "MEWS" }, { "name": "OVAL", "code": "OVAL" }, { "name": "PARK", "code": "PARK" }, { "name": "PASS", "code": "PASS" }, { "name": "PATH", "code": "PATH" }, { "name": "PIKE", "code": "PIKE" }, { "name": "PNE", "code": "PINE" }, { "name": "PNES", "code": "PINES" }, { "name": "RAMP", "code": "RAMP" }, { "name": "ROW", "code": "ROW" }, { "name": "RUE", "code": "RUE" }, { "name": "RUN", "code": "RUN" }, { "name": "SPUR", "code": "SPUR" }, { "name": "WALK", "code": "WALK" }, { "name": "WALL", "code": "WALL" }, { "name": "WAY", "code": "WAY" }, { "name": "WAYS", "code": "WAYS" }, { "name": "QUAY", "code": "QUAY" }, { "name": "ALY", "code": "ALY" }, { "name": "ANX", "code": "ANX" }, { "name": "ARC", "code": "ARC" }, { "name": "AVE", "code": "AVE" }, { "name": "BYU", "code": "BYU" }, { "name": "BCH", "code": "BCH" }, { "name": "BND", "code": "BND" }, { "name": "BLF", "code": "BLF" }, { "name": "BTM", "code": "BTM" }, { "name": "BLVD", "code": "BLVD" }, { "name": "BR", "code": "BR" }, { "name": "BRG", "code": "BRG" }, { "name": "BRK", "code": "BRK" }, { "name": "BRKS", "code": "BRKS" }, { "name": "BG", "code": "BG" }, { "name": "BGS", "code": "BGS" }, { "name": "BYP", "code": "BYP" }, { "name": "CP", "code": "CP" }, { "name": "CYN", "code": "CYN" }, { "name": "CPE", "code": "CPE" }, { "name": "CSWY", "code": "CSWY" }, { "name": "CTR", "code": "CTR" }, { "name": "CTRS", "code": "CTRS" }, { "name": "CIR", "code": "CIR" }, { "name": "CIRS", "code": "CIRS" }, { "name": "CLF", "code": "CLF" }, { "name": "CLFS", "code": "CLFS" }, { "name": "CLB", "code": "CLB" }, { "name": "COR", "code": "COR" }, { "name": "CORS", "code": "CORS" }, { "name": "CRSE", "code": "CRSE" }, { "name": "CT", "code": "CT" }, { "name": "CTS", "code": "CTS" }, { "name": "CV", "code": "CV" }, { "name": "CVS", "code": "CVS" }, { "name": "CRK", "code": "CRK" }, { "name": "CRES", "code": "CRES" }, { "name": "CMN", "code": "CMN" }, { "name": "CRST", "code": "CRST" }, { "name": "XING", "code": "XING" }, { "name": "XRD", "code": "XRD" }, { "name": "CURV", "code": "CURV" }, { "name": "DL", "code": "DL" }, { "name": "DM", "code": "DM" }, { "name": "DR", "code": "DR" }, { "name": "DRS", "code": "DRS" }, { "name": "EST", "code": "EST" }, { "name": "ESTS", "code": "ESTS" }, { "name": "EXPY", "code": "EXPY" }, { "name": "EXT", "code": "EXT" }, { "name": "EXTS", "code": "EXTS" }, { "name": "FLS", "code": "FLS" }, { "name": "FRY", "code": "FRY" }, { "name": "FLD", "code": "FLD" }, { "name": "FLDS", "code": "FLDS" }, { "name": "FLT", "code": "FLT" }, { "name": "FLTS", "code": "FLTS" }, { "name": "FRD", "code": "FRD" }, { "name": "FRDS", "code": "FRDS" }, { "name": "FRST", "code": "FRST" }, { "name": "FRGS", "code": "FRGS" }, { "name": "FRK", "code": "FRK" }, { "name": "FRKS", "code": "FRKS" }, { "name": "FT", "code": "FT" }, { "name": "FWY", "code": "FWY" }, { "name": "GDN", "code": "GDN" }, { "name": "GDNS", "code": "GDNS" }, { "name": "GTWY", "code": "GTWY" }, { "name": "GLN", "code": "GLN" }, { "name": "GLNS", "code": "GLNS" }, { "name": "GRNS", "code": "GRNS" }, { "name": "GRVS", "code": "GRVS" }, { "name": "HARB", "code": "HARB" }, { "name": "HBRS", "code": "HBRS" }, { "name": "HVN", "code": "HVN" }, { "name": "HTS", "code": "HTS" }, { "name": "HWY", "code": "HWY" }, { "name": "HL", "code": "HL" }, { "name": "HOLW", "code": "HOLW" }, { "name": "INLT", "code": "INLT" }, { "name": "IS", "code": "IS" }, { "name": "ISS", "code": "ISS" }, { "name": "JCT", "code": "JCT" }, { "name": "KY", "code": "KY" }, { "name": "KYS", "code": "KYS" }, { "name": "KNL", "code": "KNL" }, { "name": "KNLS", "code": "KNLS" }, { "name": "LK", "code": "LK" }, { "name": "LKS", "code": "LKS" }, { "name": "LNDG", "code": "LNDG" }, { "name": "LN", "code": "LN" }, { "name": "LGT", "code": "LGT" }, { "name": "LGTS", "code": "LGTS" }, { "name": "LF", "code": "LF" }, { "name": "LCK", "code": "LCK" }, { "name": "LCKS", "code": "LCKS" }, { "name": "LDG", "code": "LDG" }, { "name": "MNR", "code": "MNR" }, { "name": "MNRS", "code": "MNRS" }, { "name": "MDW", "code": "MDW" }, { "name": "MDWS", "code": "MDWS" }, { "name": "ML", "code": "ML" }, { "name": "MLS", "code": "MLS" }, { "name": "MSN", "code": "MSN" }, { "name": "MTWY", "code": "MTWY" }, { "name": "MT", "code": "MT" }, { "name": "MTN", "code": "MTN" }, { "name": "MTNS", "code": "MTNS" }, { "name": "NCK", "code": "NCK" }, { "name": "ORCH", "code": "ORCH" }, { "name": "OPAS", "code": "OPAS" }, { "name": "PDGE", "code": "PDGE" }, { "name": "PL", "code": "PL" }, { "name": "PLN", "code": "PLN" }, { "name": "PLNS", "code": "PLNS" }, { "name": "PLZ", "code": "PLZ" }, { "name": "PT", "code": "PT" }, { "name": "PTS", "code": "PTS" }, { "name": "PRT", "code": "PRT" }, { "name": "PRTS", "code": "PRTS" }, { "name": "PR", "code": "PR" }, { "name": "RADL", "code": "RADL" }, { "name": "RNCH", "code": "RNCH" }, { "name": "RPD", "code": "RPD" }, { "name": "RPDS", "code": "RPDS" }, { "name": "RST", "code": "RST" }, { "name": "RDG", "code": "RDG" }, { "name": "RDGS", "code": "RDGS" }, { "name": "RIV", "code": "RIV" }, { "name": "RD", "code": "RD" }, { "name": "RTE", "code": "RTE" }, { "name": "SHL", "code": "SHL" }, { "name": "SHLS", "code": "SHLS" }, { "name": "SHR", "code": "SHR" }, { "name": "SHRS", "code": "SHRS" }, { "name": "SKWY", "code": "SKWY" }, { "name": "SPG", "code": "SPG" }, { "name": "SPGS", "code": "SPGS" }, { "name": "SQ", "code": "SQ" }, { "name": "SQS", "code": "SQS" }, { "name": "STA", "code": "STA" }, { "name": "STRA", "code": "STRA" }, { "name": "STRM", "code": "STRM" }, { "name": "ST", "code": "ST" }, { "name": "STS", "code": "STS" }, { "name": "SMT", "code": "SMT" }, { "name": "TER", "code": "TER" }, { "name": "TRWY", "code": "TRWY" }, { "name": "TRCE", "code": "TRCE" }, { "name": "TRAK", "code": "TRAK" }, { "name": "TRFY", "code": "TRFY" }, { "name": "TRL", "code": "TRL" }, { "name": "TUNL", "code": "TUNL" }, { "name": "TPKE", "code": "TPKE" }, { "name": "UPAS", "code": "UPAS" }, { "name": "UN", "code": "UN" }, { "name": "UNS", "code": "UNS" }, { "name": "VLY", "code": "VLY" }, { "name": "VLYS", "code": "VLYS" }, { "name": "VIA", "code": "VIA" }, { "name": "VW", "code": "VW" }, { "name": "SWS", "code": "SWS" }, { "name": "VLG", "code": "VLG" }, { "name": "VL", "code": "VL" }, { "name": "VIS", "code": "VIS" }, { "name": "WL", "code": "WL" }, { "name": "WLS", "code": "WLS" }, { "name": "BLFS", "code": "BLFS" }, { "name": "GRV", "code": "GRV" }, { "name": "DV", "code": "DV" }, { "name": "FRG", "code": "FRG" }, { "name": "CHASE", "code": "CHASE" }, { "name": "CLOSE", "code": "CLOSE" }, { "name": "ARCH", "code": "ARCH" }, { "name": "CROSS", "code": "CROSS" }, { "name": "GATE", "code": "GATE" }, { "name": "LAIR", "code": "LAIR" }, { "name": "BANK", "code": "BANK" }, { "name": "KEEP", "code": "KEEP" }, { "name": "GRN", "code": "GRN" }, { "name": "CMNS", "code": "CMNS" }, { "name": "POINTE", "code": "POINTE" }, { "name": "PKWY", "code": "PKWY" }, { "name": "QUARTER", "code": "QUARTER" }, { "name": "STRAND", "code": "STRAND" }, { "name": "FLYWAY", "code": "FLYWAY" }, { "name": "LOOKOUT", "code": "LOOKOUT" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DIRECTION", "type": "esriFieldTypeString", "alias": "Direction", "length": 3, "domain": { "type": "codedValue", "name": "Direction", "description": "Road direction", "codedValues": [ { "name": "E", "code": "E" }, { "name": "N", "code": "N" }, { "name": "S", "code": "S" }, { "name": "W", "code": "W" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ONEWAY", "type": "esriFieldTypeString", "alias": "Oneway Indicator", "length": 5, "domain": { "type": "codedValue", "name": "FLOW", "description": "FLOW OF STREET", "codedValues": [ { "name": "BI", "code": "BI" }, { "name": "TF", "code": "TF" }, { "name": "FT", "code": "FT" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SPEEDLMT", "type": "esriFieldTypeSmallInteger", "alias": "Speed Limit", "domain": { "type": "codedValue", "name": "SpeedLimit", "description": "Posted speed limit", "codedValues": [ { "name": "25", "code": 25 }, { "name": "30", "code": 30 }, { "name": "35", "code": 35 }, { "name": "45", "code": 45 }, { "name": "50", "code": 50 }, { "name": "55", "code": 55 }, { "name": "60", "code": 60 }, { "name": "40", "code": 40 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "STREET_ID", "type": "esriFieldTypeInteger", "alias": "Street ID", "domain": null }, { "name": "CLASS", "type": "esriFieldTypeString", "alias": "Roadway Use", "length": 37, "domain": { "type": "codedValue", "name": "Class", "description": "Road class as public, private, etc.", "codedValues": [ { "name": "EMERGENCY VEHICLES ONLY", "code": "EVO" }, { "name": "PRIVATE EMERGENCY ONLY", "code": "PRIVATE EVO" }, { "name": "CLOSED", "code": "CLOSED" }, { "name": "PRIVATE GENERAL ACCESS", "code": "PRIVATE" }, { "name": "PUBLIC", "code": "PUBLIC" }, { "name": "PRELIMINARY", "code": "PRELIM" }, { "name": "PRIVATE MHP", "code": "PRIVATE MHP" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "VDOT_RANK", "type": "esriFieldTypeString", "alias": "VDOT Rank", "length": 24, "domain": { "type": "codedValue", "name": "VDOTRank", "description": "VDOT Hierarchial Ranking -Descriptive", "codedValues": [ { "name": "RAMP", "code": "RAMP" }, { "name": "FREEWAY", "code": "FREEWAY" }, { "name": "PRIVATE", "code": "PRIVATE" }, { "name": "SPECIAL_USE", "code": "SPECIAL_USE" }, { "name": "ARTERIAL MINOR", "code": "ARM" }, { "name": "ARTERIAL PRIMARY", "code": "ARP" }, { "name": "COLLECTOR", "code": "COL" }, { "name": "EXPRESSWAY", "code": "EXPRESSWAY" }, { "name": "INTERSTATE", "code": "INTERSTATE" }, { "name": "LOCAL", "code": "LOS" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ZIP_LEFT", "type": "esriFieldTypeInteger", "alias": "Zipcode On Left", "domain": { "type": "codedValue", "name": "ZipCode", "description": "the zip code zone where road is located", "codedValues": [ { "name": "23320", "code": 23320 }, { "name": "23321", "code": 23321 }, { "name": "23322", "code": 23322 }, { "name": "23323", "code": 23323 }, { "name": "23324", "code": 23324 }, { "name": "23325", "code": 23325 }, { "name": "23435", "code": 23435 }, { "name": "23457", "code": 23457 }, { "name": "23464", "code": 23464 }, { "name": "23523", "code": 23523 }, { "name": "23701", "code": 23701 }, { "name": "23703", "code": 23703 }, { "name": "23702", "code": 23702 }, { "name": "27958", "code": 27958 }, { "name": "23704", "code": 23704 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ZIP_RIGHT", "type": "esriFieldTypeInteger", "alias": "Zipcode On Right", "domain": { "type": "codedValue", "name": "ZipCode", "description": "the zip code zone where road is located", "codedValues": [ { "name": "23320", "code": 23320 }, { "name": "23321", "code": 23321 }, { "name": "23322", "code": 23322 }, { "name": "23323", "code": 23323 }, { "name": "23324", "code": 23324 }, { "name": "23325", "code": 23325 }, { "name": "23435", "code": 23435 }, { "name": "23457", "code": 23457 }, { "name": "23464", "code": 23464 }, { "name": "23523", "code": 23523 }, { "name": "23701", "code": 23701 }, { "name": "23703", "code": 23703 }, { "name": "23702", "code": 23702 }, { "name": "27958", "code": 27958 }, { "name": "23704", "code": 23704 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "CITY_L", "type": "esriFieldTypeString", "alias": "City On Left", "length": 20, "domain": { "type": "codedValue", "name": "CITY", "description": "City street side located in", "codedValues": [ { "name": "CHESAPEAKE", "code": "CHESAPEAKE" }, { "name": "NORFOLK", "code": "NORFOLK" }, { "name": "PORTSMOUTH", "code": "PORTSMOUTH" }, { "name": "SUFFOLK", "code": "SUFFOLK" }, { "name": "VIRGINIA BEACH", "code": "VIRGINIA BEACH" }, { "name": "MOYOCK", "code": "MOYOCK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CITY_R", "type": "esriFieldTypeString", "alias": "City On Right", "length": 20, "domain": { "type": "codedValue", "name": "CITY", "description": "City street side located in", "codedValues": [ { "name": "CHESAPEAKE", "code": "CHESAPEAKE" }, { "name": "NORFOLK", "code": "NORFOLK" }, { "name": "PORTSMOUTH", "code": "PORTSMOUTH" }, { "name": "SUFFOLK", "code": "SUFFOLK" }, { "name": "VIRGINIA BEACH", "code": "VIRGINIA BEACH" }, { "name": "MOYOCK", "code": "MOYOCK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BOROUGH", "type": "esriFieldTypeString", "alias": "Borough", "length": 25, "domain": { "type": "codedValue", "name": "BOROUGH", "description": "Borough Domain for Streets", "codedValues": [ { "name": "Western Branch", "code": "Western Branch" }, { "name": "Deep Creek", "code": "Deep Creek" }, { "name": "South Norfolk", "code": "South Norfolk" }, { "name": "Washington", "code": "Washington" }, { "name": "Pleasant Grove", "code": "Pleasant Grove" }, { "name": "Butts Road", "code": "Butts Road" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "STATE", "type": "esriFieldTypeString", "alias": "State", "length": 2, "domain": null }, { "name": "FR_FADDR_L", "type": "esriFieldTypeInteger", "alias": "Left From Full Address", "domain": null }, { "name": "TO_FADDR_L", "type": "esriFieldTypeInteger", "alias": "Left To Full Address", "domain": null }, { "name": "FR_FADDR_R", "type": "esriFieldTypeInteger", "alias": "Right From Full Address", "domain": null }, { "name": "TO_FADDR_R", "type": "esriFieldTypeInteger", "alias": "Right To Full Address", "domain": null }, { "name": "SHAPE_LENG", "type": "esriFieldTypeDouble", "alias": "Length In Feet", "domain": null }, { "name": "LENGTH_MILES", "type": "esriFieldTypeDouble", "alias": "Length In Miles", "domain": null }, { "name": "MINUTES", "type": "esriFieldTypeDouble", "alias": "Minutes", "domain": null }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "Created User", "length": 255, "domain": null }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "domain": null }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 255, "domain": null }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "Last Edited Date", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R96_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_96", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_96", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S86_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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": { "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 3, "name": "Boroughs", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.00833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -1.1114059999359E8, "falseY": -9.15320999924232E7, "xyUnits": 1920, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "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": [ 230, 0, 0, 255 ], "width": 2 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2072937998076662E7, "ymin": 3366252.499243453, "xmax": 1.2196824998076662E7, "ymax": 3481810.999243453, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 25, "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 } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R142_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S130_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 4, "name": "Zoning", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 1.2295670174091602E-4, "zTolerance": 1.9999999999999998E-5, "mTolerance": 1.9999999999999998E-5, "falseX": -1.11140599999993E8, "falseY": -9.1532099999954E7, "xyUnits": 65063.5539724948, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 24000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "CLASS", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "A-1", "description": "A-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } }, "values": [ [ "A-1" ] ] }, { "label": "A-1 OSAP", "description": "A-1 OSAP", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "A-1 OSAP" ] ] }, { "label": "AC", "description": "AC", "symbol": { "type": "esriPFS", "url": "144fd9fb81f491eb438788037af58e61", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAENUlEQVR4nO2cXbriIAyGvegWs5JZhxuZLPLM42iPGPMHJOHMSG76WIEX2/IR0sjx9fvydYFfl2/D6+Xv59uxx+BRp23rbK8tU8Ep5B0ivK3sMXyU08pXcQp5B9s4d6RP0ugdzeRo5ZJ47xfQqkgfaWA6op3P4liWxHu/gF7jGsamA5xu/GTOIO9+AT2CbH2HApieq+AU8g52lrGG34xwQzKnmHeIotkzLMAhvlWcYp7sxnjvEjjFt5JTyPNNIpyQ0g7hoDuzghPIO1wATksyfggmcxJ48gVsH13a6KwTvYKTxDvcjUlrTVT8Jo/LkcEp5N3dGKlir0ADs1ziHN0MTlu2kPccwrPrWrzq8GzOIt7dD7QasDqKwkzGfc7iLOId3XdRW4NipwhXcRJ5RxdEaxCJ0+lZalVwknmvwQRLX84y7bE1azbM5izg6bNwpEEyR5uJE3n8EO6BgeGP0aGTxZFcmGTe+yx8q+DVMBQiHR6fK5qziOcP6UviikQ7vB2N5oy6N5M8O5ggNSx1Cge0poqTwPP5gee5Uf9LskiO14EO5ul+oPex18wzuURwFvHe18Kz2gXGcMjiLOK9+oFthR4DR/i7ilPMex3CM/oGRgytgtN+LuLxfmCvqKLhOkhPSDRHK5fEe38CuSO9u7OzMfwfeTG3cq8X0OulWxoExoyXwWnrFfLGcmMsrcPPyIvhZ2Htbnk1CJT1ZDanmPdM7aDgEX1Dhy+VyVnAeyYX0Q54DRziK30fzVnA418q9S7T4DPzYm5mTyKckNIOYUBwoYoTyVNn4XYNSbUk44fgv5cXY4ezuEZnnehMjlU+4Xcdrsa0pZFXeCs43MoimSendvQKNAjLJauDUZyzrLU6CebJ2VkjmsJZlK5ZHK1OIk/OjfF6+Wjkj3id3lnOIl5faoe2BsXPy4uRw1kcRGsQPzMv5jWY4NEXbfZC5zo4i3OyzjJFvJgES8m4GTmTw31O5s29EwHHGzLOncngtGULea+z8K2CV8M4Z/NmnLZQy+As4vlC+pK4ItEO2lHPExPF0dpO5Nn/E+Ea7u2oZlWcJJ7tB57nRvwvdMyY2ZxknuwHjqxQvFbFKeD1vdaM+kFYxCngxaV29AyJKk4Bj//L/+haEz8vwSgmO8tTN5tDzxXx+HDWyOyEAzoTyfE68MG8vfEOXqe0dW+806utRBr2xjvUJG3lQmV7450BbSXDe2+84zUxGiOJJrd2lAwc4lvFKebtjXcmJ5W98Q7OJRjtjXdg7v3J3nintYHY4N54B5UlH3eOdWOkitqd0KIfQF5GWwv7CE5btpC3N97R7Lzw6juR0cAn93LGGxXJ4Czi7Y13kAx7TnKUyWVvvGNdKOpMqyF9Y7x/l2mPrVlvvLI5C3h7451Re9ycvfHOaCDhO6TPOYweb1yLdKDD54rmLOLtjXdgLsHoD0nv6DuqpMpyAAAAAElFTkSuQmCC", "contentType": "image/png", "outline": null, "width": 60, "height": 60, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "AC" ] ] }, { "label": "B-1", "description": "B-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "B-1" ] ] }, { "label": "B-2", "description": "B-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 61, 31, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "B-2" ] ] }, { "label": "B-3", "description": "B-3", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 43, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "B-3" ] ] }, { "label": "B-4", "description": "B-4", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 69, 82, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "B-4" ] ] }, { "label": "B-5", "description": "B-5", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } }, "values": [ [ "B-5" ] ] }, { "label": "C-1", "description": "C-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 230, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "C-1" ] ] }, { "label": "C-2", "description": "C-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 76, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "C-2" ] ] }, { "label": "M-1", "description": "M-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 190, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "M-1" ] ] }, { "label": "M-2", "description": "M-2", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 223, 115, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "M-2" ] ] }, { "label": "M-3", "description": "M-3", "symbol": { "type": "esriPFS", "url": "67655e60de7977c1840685a8d284a503", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEV0lEQVRogb1byXFbMQzVAW2qghxdR25xBe4tbSTjxNIw9NsAfgcXWSSxESAeSI/q9uPnrxugt2/fb/fXFzv++M7WO3mKEp51DbONySo2sX9ngvZPZrjaMOYkmlNylQ/IvtqVMGWrk+9jjphTbuMestmmrgFA84pWnvvry1/n90lkIDOA/Z3yJll3Fe2BqxOFacopXlVX1Jmf2LtnbLnF6ry5tE4NSs9wKl/VkNj5u4mmqg0pfcX6VGYli5LdVpDCxlXVT7POwRnzJ3a+I7yTqrvxnRqieJyd94+5p/MTx9KdZmsmUdt5Oz3KvrYcA/u+8qRFaNfjoqY2h/UICG4ZshQycmVYv7MdvBKXT6DNZRiN/IOQ064RSmgCTycw6rLknT51eElnh2hysdn1rU1IUiATvYrKOZzSBAVOGhXX2yebUioa011NO79uS9zRl8iqfSDBzfS2dlVW7bKS6zLjXz8ruY11C9H0wUNRii4O+9fP6qZLB//ZZ6eN7ehNfbA4z8bSgsPI9QjMwaTBUhuC5oopTsYn5OCKOexemJydqEmrxOBpaqJ5ZKRygDVbJ8jwTn8KXpLuqeIkFVOjp+8DTA7SXcqoLt6rVDyRkfA4H5ANpQxAApJ1KPLuOKTQOIFLZkOhxSfOqvGkZXXNSweKHU8hxqSyIp7d4E70d143l7wAOX2FFHQqa6LMbVp6JCbtspJfamH3+ti5AygnVFTT7lC9R9w/xp7/q0OGKEGsrZ1ecNLmRmVat18oZQQS5LDfwQ0j5rCLLLM5saGSHVvnroSeLpQlqIBsZlTMsF3pKtAZlJ7L5Fh0Hip2OavNyI5izuxCmSGIj8HdPpfUkt2JFPL2YCEdBT0hTIjStEfZ06kPLPucDJU5NXEkMRbJndaLLran8gspuVKBkjvR1yGHFNWpyiqF0iKn9CRrFa8iVIdKCdrTTSlRxrt0Xzc23YTuUULjpYx01I2w0pPC2TqfwLIKXJ2kvYIxJAeNI76kZ1f6XG/yoE/v9tO036nbuKRZcCU6FGJSbWfngcI9XlxR2NKjBju8e9hoMIOnRTAxMJGV6kB2FzOgU8xcVNIIT6p7wsuomJC0mKm5Kzuy3Z59zOmCUPcWpAu7HU3aYWSQimoHzpJmbKXqphr7e1KQUJYxo3dbFPSm9aXUgk5Uk9R39aR7tJJeAH1/FjzE9FW99gQxUlK9AJNfLm1Oi0pn/nR9l68UY9JKqqcjd36Rod3OcHq/gD8zca0kKzIpQjAdU0hV/OoYv60/M9mNTDJAVefp0Uk24uQFaB0rtDg1vlsDUmec3OQ4JHrKLV6VdSORnr2J4VfoKSQ8aVjSe7WjkweQxFbV9RUSnuDx1dg/lZE2V4jq9h9orf4sCmi+U2jZuMqYcswnjwirQ5OCluJ39+r8T7VX0HKSrg7vmTwXeYbt3Y6wvuLJaF2/kuohkKPOKddRur6l3Dlh7eu0QrM7PKsFTk7SETIk+w3k8xErcdv/XgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": null, "width": 47.25, "height": 47.25, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "values": [ [ "M-3" ] ] }, { "label": "MXD-U", "description": "MXD-U", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 109, 187, 67, 255 ], "outline": null }, "values": [ [ "MXD-U" ] ] }, { "label": "O-I", "description": "O-I", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 92, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "O-I" ] ] }, { "label": "PUD", "description": "PUD", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 109, 187, 67, 255 ], "outline": null }, "values": [ [ "PUD" ] ] }, { "label": "R-10", "description": "R-10", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-10" ] ] }, { "label": "R-10S", "description": "R-10S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 224, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-10S" ] ] }, { "label": "R-12(A)S", "description": "R-12(A)S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 229, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-12(A)S" ] ] }, { "label": "R-12S", "description": "R-12S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-12S" ] ] }, { "label": "R-15", "description": "R-15", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 235, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-15" ] ] }, { "label": "R-15(A)S", "description": "R-15(A)S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 240, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-15(A)S" ] ] }, { "label": "R-15S", "description": "R-15S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 51, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-15S" ] ] }, { "label": "R-25(A)S", "description": "R-25(A)S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-25(A)S" ] ] }, { "label": "R-25S", "description": "R-25S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-25S" ] ] }, { "label": "R-40", "description": "R-40", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 242, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-40" ] ] }, { "label": "R-40S", "description": "R-40S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-40S" ] ] }, { "label": "R-6", "description": "R-6", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-6" ] ] }, { "label": "R-8", "description": "R-8", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 214, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-8" ] ] }, { "label": "R-8S", "description": "R-8S", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 127, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-8S" ] ] }, { "label": "R-MF-1", "description": "R-MF-1", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-MF-1" ] ] }, { "label": "R-MF-2", "description": "R-MF-2", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-MF-2" ] ] }, { "label": "R-SFA", "description": "R-SFA", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 229, 186, 51, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-SFA" ] ] }, { "label": "R-TH-1", "description": "R-TH-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 168, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "R-TH-1" ] ] }, { "label": "RE-1", "description": "RE-1", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "values": [ [ "RE-1" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } }, "value": "A-1", "label": "A-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "A-1 OSAP", "label": "A-1 OSAP" }, { "symbol": { "type": "esriPFS", "url": "144fd9fb81f491eb438788037af58e61", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAENUlEQVR4nO2cXbriIAyGvegWs5JZhxuZLPLM42iPGPMHJOHMSG76WIEX2/IR0sjx9fvydYFfl2/D6+Xv59uxx+BRp23rbK8tU8Ep5B0ivK3sMXyU08pXcQp5B9s4d6RP0ugdzeRo5ZJ47xfQqkgfaWA6op3P4liWxHu/gF7jGsamA5xu/GTOIO9+AT2CbH2HApieq+AU8g52lrGG34xwQzKnmHeIotkzLMAhvlWcYp7sxnjvEjjFt5JTyPNNIpyQ0g7hoDuzghPIO1wATksyfggmcxJ48gVsH13a6KwTvYKTxDvcjUlrTVT8Jo/LkcEp5N3dGKlir0ADs1ziHN0MTlu2kPccwrPrWrzq8GzOIt7dD7QasDqKwkzGfc7iLOId3XdRW4NipwhXcRJ5RxdEaxCJ0+lZalVwknmvwQRLX84y7bE1azbM5izg6bNwpEEyR5uJE3n8EO6BgeGP0aGTxZFcmGTe+yx8q+DVMBQiHR6fK5qziOcP6UviikQ7vB2N5oy6N5M8O5ggNSx1Cge0poqTwPP5gee5Uf9LskiO14EO5ul+oPex18wzuURwFvHe18Kz2gXGcMjiLOK9+oFthR4DR/i7ilPMex3CM/oGRgytgtN+LuLxfmCvqKLhOkhPSDRHK5fEe38CuSO9u7OzMfwfeTG3cq8X0OulWxoExoyXwWnrFfLGcmMsrcPPyIvhZ2Htbnk1CJT1ZDanmPdM7aDgEX1Dhy+VyVnAeyYX0Q54DRziK30fzVnA418q9S7T4DPzYm5mTyKckNIOYUBwoYoTyVNn4XYNSbUk44fgv5cXY4ezuEZnnehMjlU+4Xcdrsa0pZFXeCs43MoimSendvQKNAjLJauDUZyzrLU6CebJ2VkjmsJZlK5ZHK1OIk/OjfF6+Wjkj3id3lnOIl5faoe2BsXPy4uRw1kcRGsQPzMv5jWY4NEXbfZC5zo4i3OyzjJFvJgES8m4GTmTw31O5s29EwHHGzLOncngtGULea+z8K2CV8M4Z/NmnLZQy+As4vlC+pK4ItEO2lHPExPF0dpO5Nn/E+Ea7u2oZlWcJJ7tB57nRvwvdMyY2ZxknuwHjqxQvFbFKeD1vdaM+kFYxCngxaV29AyJKk4Bj//L/+haEz8vwSgmO8tTN5tDzxXx+HDWyOyEAzoTyfE68MG8vfEOXqe0dW+806utRBr2xjvUJG3lQmV7450BbSXDe2+84zUxGiOJJrd2lAwc4lvFKebtjXcmJ5W98Q7OJRjtjXdg7v3J3nintYHY4N54B5UlH3eOdWOkitqd0KIfQF5GWwv7CE5btpC3N97R7Lzw6juR0cAn93LGGxXJ4Czi7Y13kAx7TnKUyWVvvGNdKOpMqyF9Y7x/l2mPrVlvvLI5C3h7451Re9ycvfHOaCDhO6TPOYweb1yLdKDD54rmLOLtjXdgLsHoD0nv6DuqpMpyAAAAAElFTkSuQmCC", "contentType": "image/png", "outline": null, "width": 60, "height": 60, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "AC", "label": "AC" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "B-1", "label": "B-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 61, 31, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "B-2", "label": "B-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 43, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "B-3", "label": "B-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 69, 82, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "B-4", "label": "B-4" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.4 } }, "value": "B-5", "label": "B-5" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 230, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "C-1", "label": "C-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 76, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "C-2", "label": "C-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 190, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "M-1", "label": "M-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 223, 115, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "M-2", "label": "M-2" }, { "symbol": { "type": "esriPFS", "url": "67655e60de7977c1840685a8d284a503", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEV0lEQVRogb1byXFbMQzVAW2qghxdR25xBe4tbSTjxNIw9NsAfgcXWSSxESAeSI/q9uPnrxugt2/fb/fXFzv++M7WO3mKEp51DbONySo2sX9ngvZPZrjaMOYkmlNylQ/IvtqVMGWrk+9jjphTbuMestmmrgFA84pWnvvry1/n90lkIDOA/Z3yJll3Fe2BqxOFacopXlVX1Jmf2LtnbLnF6ry5tE4NSs9wKl/VkNj5u4mmqg0pfcX6VGYli5LdVpDCxlXVT7POwRnzJ3a+I7yTqrvxnRqieJyd94+5p/MTx9KdZmsmUdt5Oz3KvrYcA/u+8qRFaNfjoqY2h/UICG4ZshQycmVYv7MdvBKXT6DNZRiN/IOQ064RSmgCTycw6rLknT51eElnh2hysdn1rU1IUiATvYrKOZzSBAVOGhXX2yebUioa011NO79uS9zRl8iqfSDBzfS2dlVW7bKS6zLjXz8ruY11C9H0wUNRii4O+9fP6qZLB//ZZ6eN7ehNfbA4z8bSgsPI9QjMwaTBUhuC5oopTsYn5OCKOexemJydqEmrxOBpaqJ5ZKRygDVbJ8jwTn8KXpLuqeIkFVOjp+8DTA7SXcqoLt6rVDyRkfA4H5ANpQxAApJ1KPLuOKTQOIFLZkOhxSfOqvGkZXXNSweKHU8hxqSyIp7d4E70d143l7wAOX2FFHQqa6LMbVp6JCbtspJfamH3+ti5AygnVFTT7lC9R9w/xp7/q0OGKEGsrZ1ecNLmRmVat18oZQQS5LDfwQ0j5rCLLLM5saGSHVvnroSeLpQlqIBsZlTMsF3pKtAZlJ7L5Fh0Hip2OavNyI5izuxCmSGIj8HdPpfUkt2JFPL2YCEdBT0hTIjStEfZ06kPLPucDJU5NXEkMRbJndaLLran8gspuVKBkjvR1yGHFNWpyiqF0iKn9CRrFa8iVIdKCdrTTSlRxrt0Xzc23YTuUULjpYx01I2w0pPC2TqfwLIKXJ2kvYIxJAeNI76kZ1f6XG/yoE/v9tO036nbuKRZcCU6FGJSbWfngcI9XlxR2NKjBju8e9hoMIOnRTAxMJGV6kB2FzOgU8xcVNIIT6p7wsuomJC0mKm5Kzuy3Z59zOmCUPcWpAu7HU3aYWSQimoHzpJmbKXqphr7e1KQUJYxo3dbFPSm9aXUgk5Uk9R39aR7tJJeAH1/FjzE9FW99gQxUlK9AJNfLm1Oi0pn/nR9l68UY9JKqqcjd36Rod3OcHq/gD8zca0kKzIpQjAdU0hV/OoYv60/M9mNTDJAVefp0Uk24uQFaB0rtDg1vlsDUmec3OQ4JHrKLV6VdSORnr2J4VfoKSQ8aVjSe7WjkweQxFbV9RUSnuDx1dg/lZE2V4jq9h9orf4sCmi+U2jZuMqYcswnjwirQ5OCluJ39+r8T7VX0HKSrg7vmTwXeYbt3Y6wvuLJaF2/kuohkKPOKddRur6l3Dlh7eu0QrM7PKsFTk7SETIk+w3k8xErcdv/XgAAAABJRU5ErkJggg==", "contentType": "image/png", "outline": null, "width": 47.25, "height": 47.25, "angle": 0, "xoffset": 0, "yoffset": 0, "xscale": 1, "yscale": 1 }, "value": "M-3", "label": "M-3" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 109, 187, 67, 255 ], "outline": null }, "value": "MXD-U", "label": "MXD-U" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 92, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "O-I", "label": "O-I" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 109, 187, 67, 255 ], "outline": null }, "value": "PUD", "label": "PUD" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-10", "label": "R-10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 224, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-10S", "label": "R-10S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 229, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-12(A)S", "label": "R-12(A)S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-12S", "label": "R-12S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 235, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-15", "label": "R-15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 240, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-15(A)S", "label": "R-15(A)S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 51, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-15S", "label": "R-15S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-25(A)S", "label": "R-25(A)S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-25S", "label": "R-25S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 242, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-40", "label": "R-40" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-40S", "label": "R-40S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-6", "label": "R-6" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 214, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-8", "label": "R-8" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 127, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-8S", "label": "R-8S" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-MF-1", "label": "R-MF-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-MF-2", "label": "R-MF-2" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 229, 186, 51, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-SFA", "label": "R-SFA" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 168, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "R-TH-1", "label": "R-TH-1" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 235, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "RE-1", "label": "RE-1" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 130, 96, 255 ], "toColor": [ 214, 130, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 81, 104, 232, 255 ], "toColor": [ 81, 104, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 111, 247, 127, 255 ], "toColor": [ 111, 247, 127, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 221, 245, 255 ], "toColor": [ 125, 221, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 86, 226, 255 ], "toColor": [ 245, 86, 226, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 74, 130, 74, 255 ], "toColor": [ 74, 130, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 90, 130, 255 ], "toColor": [ 138, 90, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 223, 99, 255 ], "toColor": [ 242, 223, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 132, 227, 179, 255 ], "toColor": [ 132, 227, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 109, 133, 255 ], "toColor": [ 62, 109, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 182, 124, 255 ], "toColor": [ 194, 182, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 132, 164, 255 ], "toColor": [ 245, 132, 164, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 142, 166, 232, 255 ], "toColor": [ 142, 166, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 122, 65, 163, 255 ], "toColor": [ 122, 65, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 86, 161, 255 ], "toColor": [ 59, 86, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 208, 142, 230, 255 ], "toColor": [ 208, 142, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 120, 179, 62, 255 ], "toColor": [ 120, 179, 62, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 98, 90, 255 ], "toColor": [ 145, 98, 90, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 51, 128, 115, 255 ], "toColor": [ 51, 128, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 240, 146, 255 ], "toColor": [ 187, 240, 146, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 73, 145, 255 ], "toColor": [ 204, 73, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 177, 84, 235, 255 ], "toColor": [ 177, 84, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 142, 148, 53, 255 ], "toColor": [ 142, 148, 53, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 66, 64, 255 ], "toColor": [ 168, 66, 64, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 167, 250, 90, 255 ], "toColor": [ 167, 250, 90, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 103, 191, 178, 255 ], "toColor": [ 103, 191, 178, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 104, 52, 255 ], "toColor": [ 138, 104, 52, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 185, 96, 255 ], "toColor": [ 240, 185, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 96, 189, 118, 255 ], "toColor": [ 96, 189, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 151, 184, 118, 255 ], "toColor": [ 151, 184, 118, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 88, 158, 173, 255 ], "toColor": [ 88, 158, 173, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 150, 59, 132, 255 ], "toColor": [ 150, 59, 132, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 87, 116, 255 ], "toColor": [ 242, 87, 116, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 113, 117, 171, 255 ], "toColor": [ 113, 117, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 56, 81, 255 ], "toColor": [ 128, 56, 81, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 20, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": -1.11140599999993E8, "ymin": -9.1532099999954E7, "xmax": 1.2196703813051358E7, "ymax": 3482192.7744829208, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "CLASS", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID_1", "type": "esriFieldTypeOID", "alias": "OBJECTID_1", "domain": null }, { "name": "CLASS", "type": "esriFieldTypeString", "alias": "CLASS", "length": 8, "domain": { "type": "codedValue", "name": "ZoningCodes", "description": "Zoning Codes", "codedValues": [ { "name": "A-1", "code": "A-1" }, { "name": "A-1 OSAP", "code": "A-1 OSAP" }, { "name": "AC", "code": "AC" }, { "name": "B-1", "code": "B-1" }, { "name": "B-2", "code": "B-2" }, { "name": "B-3", "code": "B-3" }, { "name": "B-4", "code": "B-4" }, { "name": "B-5", "code": "B-5" }, { "name": "C-1", "code": "C-1" }, { "name": "C-2", "code": "C-2" }, { "name": "C-3", "code": "C-3" }, { "name": "M-1", "code": "M-1" }, { "name": "M-2", "code": "M-2" }, { "name": "M-3", "code": "M-3" }, { "name": "MXD-U", "code": "MXD-U" }, { "name": "O-I", "code": "O-I" }, { "name": "PUD", "code": "PUD" }, { "name": "PUD-Urban", "code": "PUD-U" }, { "name": "R-10", "code": "R-10" }, { "name": "R-10S", "code": "R-10S" }, { "name": "R-12(A)S", "code": "R-12(A)S" }, { "name": "R-12S", "code": "R-12S" }, { "name": "R-15", "code": "R-15" }, { "name": "R-15 OSAP", "code": "R-15 OSAP" }, { "name": "R-15(A)S", "code": "R-15(A)S" }, { "name": "R-15S", "code": "R-15S" }, { "name": "R-25(A)S", "code": "R-25(A)S" }, { "name": "R-25S", "code": "R-25S" }, { "name": "R-40", "code": "R-40" }, { "name": "R-40(A)S", "code": "R-40(A)S" }, { "name": "R-40S", "code": "R-40S" }, { "name": "R-6", "code": "R-6" }, { "name": "R-8", "code": "R-8" }, { "name": "R-8S", "code": "R-8S" }, { "name": "R-MF-1", "code": "R-MF-1" }, { "name": "R-MF-2", "code": "R-MF-2" }, { "name": "R-SFA", "code": "R-SFA" }, { "name": "R-TH-1", "code": "R-TH-1" }, { "name": "RE-1", "code": "RE-1" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "APPNO", "type": "esriFieldTypeString", "alias": "APPNO", "length": 14, "domain": null }, { "name": "APPNO2", "type": "esriFieldTypeString", "alias": "APPNO2", "length": 14, "domain": null }, { "name": "DATE_", "type": "esriFieldTypeDate", "alias": "DATE_", "length": 8, "domain": null }, { "name": "PROJECT", "type": "esriFieldTypeString", "alias": "PROJECT", "length": 50, "domain": null }, { "name": "PROFFERS", "type": "esriFieldTypeString", "alias": "PROFFERS", "length": 10, "domain": { "type": "codedValue", "name": "YES/NO", "description": "Yes or No", "codedValues": [ { "name": "YES", "code": "YES" }, { "name": "NO", "code": "NO" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LOT_TOTAL", "type": "esriFieldTypeSmallInteger", "alias": "LOT_TOTAL", "domain": null }, { "name": "PROFFER_SC", "type": "esriFieldTypeInteger", "alias": "PROFFER_SC", "domain": null }, { "name": "PROFFEREXP", "type": "esriFieldTypeString", "alias": "PROFFEREXP", "length": 50, "domain": null }, { "name": "PROFFER_FI", "type": "esriFieldTypeDouble", "alias": "PROFFER_FI", "domain": null }, { "name": "PROFFER_LI", "type": "esriFieldTypeDouble", "alias": "PROFFER_LI", "domain": null }, { "name": "PROFFER_RO", "type": "esriFieldTypeDouble", "alias": "PROFFER_RO", "domain": null }, { "name": "OPENSPACEPRESERVATION", "type": "esriFieldTypeString", "alias": "OPENSPACEPRESERVATION", "length": 50, "domain": null }, { "name": "ACREAGE", "type": "esriFieldTypeDouble", "alias": "ACREAGE", "domain": null }, { "name": "HISTORIC", "type": "esriFieldTypeString", "alias": "HISTORIC", "length": 20, "domain": null }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "length": 8, "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": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R21_pk", "fields": "OBJECTID_1", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_21", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_21", "fields": "GlobalID,OBJECTID_1", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S16_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 5, "name": "Planning Areas", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 9.614859109160001E-4, "zTolerance": 2, "mTolerance": 2, "falseX": -1.11140599999842E8, "falseY": -9.15320999994908E7, "xyUnits": 4160.22736744003, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "PLANAREA", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Camelot", "description": "Camelot", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 115, 223, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Camelot" ] ] }, { "label": "Deep Creek", "description": "Deep Creek", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Deep Creek" ] ] }, { "label": "Great Bridge", "description": "Great Bridge", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 127, 127, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Great Bridge" ] ] }, { "label": "Greenbrier", "description": "Greenbrier", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Greenbrier" ] ] }, { "label": "Indian River", "description": "Indian River", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 158, 215, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Indian River" ] ] }, { "label": "Rivercrest", "description": "Rivercrest", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 190, 210, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Rivercrest" ] ] }, { "label": "S. Chesapeake", "description": "S. Chesapeake", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 223, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "S. Chesapeake" ] ] }, { "label": "South Norfolk", "description": "South Norfolk", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 178, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "South Norfolk" ] ] }, { "label": "Western Branch", "description": "Western Branch", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 137, 205, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Western Branch" ] ] }, { "label": "Grassfield", "description": "Grassfield", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.25 } }, "values": [ [ "Grassfield" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 115, 223, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Camelot", "label": "Camelot" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Deep Creek", "label": "Deep Creek" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 127, 127, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Great Bridge", "label": "Great Bridge" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Greenbrier", "label": "Greenbrier" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 158, 215, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Indian River", "label": "Indian River" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 190, 210, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Rivercrest", "label": "Rivercrest" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 223, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "S. Chesapeake", "label": "S. Chesapeake" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 115, 178, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "South Norfolk", "label": "South Norfolk" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 137, 205, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Western Branch", "label": "Western Branch" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 255, 115, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.25 } }, "value": "Grassfield", "label": "Grassfield" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 34, 10, 255 ], "toColor": [ 241, 252, 30, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 241, 252, 30, 255 ], "toColor": [ 23, 255, 255, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 23, 255, 255, 255 ], "toColor": [ 90, 10, 250, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 35, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.207287699995543E7, "ymin": 3366200.2825769037, "xmax": 1.2196795531436369E7, "ymax": 3481793.657776475, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PLANAREA", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PLANAREA", "type": "esriFieldTypeString", "alias": "PLANAREA", "length": 16, "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 } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R247_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S228_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 6, "name": "Census Tract 2020", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "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": [ 56, 168, 0, 255 ], "width": 3 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2072881256599724E7, "ymin": 3366232.1543996483, "xmax": 1.2196703159874052E7, "ymax": 3481793.657856226, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME20", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "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": "STATEFP20", "type": "esriFieldTypeString", "alias": "State FIPS", "length": 2, "domain": null }, { "name": "COUNTYFP20", "type": "esriFieldTypeString", "alias": "County FIPS", "length": 3, "domain": null }, { "name": "TRACTCE20", "type": "esriFieldTypeString", "alias": "Census Tract", "length": 6, "domain": null }, { "name": "GEOID20", "type": "esriFieldTypeString", "alias": "GEO ID", "length": 12, "domain": null }, { "name": "NAME20", "type": "esriFieldTypeString", "alias": "Census Tract Name", "length": 7, "domain": null }, { "name": "MTFCC20", "type": "esriFieldTypeString", "alias": "MTFCC", "length": 5, "domain": null }, { "name": "FUNCSTAT20", "type": "esriFieldTypeString", "alias": "Function Stat", "length": 1, "domain": null }, { "name": "ALAND20", "type": "esriFieldTypeDouble", "alias": "Census Land Area", "domain": null }, { "name": "AWATER20", "type": "esriFieldTypeDouble", "alias": "Census Water Area", "domain": null }, { "name": "INTPTLAT20", "type": "esriFieldTypeString", "alias": "Lat", "length": 11, "domain": null }, { "name": "INTPTLON20", "type": "esriFieldTypeString", "alias": "Long", "length": 12, "domain": null }, { "name": "Display_Name", "type": "esriFieldTypeString", "alias": "Display Name", "length": 25, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R357_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S327_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 7, "name": "Flood Zones", "type": "Feature Layer", "description": "This flood hazard layer was downloaded from the FEMA Map Services Center in Oct. 2014 and is maintained by FEMA. The effective date of the data per the attributes is Dec. 16, 2014. The data is the result of the FEMA re-mapping project for flood zones and was created using our 2006 topo data and other City GIS data provided to Dewberry.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.00328083333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121905, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "FEMA", "parentLayer": null, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "FLD_ZONE", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "1.0% ANNUAL CHANCE FLOOD", "description": "1.0% ANNUAL CHANCE FLOOD", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 112, 255, 255 ], "outline": null }, "values": [ [ "AE" ] ] }, { "label": "0.2% ANNUAL CHANCE FLOOD", "description": "0.2% ANNUAL CHANCE FLOOD", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": null }, "values": [ [ "0.2 PCT ANNUAL CHANCE FLOOD HAZARD" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 112, 255, 255 ], "outline": null }, "value": "AE", "label": "1.0% ANNUAL CHANCE FLOOD" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": null }, "value": "0.2 PCT ANNUAL CHANCE FLOOD HAZARD", "label": "0.2% ANNUAL CHANCE FLOOD" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 214, 130, 96, 255 ], "toColor": [ 214, 130, 96, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 91, 79, 224, 255 ], "toColor": [ 91, 79, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 104, 250, 87, 255 ], "toColor": [ 104, 250, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 87, 224, 242, 255 ], "toColor": [ 87, 224, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 108, 195, 255 ], "toColor": [ 245, 108, 195, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 130, 62, 255 ], "toColor": [ 68, 130, 62, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 98, 90, 138, 255 ], "toColor": [ 98, 90, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 230, 101, 255 ], "toColor": [ 240, 230, 101, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 115, 250, 185, 255 ], "toColor": [ 115, 250, 185, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 130, 129, 255 ], "toColor": [ 73, 130, 129, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 62, 90, 255 ], "toColor": [ 176, 62, 90, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 105, 165, 250, 255 ], "toColor": [ 105, 165, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 216, 87, 242, 255 ], "toColor": [ 216, 87, 242, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 25, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2083961998217806E7, "ymin": 3368399.7707993835, "xmax": 1.2196792901492566E7, "ymax": 3479885.976632297, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FLD_AR_ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FLD_ZONE", "type": "esriFieldTypeString", "alias": "Flood Zone", "length": 55, "domain": null }, { "name": "FLOODWAY", "type": "esriFieldTypeString", "alias": "Floodway", "length": 30, "domain": null }, { "name": "SFHA_TF", "type": "esriFieldTypeString", "alias": "SFHA_TF", "length": 1, "domain": null }, { "name": "STATIC_BFE", "type": "esriFieldTypeDouble", "alias": "STATIC_BFE", "domain": null }, { "name": "V_DATUM", "type": "esriFieldTypeString", "alias": "Vertical Datum", "length": 6, "domain": null }, { "name": "SOURCE_CIT", "type": "esriFieldTypeString", "alias": "SOURCE_CIT", "length": 11, "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 } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R304_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S284_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 8, "name": "Subdivisions", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 252, 246, 207, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 56, 168, 0, 255 ], "width": 1.25 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2080406696601301E7, "ymin": 3374372.390415728, "xmax": 1.2187596086552799E7, "ymax": 3481714.329274729, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "StatedArea", "type": "esriFieldTypeDouble", "alias": "Stated Area", "domain": null }, { "name": "CalculatedArea", "type": "esriFieldTypeDouble", "alias": "Calculated Area", "domain": null }, { "name": "MapNumber", "type": "esriFieldTypeString", "alias": "Map Number", "length": 7, "domain": null }, { "name": "MapBook", "type": "esriFieldTypeString", "alias": "MapBook", "length": 1000, "domain": null }, { "name": "Record", "type": "esriFieldTypeString", "alias": "Record", "length": 255, "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 } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "I3868Name", "fields": "Name", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R450_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S415_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1708190074000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 9, "name": "Neighborhoods", "type": "Feature Layer", "description": "The neighborhoods were created as a general reference polygon and were originally based on our subdivision feature class.  Where our subdivision feature class is divided into the individual phases of development, the neighborhoods were created to show the development without \u201cphase\u201d or \u201csections.\u201d  Because of this, the boundaries of the two feature classes do not necessarily have to be identical.The dataset was created by merging the subdivision features together based on name.  Some of the boundaries were created from similar legal descriptions amongst parcels or a general area that contains \u201clike\u201d parcels.  Areas of interest, such as large business parks, industrial area or other features have been included as well.To support CSR geoarea assignments, there is also a 'no neighborhood' feature.", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 5.20404626233E-5, "zTolerance": 2, "mTolerance": 2, "falseX": -1.11140599999989E8, "falseY": -9.15320999999825E7, "xyUnits": 76863.2675108627, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "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": [ 169, 0, 230, 255 ], "width": 1.25 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2065447636961237E7, "ymin": 3364078.415268585, "xmax": 1.2197198271340251E7, "ymax": 3484983.5428275615, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NBRHD_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "NBRHD_NAME", "type": "esriFieldTypeString", "alias": "NBRHD_NAME", "length": 100, "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": "ID", "type": "esriFieldTypeSmallInteger", "alias": "CAD ID", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R259_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S240_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 10, "name": "Parcels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.0019229718218316402, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -1.11140599999842E8, "falseY": -9.15320999994908E7, "xyUnits": 4160.22736744003, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 0.4 } } }, "scaleSymbols": false, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.2070962564205512E7, "ymin": 3366907.504980907, "xmax": 1.2196557777604043E7, "ymax": 3482017.933018565, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "MAP_PARCEL", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "CALCACREAGE", "type": "esriFieldTypeDouble", "alias": "Calculated Acreage", "domain": null }, { "name": "PARNO", "type": "esriFieldTypeString", "alias": "Parcel Number", "length": 6, "domain": null }, { "name": "MAP_PARCEL", "type": "esriFieldTypeString", "alias": "Map Parcel Number", "length": 13, "domain": null }, { "name": "CNTRL_NO", "type": "esriFieldTypeDouble", "alias": "Control Number", "domain": null }, { "name": "OWNER", "type": "esriFieldTypeString", "alias": "Owner", "length": 85, "domain": null }, { "name": "ADDRESS", "type": "esriFieldTypeString", "alias": "Full Address", "length": 50, "domain": null }, { "name": "ADDRESSZIP", "type": "esriFieldTypeString", "alias": "Zip code", "length": 12, "domain": null }, { "name": "UNIT", "type": "esriFieldTypeString", "alias": "Unit", "length": 12, "domain": null }, { "name": "PROJECT", "type": "esriFieldTypeString", "alias": "Project", "length": 60, "domain": null }, { "name": "PROPCLASS", "type": "esriFieldTypeString", "alias": "Property Class", "length": 6, "domain": null }, { "name": "ASSESSMNT_DIST", "type": "esriFieldTypeString", "alias": "Assessment District", "length": 40, "domain": null }, { "name": "LEGAL", "type": "esriFieldTypeString", "alias": "Legal Description", "length": 1073741822, "domain": null }, { "name": "TRANSFER", "type": "esriFieldTypeDate", "alias": "Purchase Date", "length": 8, "domain": null }, { "name": "DEEDBK", "type": "esriFieldTypeString", "alias": "Deed Book", "length": 15, "domain": null }, { "name": "DEEDPG", "type": "esriFieldTypeString", "alias": "Deed Page", "length": 15, "domain": null }, { "name": "CONSIDERATION", "type": "esriFieldTypeDouble", "alias": "Sale Price", "domain": null }, { "name": "MAPBOOKPG", "type": "esriFieldTypeString", "alias": "Map Book Page", "length": 12, "domain": null }, { "name": "CAREOF", "type": "esriFieldTypeString", "alias": "Mailing Care Of", "length": 85, "domain": null }, { "name": "MADDRESS", "type": "esriFieldTypeString", "alias": "Mailing Address", "length": 50, "domain": null }, { "name": "MCITY", "type": "esriFieldTypeString", "alias": "Mailing City", "length": 30, "domain": null }, { "name": "MSTATE", "type": "esriFieldTypeString", "alias": "Mailing State", "length": 2, "domain": null }, { "name": "MZIP", "type": "esriFieldTypeString", "alias": "Mailing Zip", "length": 20, "domain": null }, { "name": "ASMT_BL", "type": "esriFieldTypeDouble", "alias": "Assessment Building", "domain": null }, { "name": "ASMT_LD", "type": "esriFieldTypeDouble", "alias": "Assessment Land", "domain": null }, { "name": "ASMT_TOTAL", "type": "esriFieldTypeDouble", "alias": "Assessment Total", "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 } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R252_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S233_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 11, "name": "Parcels - Historic", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 255, 190, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 127, 127, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2070962564242885E7, "ymin": 3366907.5050830543, "xmax": 1.2196557777618885E7, "ymax": 3482017.932998225, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "CreatedByRecord", "type": "esriFieldTypeGUID", "alias": "Created By Record", "length": 38, "domain": null }, { "name": "RetiredByRecord", "type": "esriFieldTypeGUID", "alias": "Retired By Record", "length": 38, "domain": null }, { "name": "StatedArea", "type": "esriFieldTypeDouble", "alias": "Stated Area", "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Modified By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Modified Date", "length": 8, "domain": null }, { "name": "CalcAcreage", "type": "esriFieldTypeDouble", "alias": "Acres Calculated", "domain": null }, { "name": "Date_Recd", "type": "esriFieldTypeDate", "alias": "Recorded Date", "length": 8, "domain": null }, { "name": "ParNo", "type": "esriFieldTypeString", "alias": "ParNo", "length": 6, "domain": null }, { "name": "MapNumber", "type": "esriFieldTypeString", "alias": "Map Number", "length": 7, "domain": null }, { "name": "Cntrl_No", "type": "esriFieldTypeDouble", "alias": "Control Number", "domain": null }, { "name": "VisionID", "type": "esriFieldTypeInteger", "alias": "Vision ID", "domain": null }, { "name": "Record", "type": "esriFieldTypeString", "alias": "Record", "length": 255, "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 } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "G3872CreatedByRe", "fields": "CreatedByRecord", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I3872RetiredByRe", "fields": "RetiredByRecord", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I3872Name", "fields": "Name", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R454_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "VisionID_Index", "fields": "VisionID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S419_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1708190173000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 14, "name": "Parcels - OLD Historic", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 190, 210, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2076339059723467E7, "ymin": 3366518.9999545664, "xmax": 1.2196534110671476E7, "ymax": 3482094.4479370564, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "MAPNUMBER", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "CALCACREAGE", "type": "esriFieldTypeDouble", "alias": "CALCACREAGE", "domain": null }, { "name": "DATE_", "type": "esriFieldTypeDate", "alias": "DATE_", "length": 8, "domain": null }, { "name": "MAPNUMBER", "type": "esriFieldTypeString", "alias": "MAPNUMBER", "length": 7, "domain": null }, { "name": "MAP_PARCEL", "type": "esriFieldTypeString", "alias": "MAP_PARCEL", "length": 13, "domain": null }, { "name": "CNTRL_NO", "type": "esriFieldTypeDouble", "alias": "CNTRL_NO", "domain": null }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "CREATED_USER", "length": 255, "domain": null }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "CREATED_DATE", "length": 8, "domain": null }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "LAST_EDITED_USER", "length": 255, "domain": null }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "length": 8, "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 } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R375_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S342_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 12, "name": "Preliminary Parcels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 190, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1.2081941409739226E7, "ymin": 3375822.7323313057, "xmax": 1.2180851696170226E7, "ymax": 3481364.450381309, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 255, "domain": null }, { "name": "CreatedByRecord", "type": "esriFieldTypeGUID", "alias": "Created By Record", "length": 38, "domain": null }, { "name": "StatedArea", "type": "esriFieldTypeDouble", "alias": "Stated Area", "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "Modified By", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "Modified Date", "length": 8, "domain": null }, { "name": "CalcAcreage", "type": "esriFieldTypeDouble", "alias": "Acres Calculated", "domain": null }, { "name": "Date_Recd", "type": "esriFieldTypeDate", "alias": "Recorded Date", "length": 8, "domain": null }, { "name": "ParNo", "type": "esriFieldTypeString", "alias": "ParNo", "length": 6, "domain": null }, { "name": "MapNumber", "type": "esriFieldTypeString", "alias": "Map Number", "length": 7, "domain": null }, { "name": "Cntrl_No", "type": "esriFieldTypeDouble", "alias": "Control Number", "domain": null }, { "name": "VisionID", "type": "esriFieldTypeInteger", "alias": "Vision ID", "domain": null }, { "name": "Record", "type": "esriFieldTypeString", "alias": "Record", "length": 255, "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 } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "G3866CreatedByRe", "fields": "CreatedByRecord", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I3866Name", "fields": "Name", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R448_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S413_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "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": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1708190056000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 13, "name": "City Boundary", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.00833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -1.1114059999359E8, "falseY": -9.15320999924232E7, "xyUnits": 1920, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 250000, "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": [ 170, 170, 170, 255 ], "width": 5 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1.2072909014743343E7, "ymin": 3366200.2825767994, "xmax": 1.2196795531410009E7, "ymax": 3481758.840910122, "spatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -111140600, "falseY": -91532100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "CREATED_USER", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "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 } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R168_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S155_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 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": 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": "a3fd556fa4e84b86b7342d2fa78199b4" } ], "tables": [] }