{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.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, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "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, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "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": "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": "STRAND", "code": "STRND" }, { "name": "GATE", "code": "GATE" }, { "name": "LAIR", "code": "LAIR" }, { "name": "BANK", "code": "BANK" }, { "name": "QUARTER", "code": "QUARTER" }, { "name": "KEEP", "code": "KEEP" }, { "name": "GRN", "code": "GRN" }, { "name": "CMNS", "code": "CMNS" }, { "name": "POINTE", "code": "POINTE" }, { "name": "PKWY", "code": "PKWY" }, { "name": "FLYWAY", "code": "FLYWAY" }, { "name": "LOOKOUT", "code": "LOOKOUT" } ], "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": "Malls", "code": "Malls" }, { "name": "Pumping Station", "code": "Pumping Station" }, { "name": "Common Area", "code": "Common Area" }, { "name": "Tower", "code": "Tower" }, { "name": "Cemetery", "code": "Cemetery" }, { "name": "Ball Park", "code": "Ball Park" }, { "name": "Park", "code": "Park" }, { "name": "Medical Office", "code": "Medical Office" }, { "name": "Garage", "code": "Garage" }, { "name": "Church", "code": "Church" }, { "name": "Senior Condos", "code": "Senior Condos" }, { "name": "Out Buildings", "code": "Out Buildings" }, { "name": "Telephone Building", "code": "Telephone Building" }, { "name": "Utility Building", "code": "Utility Building" }, { "name": "Office Building", "code": "Office Building" }, { "name": "Bank", "code": "Bank" }, { "name": "Office Warehouse", "code": "Office Warehouse" }, { "name": "Credit Union", "code": "Credit Union" }, { "name": "Hotel", "code": "Hotel" }, { "name": "Self Storage", "code": "Self Storage" }, { "name": "Restaurant", "code": "Restaurant" }, { "name": "School", "code": "School" }, { "name": "Farm", "code": "Farm" }, { "name": "Barn", "code": "Barn" }, { "name": "VP Sub Station", "code": "VP Sub Station" }, { "name": "Duplex", "code": "Duplex" }, { "name": "Business", "code": "BUSINESS" }, { "name": "Vacant", "code": "VACANT" }, { "name": "Club House", "code": "CLUBHOUSE" }, { "name": "Warehouse", "code": "WAREHOUSE" }, { "name": "Apartments", "code": "APTS" }, { "name": "Dry Well", "code": "DRY WELL" }, { "name": "Virginia Natural Gas Regulation Station", "code": "VANG REG STA" }, { "name": "Virginia Natural Gas Gate Station", "code": "VANG GATE STA" }, { "name": "Virginia Natural Gas Pressure Point", "code": "VANG PRESS PT" }, { "name": "Daycare", "code": "DAYCARE" }, { "name": "Private Utility Building", "code": "PRIVATE UTILITY BLDG" }, { "name": "City Property", "code": "CITY PROPERTY" }, { "name": "Airport", "code": "AP" }, { "name": "Shopping Centers", "code": "Shopping Centers" }, { "name": "Mobile Home", "code": "MH" }, { "name": "VA Power Plant", "code": "VA Power Plant" }, { "name": "Parking Lot", "code": "Parking Lot" }, { "name": "Tennis Court", "code": "Tennis Courts" }, { "name": "Greenhouse", "code": "Greenhouse" }, { "name": "Maintenance Building", "code": "Maintenance Building" }, { "name": "Multi Houses", "code": "Multi Houses" }, { "name": "Elderly Care", "code": "Elderly Care" }, { "name": "Senior Apartments", "code": "Senior Apartments" }, { "name": "Apartment Office", "code": "Apartment Office" }, { "name": "Fire Station", "code": "Fire Station" }, { "name": "Community Building", "code": "Community Building" }, { "name": "ATM", "code": "ATM" }, { "name": "Sales Trailer", "code": "Sales Trailer" }, { "name": "VPower Meter Lights", "code": "VPower Meter Lights" }, { "name": "VPower Meter Fountain", "code": "VPower Meter Fountain" }, { "name": "Construction Trailer", "code": "Construction Trailer" }, { "name": "Temp Power Pole", "code": "Temp Power Pole" }, { "name": "Subdivision Sign", "code": "Subdivision Sign" }, { "name": "US Government Prop", "code": "US Government Prop" }, { "name": "Water Meter", "code": "Water Meter" }, { "name": "Sign", "code": "Sign" }, { "name": "Power Meter Fountain", "code": "Power Meter Fountain" } ], "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, "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 }, "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": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "Contours", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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", "stackLabel": true, "stackRowLength": 24, "stackAlignment": "dynamic", "removeDuplicates": "none", "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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", "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": "7b31e5e508b67b6745d71625a0b5b060", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADzElEQVR4nO2cTZrbIAyGveCKOUnO0Yu0h5wu+jAlQn8gPjELsfHEBr3Exp8kx6P29fv5el7v57v9+fU8r/e/7UrrY0Zb3d7YJ4OTyGsifBzsab2f1j+Lk8hrrHFuS1fS7hVFcrR+IN58Aq2BdElzE9H2ozhWA/HmE+htnOFxApxu/GTOJq99d9KMeI5JYLovg5PIa6yXsW4/rVnCjeYk85oomiu3hUd8szjJPDmM8V4lr/hmchJ5PifCCSmd0G44c4NzkKefwA7gtATxRdAcAE8+gePSpUajQfQNDoj3P4yxjEm5phY3eUIOBCeR19QlvCrQXLrEBboIztg3kdc+Ou3eKqOmSHA05xKvmZPxRPmSJ+M+oziXeLwT0a6iloOuinAWB8iTH2dxEM0gDTo9qVYGB8z7fJhg6UvvM265Y9zk6e2A4Fzg6V74ZENzNE8M5PG38ArMisforYPiSCEMmDd74dfbr2Hc2MH49DeSc4nnf6QviSvVDu9ET3N2w5sgz36YIBmWJrWjNVkcAM8XB/Z9u/GX1E5yvAH0YZ4eB3qXvdY8zuUE5xJvzoWj2mXdDijOJV6blnXkqo8RO51UFieZ19gBO01y/+ME0JzxcxKPjwNXRdUKHaQVcpqj9QPx5hXIbenVjXpjBEfrB+R9nkBvlG5pkOXxEJxxXCJv790YS+s43fvJnABv9sLa1fJqkJZPojnJvDadVSun1JonlkJyLvCaa7VozSO+0vHTnAs8/kel1TTNE9hmcZJ5thPhhJROaDecucE5yVO98JhDUi1BfBE0B8TTH2dxRqNBNJJj9Qd8L96JUGNaasTt8+SrCA6XWYB58qsdqwItpUvWBE9xel8rOznMk9/O8rZRU6TjtC+Co40B8uR3Y7xRvuTJxuOeiUY5l3hrr3ZoOeiqCGdxwDz+cRYH0QzSoNOzCjI4Cbz2cfatCWney5ICNKezep8k3pkXLBXAxxbN4T6DebHfRKyEm9MUFGfsm8hrE9yrYVywSYyzn1GcSzzfI31JXKl20Il6VswpjmYbyLP/T4QzvDpRrWVxQDw7Duz7duIvj8dEc8A8OQ7cyVC8LYuTwFv7WfPUF8riJPDOvdoxjrfsZHESePy//O/mmjT1eR49RkNxEnln3s7yjEVz6L4kHv84a8c77ejMSY43gD/Mq8I7QV4V3gnyqvBOkFeFd4K8KrwT5FXhnSCvCu8EeVV4J8irwjtBXhXeCfKq8E6QV4V3grwqvBPkVeGdIK8K7wR5VXgnyKvCO0FeFd4J8qrwTpBXhXeCvCq8E+T9BUnv6DtSeBQfAAAAAElFTkSuQmCC", "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": "69288d06fd20b273b1d76d34692e5cc5", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAYAAABXXxDfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEcklEQVRogbVby3UjMQybw7TpCnJ0HbmtK0hvaWP3sE9+DAcAQWrCizMjiR+JIiDZOY8/338PIF8fn8fj9Szfr2fWv9KnxBkT+zDfmK6TNeRnpih/MsfVhLEgUZvSq2JA/p3ZCDMWg/z6+Lw46jienUcTt3SzSY0LgNqVxDGP1/N/8LkROcgcYH+7Y52su0vywp2xYaKMja/0qcl16sjE35yxJ+n3wwn3mb3r2FAT6upXNSSKDL5aTVUbXPmN/q5OGfwSZ7YVpLD3quq7WVfBGYvnOMzgO8o7qZqd79QQNabyc7W9g58E5s406zNZtTy2w1FyX1rtneLWcRzBX7VqanIYR0Bwy5Dlkva5cMVnNoN34vIOtFUZRlc+K2DVGxEhRybwtAOjVZYcx3FleA6zQzI52GR7kYQ4BdKxq+SsAnZlggJKKqJScXtnUk61GtNZdZlflxJ37Dm66J6Pf3dpLRq3WxSdys98i+/j55mVIke7hWh64aHERZcK++PnJe27Vdk1FD87NLZj141hCcV59s4tOEwqjsACdAiWmhDU9iP43Zl0pIIrFnB1w1T5iUja6FTXObnlduSkCoCRrR1kWJ/yYNM17KSi6/T0foDpQbblNVYX71Uq7uhwxkRbUVTGwrR3V4v1QytfbQcXGidwyXyAwe8Eq947lLUiLx0orsbAg41TWdGY7HBn9fPYqs25AarsQajrVFbHWDVp7paY0GWlnx5pnefKkIMgFWTmyXXZobqPWO/e39UhR5QiRmunBxyX3KhM6/IFi946+18F56QoC7haWeaz48OZG9CMxbY7oacLZQ4qIJ+Z2CsfFVYOufvS2Radi4qsJ/qM/JCXGbEjcwSNY3CX25xakoNwIS8vFrJRHmw6pKLSoxyq7LHsq3SozJFQ54jT34Edx8a0tjCxzvM7BpTeib2OVEhhfT+vqnO3yCk7Tl81VgmqQzLtc7opI8r5Kt3jxLqT0N1K6P1W2ndXWNlx4Sy2O7CsFm4r7RWMIT3oPRrncHZlb7UxbrLkcm8/TfssXeKSHWfPd6IDTHtFOzsXFNXlxR2Fzd1qkOG5RIM5PC2CjoOOLtcG8pty+04xq1bFXeFJdXfGMqHc3i1mqu1ORpb9ye8qWxDqnHRhp6MJHUYOqVXtwJlDxqLAPZ8Ns2rrbAtnNR2ClH1R0OvWl9YvMCd90QSxetLdWg4XQM9rLMT53+LaE8RwRXEBpv+s0ma3qHTad/t3x8lrLIdKqqujav8iR7vMcHq+OA7wbyYVlWRFJopCCGZjCqlqvNrG74JXrYi6J2OrO906LJDc7uhRvjxeT36kdZzv1gA3mEqvsx0cO+WRNhrrroS79yaO32EH/jLDISzuubqSnQsQx1fF+uAvMxw8vhv7pzpccoXE+kHSrsTqz1YBtXcKLXuvMqa8t9+5RIgBTQqai9/do/PSLb+iVo66+1ThPdNXrTzD9i4jtH6Q5DjP9ERRHAIFWgVVMcqKt8DzvKKbDhNjzqBgs243+zonQTYJ/wDk8xErG7RMLwAAAABJRU5ErkJggg==", "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": [ 245, 215, 157, 255 ], "toColor": [ 245, 215, 157, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 134, 73, 209, 255 ], "toColor": [ 134, 73, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 52, 120, 140, 255 ], "toColor": [ 52, 120, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 112, 240, 98, 255 ], "toColor": [ 112, 240, 98, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 89, 140, 255 ], "toColor": [ 222, 89, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 116, 247, 239, 255 ], "toColor": [ 116, 247, 239, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 79, 135, 58, 255 ], "toColor": [ 79, 135, 58, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 94, 74, 255 ], "toColor": [ 128, 94, 74, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 162, 138, 207, 255 ], "toColor": [ 162, 138, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 132, 102, 255 ], "toColor": [ 250, 132, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 232, 84, 255 ], "toColor": [ 217, 232, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 70, 52, 128, 255 ], "toColor": [ 70, 52, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 118, 232, 158, 255 ], "toColor": [ 118, 232, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 133, 70, 113, 255 ], "toColor": [ 133, 70, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 123, 184, 152, 255 ], "toColor": [ 123, 184, 152, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 115, 215, 255 ], "toColor": [ 245, 115, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 57, 66, 255 ], "toColor": [ 153, 57, 66, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 127, 190, 227, 255 ], "toColor": [ 127, 190, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 149, 63, 255 ], "toColor": [ 158, 149, 63, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 82, 113, 209, 255 ], "toColor": [ 82, 113, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 159, 142, 255 ], "toColor": [ 212, 159, 142, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 142, 204, 255 ], "toColor": [ 71, 142, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 84, 128, 255 ], "toColor": [ 89, 84, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 177, 214, 135, 255 ], "toColor": [ 177, 214, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 155, 199, 255 ], "toColor": [ 235, 155, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 137, 68, 156, 255 ], "toColor": [ 137, 68, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 211, 145, 250, 255 ], "toColor": [ 211, 145, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 245, 175, 100, 255 ], "toColor": [ 245, 175, 100, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 52, 128, 92, 255 ], "toColor": [ 52, 128, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 111, 194, 93, 255 ], "toColor": [ 111, 194, 93, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 68, 188, 194, 255 ], "toColor": [ 68, 188, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 94, 247, 255 ], "toColor": [ 204, 94, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 129, 83, 255 ], "toColor": [ 189, 129, 83, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 186, 65, 182, 255 ], "toColor": [ 186, 65, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 195, 85, 255 ], "toColor": [ 217, 195, 85, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 20, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": -1.11140599999993E8, "ymin": -9.1532099999954E7, "xmax": 1.2196703813051358E7, "ymax": 3482192.77448292, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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", "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": 3366232.154392615, "xmax": 1.2196704000381365E7, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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", "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": [ 245, 215, 157, 255 ], "toColor": [ 245, 215, 157, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 100, 77, 214, 255 ], "toColor": [ 100, 77, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 116, 206, 247, 255 ], "toColor": [ 116, 206, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 89, 135, 255 ], "toColor": [ 227, 89, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 242, 127, 255 ], "toColor": [ 92, 242, 127, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 153, 106, 255 ], "toColor": [ 89, 153, 106, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 84, 75, 130, 255 ], "toColor": [ 84, 75, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 83, 65, 255 ], "toColor": [ 128, 83, 65, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 234, 166, 247, 255 ], "toColor": [ 234, 166, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 90, 230, 255 ], "toColor": [ 242, 90, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 87, 142, 250, 255 ], "toColor": [ 87, 142, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 143, 57, 124, 255 ], "toColor": [ 143, 57, 124, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 149, 176, 62, 255 ], "toColor": [ 149, 176, 62, 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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1708190074000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1708190173000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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.2180838325133964E7, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1708190056000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" }, { "currentVersion": 10.91, "cimVersion": "2.9.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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": 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" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "a3fd556fa4e84b86b7342d2fa78199b4" } ], "tables": [] }