{ "layers": [ { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 0, "name": "PSAPAddressPoint", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true }, "hasMetadata": false, "extent": { "xmin": -8978001.367843365, "ymin": 4399550.393403422, "xmax": -8814668.286382874, "ymax": 4551471.417158909, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102747, "latestWkid": 2284, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17463800, "falseY": -46132600, "xyUnits": 2438.404876809744, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 135, 38, 0, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "FULLNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "SITEADDID", "type": "esriFieldTypeString", "alias": "Site Address ID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "SITEADDID" }, { "name": "ADDPTKEY", "type": "esriFieldTypeString", "alias": "Address Point ID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ADDPTKEY" }, { "name": "PREADDRNUM", "type": "esriFieldTypeString", "alias": "Address Number Prefix", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "PREADDRNUM" }, { "name": "ADDRNUMSUF", "type": "esriFieldTypeString", "alias": "Address Number Suffix", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ADDRNUMSUF" }, { "name": "ADDRNUM", "type": "esriFieldTypeString", "alias": "Full Address Number", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ADDRNUM" }, { "name": "ADDRRANGE", "type": "esriFieldTypeString", "alias": "Address Range", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "ADDRRANGE" }, { "name": "UNITTYPE", "type": "esriFieldTypeString", "alias": "Address Unit Type", "domain": { "type": "codedValue", "name": "AddressUnitType", "description": "The type of address unit as adapted from the USPS Publication 28", "codedValues": [ { "name": "Apartment", "code": "APT" }, { "name": "Basement", "code": "BSMT" }, { "name": "Building", "code": "BLDG" }, { "name": "Department", "code": "DEPT" }, { "name": "Floor", "code": "FL" }, { "name": "Front", "code": "FRNT" }, { "name": "Hanger", "code": "HNGR" }, { "name": "Key", "code": "KEY" }, { "name": "Lobby", "code": "LBBY" }, { "name": "Lot", "code": "LOT" }, { "name": "Lower", "code": "LOWR" }, { "name": "Office", "code": "OFC" }, { "name": "Penthouse", "code": "PH" }, { "name": "Pier", "code": "PIER" }, { "name": "Rear", "code": "REAR" }, { "name": "Room", "code": "RM" }, { "name": "Side", "code": "SIDE" }, { "name": "Slip", "code": "SLIP" }, { "name": "Space", "code": "SPC" }, { "name": "Stop", "code": "STOP" }, { "name": "Suite", "code": "STE" }, { "name": "Trailer", "code": "TRLR" }, { "name": "Unit", "code": "UNIT" }, { "name": "Upper", "code": "UPPR" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "UNITTYPE" }, { "name": "UNITID", "type": "esriFieldTypeString", "alias": "Address Unit Number", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "UNITID" }, { "name": "ALTUNITTYPE", "type": "esriFieldTypeString", "alias": "Alternate Address Unit Type", "domain": { "type": "codedValue", "name": "AddressUnitType", "description": "The type of address unit as adapted from the USPS Publication 28", "codedValues": [ { "name": "Apartment", "code": "APT" }, { "name": "Basement", "code": "BSMT" }, { "name": "Building", "code": "BLDG" }, { "name": "Department", "code": "DEPT" }, { "name": "Floor", "code": "FL" }, { "name": "Front", "code": "FRNT" }, { "name": "Hanger", "code": "HNGR" }, { "name": "Key", "code": "KEY" }, { "name": "Lobby", "code": "LBBY" }, { "name": "Lot", "code": "LOT" }, { "name": "Lower", "code": "LOWR" }, { "name": "Office", "code": "OFC" }, { "name": "Penthouse", "code": "PH" }, { "name": "Pier", "code": "PIER" }, { "name": "Rear", "code": "REAR" }, { "name": "Room", "code": "RM" }, { "name": "Side", "code": "SIDE" }, { "name": "Slip", "code": "SLIP" }, { "name": "Space", "code": "SPC" }, { "name": "Stop", "code": "STOP" }, { "name": "Suite", "code": "STE" }, { "name": "Trailer", "code": "TRLR" }, { "name": "Unit", "code": "UNIT" }, { "name": "Upper", "code": "UPPR" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "ALTUNITTYPE" }, { "name": "ALTUNITID", "type": "esriFieldTypeString", "alias": "Alternate Address Unit Number", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "ALTUNITID" }, { "name": "FULLNAME", "type": "esriFieldTypeString", "alias": "Full Road Name", "domain": null, "editable": true, "nullable": true, "length": 125, "defaultValue": null, "modelName": "FULLNAME" }, { "name": "FULLADDR", "type": "esriFieldTypeString", "alias": "Full Address", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "FULLADDR" }, { "name": "PLACENAME", "type": "esriFieldTypeString", "alias": "Place Name", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "PLACENAME" }, { "name": "MUNICIPALITY", "type": "esriFieldTypeString", "alias": "Municipality Name", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "MUNICIPALITY" }, { "name": "ESN", "type": "esriFieldTypeString", "alias": "Emergency Service Number", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ESN" }, { "name": "PSAP", "type": "esriFieldTypeString", "alias": "Public Safety Answering Point", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "PSAP" }, { "name": "MSAG", "type": "esriFieldTypeString", "alias": "MSAG Community", "domain": null, "editable": true, "nullable": true, "length": 35, "defaultValue": null, "modelName": "MSAG" }, { "name": "USNGCOORD", "type": "esriFieldTypeString", "alias": "USNG Coordinate", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "USNGCOORD" }, { "name": "ADDRCLASS", "type": "esriFieldTypeInteger", "alias": "Description", "domain": { "type": "codedValue", "name": "SiteAddressClass", "description": "A general classification of how the structure or location represented by the site address point is used - FacilitySite Subtype Classification", "codedValues": [ { "name": "Agriculture, Food, and Livestock", "code": 701 }, { "name": "Industry", "code": 710 }, { "name": "Commercial and Retail", "code": 720 }, { "name": "Education", "code": 730 }, { "name": "Emergency Response and Law Enforcement", "code": 740 }, { "name": "Energy", "code": 750 }, { "name": "Banking and Finance", "code": 760 }, { "name": "Mail and Shipping", "code": 780 }, { "name": "Building General", "code": 790 }, { "name": "Health and Medical", "code": 800 }, { "name": "Public Attractions and Landmark Buildings", "code": 820 }, { "name": "Government and Military", "code": 830 }, { "name": "Weather", "code": 840 }, { "name": "Water Supply and Treatment", "code": 850 }, { "name": "Information and Communication", "code": 880 }, { "name": "Transportation Facilities", "code": 810 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ADDRCLASS" }, { "name": "POINTTYPE", "type": "esriFieldTypeString", "alias": "Location", "domain": { "type": "codedValue", "name": "SiteAddressLocation", "description": "A general description of the physical location represented by the site address point", "codedValues": [ { "name": "Building", "code": "Building" }, { "name": "Parcel", "code": "Parcel" }, { "name": "Unit, Condo, Office or Suite", "code": "Unit, Condo, Office or Suite" }, { "name": "Utility Asset", "code": "Utility Asset" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "POINTTYPE" }, { "name": "CAPTUREMETH", "type": "esriFieldTypeString", "alias": "Capture Method", "domain": { "type": "codedValue", "name": "PointCollectionMethod", "description": "The collection method for a point feature", "codedValues": [ { "name": "Geocoded", "code": "Geocoded" }, { "name": "GPS", "code": "GPS" }, { "name": "Site Visit", "code": "Site Visit" }, { "name": "Placed on Map", "code": "Placed on Map" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "CAPTUREMETH" }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "Status", "domain": { "type": "codedValue", "name": "AddressStatus", "description": "The status of the address or related feature", "codedValues": [ { "name": "Current", "code": "Current" }, { "name": "Pending", "code": "Pending" }, { "name": "Retired", "code": "Retired" }, { "name": "Temporary", "code": "Temporary" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "STATUS" }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LASTUPDATE" }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LASTEDITOR" }, { "name": "STNMPREDIR", "type": "esriFieldTypeString", "alias": "Street Name Pre Directional", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "ST_PRE_DIR" }, { "name": "STNMPREMOD", "type": "esriFieldTypeString", "alias": "Street Name Pre Modifier", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "ST_PRE_MOD" }, { "name": "STNMPRETYP", "type": "esriFieldTypeString", "alias": "Street Name Pre Type", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ST_PRE_TYP" }, { "name": "STNMPRETYPSEP", "type": "esriFieldTypeString", "alias": "Street Name Pre Type Separator", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ST_PRE_SEP" }, { "name": "STNMSUFFTYP", "type": "esriFieldTypeString", "alias": "Street Name Post Type", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ST_SUF_TYP" }, { "name": "STNMSUFFMOD", "type": "esriFieldTypeString", "alias": "Street Name Post Modifier", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "ST_SUF_MOD" }, { "name": "STNMSUFFDIR", "type": "esriFieldTypeString", "alias": "Street Name Post Directional", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "ST_SUF_DIR" }, { "name": "ADDRALIAS", "type": "esriFieldTypeString", "alias": "Alias Address", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "ALIAS_ADDR" }, { "name": "UNINCORPCOMM", "type": "esriFieldTypeString", "alias": "Unincorporated Community", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "COMM" }, { "name": "NEIGHBOR", "type": "esriFieldTypeString", "alias": "Neighborhood Community", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "NEIGHBOR" }, { "name": "PSTLCOMMNM", "type": "esriFieldTypeString", "alias": "Postal Community Name", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "POSTAL_NM" }, { "name": "ZIP", "type": "esriFieldTypeString", "alias": "Postal Code", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ZIP" }, { "name": "ZIP4", "type": "esriFieldTypeString", "alias": "ZIP (PC) +4", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ZIP_4" }, { "name": "MSAGSTNM", "type": "esriFieldTypeString", "alias": "MSAG Street Name", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "MSAG_ST_NM" }, { "name": "MSAGSUFF", "type": "esriFieldTypeString", "alias": "MSAG Suffix", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "MSAG_SUF" }, { "name": "LNDMKNMPT", "type": "esriFieldTypeString", "alias": "Landmark Name Part", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LNDMRK_PT" }, { "name": "ADDLOCINFO", "type": "esriFieldTypeString", "alias": "Additional Location Information", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "LOC_INFO" }, { "name": "PLCTYP", "type": "esriFieldTypeString", "alias": "Place Type", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "PLACE_TYPE" }, { "name": "FACILNO", "type": "esriFieldTypeString", "alias": "Facility Number", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "FACIL_NUM" }, { "name": "LATITUDE", "type": "esriFieldTypeDouble", "alias": "LATITUDE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LATITUDE" }, { "name": "LONGITUDE", "type": "esriFieldTypeDouble", "alias": "LONGITUDE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LONGITUDE" }, { "name": "MLPST", "type": "esriFieldTypeString", "alias": "Milepost", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "MILE_POST" }, { "name": "FLOOR", "type": "esriFieldTypeString", "alias": "FLR", "domain": null, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "FLOOR" }, { "name": "EFFECTIVE", "type": "esriFieldTypeDate", "alias": "EFFECTIVE_DATE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "EFFECTIVE" }, { "name": "UNIQUEID", "type": "esriFieldTypeString", "alias": "UNIQUE ID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "UNIQUE_ID" }, { "name": "STNMID", "type": "esriFieldTypeDouble", "alias": "STREET NAME ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "STNMID" }, { "name": "MFIPS", "type": "esriFieldTypeString", "alias": "FIPS Code", "domain": null, "editable": true, "nullable": true, "length": 7, "defaultValue": null, "modelName": "MFIPS" }, { "name": "UNINCORPJUR", "type": "esriFieldTypeString", "alias": "UNINCORP JURISDICTION", "domain": null, "editable": true, "nullable": true, "length": 60, "defaultValue": null, "modelName": "UNINCORPJUR" }, { "name": "STNMSOURCE", "type": "esriFieldTypeString", "alias": "STREET NAME SOURCE", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "STNMSOURCE" }, { "name": "SECSTPRE", "type": "esriFieldTypeString", "alias": "Secondary Prefix", "domain": null, "editable": true, "nullable": true, "length": 7, "defaultValue": null, "modelName": "SECSTPRE" }, { "name": "SECSTDIR", "type": "esriFieldTypeString", "alias": "Secondary Street Suffix", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "SECSTDIR" }, { "name": "SECSTMOD", "type": "esriFieldTypeString", "alias": "Secondary USPS Street Modifier", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "SECSTMOD" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "System-maintained ObjectID" }, { "name": "COUNTRY", "type": "esriFieldTypeString", "alias": "COUNTRY", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": "US", "modelName": "COUNTRY" }, { "name": "STATE", "type": "esriFieldTypeString", "alias": "STATE", "domain": { "type": "codedValue", "name": "StateAbbreviation", "description": "The two digital abbreviation for the fifty US states as adapted from the USPS Publication 28", "codedValues": [ { "name": "Alabama", "code": "AL" }, { "name": "Alaska", "code": "AK" }, { "name": "American Samoa", "code": "AS" }, { "name": "Arizona", "code": "AZ" }, { "name": "Arkansas", "code": "AR" }, { "name": "California", "code": "CA" }, { "name": "Colorado", "code": "CO" }, { "name": "Connecticut", "code": "CT" }, { "name": "Delaware", "code": "DE" }, { "name": "District Of Columbia", "code": "DC" }, { "name": "Federated States Of Micronesia", "code": "FM" }, { "name": "Florida", "code": "FL" }, { "name": "Georgia", "code": "GA" }, { "name": "Guam", "code": "GU" }, { "name": "Hawaii", "code": "HI" }, { "name": "Idaho", "code": "ID" }, { "name": "Illinois", "code": "IL" }, { "name": "Indiana", "code": "IN" }, { "name": "Iowa", "code": "IA" }, { "name": "Kansas", "code": "KS" }, { "name": "Kentucky", "code": "KY" }, { "name": "Louisiana", "code": "LA" }, { "name": "Maine", "code": "ME" }, { "name": "Marshall Islands", "code": "MH" }, { "name": "Maryland", "code": "MD" }, { "name": "Massachusetts", "code": "MA" }, { "name": "Michigan", "code": "MI" }, { "name": "Minnesota", "code": "MN" }, { "name": "Mississippi", "code": "MS" }, { "name": "Missouri", "code": "MO" }, { "name": "Montana", "code": "MT" }, { "name": "Nebraska", "code": "NE" }, { "name": "Nevada", "code": "NV" }, { "name": "New Hampshire", "code": "NH" }, { "name": "New Jersey", "code": "NJ" }, { "name": "New Mexico", "code": "NM" }, { "name": "New York", "code": "NY" }, { "name": "North Carolina", "code": "NC" }, { "name": "North Dakota", "code": "ND" }, { "name": "Northern Mariana Islands", "code": "MP" }, { "name": "Ohio", "code": "OH" }, { "name": "Oklahoma", "code": "OK" }, { "name": "Oregon", "code": "OR" }, { "name": "Palau", "code": "PW" }, { "name": "Pennsylvania", "code": "PA" }, { "name": "Puerto Rico", "code": "PR" }, { "name": "Rhode Island", "code": "RI" }, { "name": "South Carolina", "code": "SC" }, { "name": "South Dakota", "code": "SD" }, { "name": "Tennessee", "code": "TN" }, { "name": "Texas", "code": "TX" }, { "name": "Utah", "code": "UT" }, { "name": "Vermont", "code": "VT" }, { "name": "Virgin Islands", "code": "VI" }, { "name": "Virginia", "code": "VA" }, { "name": "Washington", "code": "WA" }, { "name": "West Virginia", "code": "WV" }, { "name": "Wisconsin", "code": "WI" }, { "name": "Wyoming", "code": "WY" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 2, "defaultValue": "VA", "modelName": "STATE" }, { "name": "COUNTY", "type": "esriFieldTypeString", "alias": "COUNTY", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": "Roanoke", "modelName": "COUNTY" }, { "name": "ROOM", "type": "esriFieldTypeString", "alias": "ROOM", "domain": null, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "ROOM" }, { "name": "SEAT", "type": "esriFieldTypeString", "alias": "SEAT", "domain": null, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "SEAT" }, { "name": "EXPRIES", "type": "esriFieldTypeDate", "alias": "EXPRIES", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "EXPRIES" }, { "name": "SOURCE", "type": "esriFieldTypeString", "alias": "SOURCE", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "SOURCE" }, { "name": "LOCTYP", "type": "esriFieldTypeString", "alias": "LOCTYP", "domain": { "type": "codedValue", "name": "LOCTYPE", "description": "Location Type", "codedValues": [ { "name": "Structure", "code": "1" }, { "name": "Site", "code": "2" }, { "name": "Access Point", "code": "3" }, { "name": "Parcel Centroid", "code": "4" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 9, "defaultValue": null, "modelName": "LOCTYP" }, { "name": "SECSTNAM", "type": "esriFieldTypeString", "alias": "SECSTNAM", "domain": null, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "SECSTNAM" }, { "name": "SECSTSUF", "type": "esriFieldTypeString", "alias": "SECSTSUF", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "SECSTSUF" }, { "name": "SECSTFULL", "type": "esriFieldTypeString", "alias": "SECSTFULL", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "SECSTFULL" }, { "name": "CREATEDON", "type": "esriFieldTypeDate", "alias": "CREATEDON", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CREATEDON" }, { "name": "CREATEDBY", "type": "esriFieldTypeString", "alias": "CREATEDBY", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "CREATEDBY" }, { "name": "FORMERADD", "type": "esriFieldTypeString", "alias": "FORMERADD", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "FORMERADD" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "System-maintained Geometry for a feature" }, "indexes": [ { "name": "R34_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_34", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S25_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "PSAPAddressPoint", "description": "", "prototype": { "attributes": { "CREATEDBY": null, "SITEADDID": null, "ADDPTKEY": null, "PREADDRNUM": null, "ADDRNUMSUF": null, "ADDRNUM": null, "ADDRRANGE": null, "UNITTYPE": null, "UNITID": null, "ALTUNITTYPE": null, "ALTUNITID": null, "FULLNAME": null, "FULLADDR": null, "PLACENAME": null, "MUNICIPALITY": null, "ESN": null, "PSAP": null, "MSAG": null, "USNGCOORD": null, "ADDRCLASS": null, "POINTTYPE": null, "CAPTUREMETH": null, "STATUS": null, "LASTUPDATE": null, "LASTEDITOR": null, "STNMPREDIR": null, "STNMPREMOD": null, "STNMPRETYP": null, "STNMPRETYPSEP": null, "STNMSUFFTYP": null, "STNMSUFFMOD": null, "STNMSUFFDIR": null, "ADDRALIAS": null, "UNINCORPCOMM": null, "NEIGHBOR": null, "PSTLCOMMNM": null, "ZIP": null, "ZIP4": null, "MSAGSTNM": null, "MSAGSUFF": null, "LNDMKNMPT": null, "ADDLOCINFO": null, "PLCTYP": null, "FACILNO": null, "LATITUDE": null, "LONGITUDE": null, "MLPST": null, "FLOOR": null, "EFFECTIVE": null, "UNIQUEID": null, "STNMID": null, "MFIPS": null, "UNINCORPJUR": null, "STNMSOURCE": null, "SECSTPRE": null, "SECSTDIR": null, "SECSTMOD": null, "FORMERADD": null, "CREATEDON": null, "COUNTRY": "US", "STATE": "VA", "COUNTY": "Roanoke", "ROOM": null, "SEAT": null, "EXPRIES": null, "SOURCE": null, "LOCTYP": null, "SECSTNAM": null, "SECSTSUF": null, "SECSTFULL": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "151f08ecc1084c0db16b1476b225edff" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "PSAPTaxParcel", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "The published representation of real property areas, combined with assessing and tax information from CAMA and Tax systems, and organized for consumption in desktop and web applications. This feature class contains redundant geometry in cases where there are multiple condominium units on a given tax parcel.", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true }, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriMeters" }, "hasMetadata": false, "extent": { "xmin": -8979386.875432411, "ymin": 4398599.268306876, "xmax": -8814303.87092728, "ymax": 4552311.406620853, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 1.4892314192838538E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "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 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 205, 247, 190, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "CNVYNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "PARCELID", "type": "esriFieldTypeString", "alias": "PARCELID", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "PARCELID" }, { "name": "BUILDING", "type": "esriFieldTypeString", "alias": "BUILDING", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "BUILDING" }, { "name": "UNIT", "type": "esriFieldTypeString", "alias": "UNIT", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "UNIT" }, { "name": "STATEDAREA", "type": "esriFieldTypeString", "alias": "STATEDAREA", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "STATEDAREA" }, { "name": "LGLSTARTDT", "type": "esriFieldTypeDate", "alias": "LGLSTARTDT", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LGLSTARTDT" }, { "name": "CVTTXCD", "type": "esriFieldTypeString", "alias": "CVTTXCD", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "CVTTXCD" }, { "name": "CVTTXDSCRP", "type": "esriFieldTypeString", "alias": "CVTTXDSCRP", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "CVTTXDSCRP" }, { "name": "SCHLTXCD", "type": "esriFieldTypeString", "alias": "SCHLTXCD", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "SCHLTXCD" }, { "name": "SCHLDSCRP", "type": "esriFieldTypeString", "alias": "SCHLDSCRP", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "SCHLDSCRP" }, { "name": "USECD", "type": "esriFieldTypeString", "alias": "USECD", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "USECD" }, { "name": "USEDSCRP", "type": "esriFieldTypeString", "alias": "USEDSCRP", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "USEDSCRP" }, { "name": "NGHBRHDCD", "type": "esriFieldTypeString", "alias": "NGHBRHDCD", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "NGHBRHDCD" }, { "name": "CLASSCD", "type": "esriFieldTypeString", "alias": "CLASSCD", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "CLASSCD" }, { "name": "CLASSDSCRP", "type": "esriFieldTypeString", "alias": "CLASSDSCRP", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "CLASSDSCRP" }, { "name": "CNVYNAME", "type": "esriFieldTypeString", "alias": "CNVYNAME", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "CNVYNAME" }, { "name": "OWNERNME1", "type": "esriFieldTypeString", "alias": "OWNERNME1", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "OWNERNME1" }, { "name": "OWNERNME2", "type": "esriFieldTypeString", "alias": "OWNERNME2", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "OWNERNME2" }, { "name": "PSTLCITY", "type": "esriFieldTypeString", "alias": "PSTLCITY", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "PSTLCITY" }, { "name": "PSTLSTATE", "type": "esriFieldTypeString", "alias": "PSTLSTATE", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "PSTLSTATE" }, { "name": "PSTLZIP5", "type": "esriFieldTypeString", "alias": "PSTLZIP5", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "PSTLZIP5" }, { "name": "PSTLZIP4", "type": "esriFieldTypeString", "alias": "PSTLZIP4", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "PSTLZIP4" }, { "name": "FLOORCOUNT", "type": "esriFieldTypeSmallInteger", "alias": "FLOORCOUNT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FLOORCOUNT" }, { "name": "BLDGAREA", "type": "esriFieldTypeDouble", "alias": "BLDGAREA", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "BLDGAREA" }, { "name": "RESFLRAREA", "type": "esriFieldTypeDouble", "alias": "RESFLRAREA", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RESFLRAREA" }, { "name": "RESYRBLT", "type": "esriFieldTypeDouble", "alias": "RESYRBLT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RESYRBLT" }, { "name": "RESSTRTYP", "type": "esriFieldTypeString", "alias": "RESSTRTYP", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "RESSTRTYP" }, { "name": "STRCLASS", "type": "esriFieldTypeString", "alias": "STRCLASS", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "STRCLASS" }, { "name": "CLASSMOD", "type": "esriFieldTypeString", "alias": "CLASSMOD", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "CLASSMOD" }, { "name": "LNDVALUE", "type": "esriFieldTypeDouble", "alias": "LNDVALUE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LNDVALUE" }, { "name": "PRVASSDVAL", "type": "esriFieldTypeDouble", "alias": "PRVASSDVAL", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PRVASSDVAL" }, { "name": "CNTASSDVAL", "type": "esriFieldTypeDouble", "alias": "CNTASSDVAL", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CNTASSDVAL" }, { "name": "ASSDPCNTCG", "type": "esriFieldTypeDouble", "alias": "ASSDPCNTCG", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ASSDPCNTCG" }, { "name": "PRVTXBLVAL", "type": "esriFieldTypeDouble", "alias": "PRVTXBLVAL", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PRVTXBLVAL" }, { "name": "CNTTXBLVAL", "type": "esriFieldTypeDouble", "alias": "CNTTXBLVAL", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CNTTXBLVAL" }, { "name": "PRVWNTTXOD", "type": "esriFieldTypeDouble", "alias": "PRVWNTTXOD", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PRVWNTTXOD" }, { "name": "PRVSMRTXOD", "type": "esriFieldTypeDouble", "alias": "PRVSMRTXOD", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PRVSMRTXOD" }, { "name": "CNTWNTTXOD", "type": "esriFieldTypeDouble", "alias": "CNTWNTTXOD", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CNTWNTTXOD" }, { "name": "CNTSMRTXOD", "type": "esriFieldTypeDouble", "alias": "CNTSMRTXOD", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CNTSMRTXOD" }, { "name": "TOTCNTTXOD", "type": "esriFieldTypeDouble", "alias": "TOTCNTTXOD", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TOTCNTTXOD" }, { "name": "TXODYRCHG", "type": "esriFieldTypeDouble", "alias": "TXODYRCHG", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TXODYRCHG" }, { "name": "WATERSERV", "type": "esriFieldTypeString", "alias": "WATERSERV", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "WATERSERV" }, { "name": "SEWERSERV", "type": "esriFieldTypeString", "alias": "SEWERSERV", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "SEWERSERV" }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "LASTUPDATE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LASTUPDATE" }, { "name": "SOURCE", "type": "esriFieldTypeString", "alias": "SOURCE", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "SOURCE" }, { "name": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STArea()" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STLength()" }, { "name": "LOWPARCELID", "type": "esriFieldTypeString", "alias": "Lowest Parcel Identification Number", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LOWPARCELID" }, { "name": "SITEADDRESS", "type": "esriFieldTypeString", "alias": "Site Address", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SITEADDRESS" }, { "name": "PRPRTYDSCRP", "type": "esriFieldTypeString", "alias": "Property Description", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "PRPRTYDSCRP" }, { "name": "PSTLADDRESS", "type": "esriFieldTypeString", "alias": "Postal Address", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "PSTLADDRESS" }, { "name": "ASSDVALYRCG", "type": "esriFieldTypeDouble", "alias": "Assessed Value Year Over Year Change", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ASSDVALYRCG" }, { "name": "TXBLVALYRCHG", "type": "esriFieldTypeDouble", "alias": "Taxable Value Year Over Year Change", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TXBLVALYRCHG" }, { "name": "TXBLPCNTCHG", "type": "esriFieldTypeDouble", "alias": "Taxable Value % Change", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TXBLPCNTCHG" }, { "name": "TOTPRVTXTOD", "type": "esriFieldTypeDouble", "alias": "Total Previous Taxes Owed", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TOTPRVTXTOD" }, { "name": "TXODPCNTCHG", "type": "esriFieldTypeDouble", "alias": "Taxes Owed % Change", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TXODPCNTCHG" }, { "name": "OWNTYPE", "type": "esriFieldTypeString", "alias": "OWNTYPE", "domain": { "type": "codedValue", "name": "OWNTYPE", "description": "Parcel Owner Type", "codedValues": [ { "name": "Private Citizen", "code": "Private Citizen" }, { "name": "Government", "code": "Government" }, { "name": "Industrial", "code": "Industrial" }, { "name": "Commercial", "code": "Commercial" }, { "name": "Other", "code": "Other" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OWNTYPE" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R230_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "source", "fields": "SOURCE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S111_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "PSAPTaxParcel", "description": "", "prototype": { "attributes": { "TXODPCNTCHG": null, "OWNTYPE": null, "PARCELID": null, "BUILDING": null, "UNIT": null, "STATEDAREA": null, "LGLSTARTDT": null, "CVTTXCD": null, "CVTTXDSCRP": null, "SCHLTXCD": null, "SCHLDSCRP": null, "USECD": null, "USEDSCRP": null, "NGHBRHDCD": null, "CLASSCD": null, "CLASSDSCRP": null, "CNVYNAME": null, "OWNERNME1": null, "OWNERNME2": null, "PSTLCITY": null, "PSTLSTATE": null, "PSTLZIP5": null, "PSTLZIP4": null, "FLOORCOUNT": null, "BLDGAREA": null, "RESFLRAREA": null, "RESYRBLT": null, "RESSTRTYP": null, "STRCLASS": null, "CLASSMOD": null, "LNDVALUE": null, "PRVASSDVAL": null, "CNTASSDVAL": null, "ASSDPCNTCG": null, "PRVTXBLVAL": null, "CNTTXBLVAL": null, "PRVWNTTXOD": null, "PRVSMRTXOD": null, "CNTWNTTXOD": null, "CNTSMRTXOD": null, "TOTCNTTXOD": null, "TXODYRCHG": null, "WATERSERV": null, "SEWERSERV": null, "LASTUPDATE": null, "SOURCE": null, "TOTPRVTXTOD": null, "TXBLPCNTCHG": null, "LOWPARCELID": null, "SITEADDRESS": null, "PRPRTYDSCRP": null, "PSTLADDRESS": null, "ASSDVALYRCG": null, "TXBLVALYRCHG": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "151f08ecc1084c0db16b1476b225edff" } ], "tables": [] }