{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 3, "name": "Tax Parcels", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 87172, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 0, 0, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 0, 255 ], "width": 1.75 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": " $feature.OWNERNAME1 + textformatting.NewLine + $feature.PARCELID", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 0, "minScale": 5000, "name": "Small Parcels", "priority": 1, "symbol": { "type": "esriTS", "color": [ 115, 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": "Segoe UI", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "// thresholds\nvar minAcres = 10.0;\nvar maxAcres = 500.0;\n\n// use the existing acres field\nvar polyAcres = $feature.CalculatedArea; // <-- replace ACRES with your field name\n\n// label only if between thresholds\nif (polyAcres >= minAcres && polyAcres <= maxAcres) {\n return $feature.OWNERNAME1 + textformatting.newline + $feature.PARCELID; // replace with your label field\n}\nreturn null;\n", "title": "Custom" }, "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "multiPart": "labelLargest", "allowOverrun": true, "deconflictionStrategy": "dynamic", "repeatLabel": false, "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "useCodedValues": true, "maxScale": 5001, "minScale": 24999, "name": "Medium Parcels", "priority": -1, "symbol": { "type": "esriTS", "color": [ 115, 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": "Segoe UI", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 3109830.2065594643, "ymin": 7158474.319536477, "xmax": 3330284.317487642, "ymax": 7324085.909900561, "spatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "OWNERNAME1", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "PARCELID", "type": "esriFieldTypeString", "alias": "Parcel Identification Number", "length": 255, "domain": null }, { "name": "CalculatedArea", "type": "esriFieldTypeDouble", "alias": "Calculated Area", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "Created By", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "Created Date", "length": 8, "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": "VALIDATIONSTATUS", "type": "esriFieldTypeSmallInteger", "alias": "Validation status", "domain": { "type": "codedValue", "name": "Validation Status", "description": "The current record's validation status.", "codedValues": [ { "name": "No calculation required, no validation required, no error", "code": 0 }, { "name": "No calculation required, no validation required, has error(s)", "code": 1 }, { "name": "No calculation required, validation required, no error", "code": 2 }, { "name": "No calculation required, validation required, has error(s)", "code": 3 }, { "name": "Calculation required, no validation required, no error", "code": 4 }, { "name": "Calculation required, no validation required, has error(s)", "code": 5 }, { "name": "Calculation required, validation required, no error", "code": 6 }, { "name": "Calculation required, validation required, has error(s)", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PROPKEY", "type": "esriFieldTypeString", "alias": "Property Key Code", "length": 20, "domain": null }, { "name": "NGHBRNUM", "type": "esriFieldTypeString", "alias": "Neighborhood Number", "length": 20, "domain": null }, { "name": "SCHOOL", "type": "esriFieldTypeString", "alias": "School Code", "length": 10, "domain": null }, { "name": "CITY", "type": "esriFieldTypeString", "alias": "City Code", "length": 10, "domain": null }, { "name": "COLLEGE", "type": "esriFieldTypeString", "alias": "College Code", "length": 10, "domain": null }, { "name": "ESD", "type": "esriFieldTypeString", "alias": "ESD", "length": 10, "domain": null }, { "name": "COUNTY", "type": "esriFieldTypeString", "alias": "County Code", "length": 10, "domain": null }, { "name": "APPRDATE", "type": "esriFieldTypeString", "alias": "Appraised Date", "length": 10, "domain": null }, { "name": "APPRID", "type": "esriFieldTypeString", "alias": "Appraiser ID", "length": 10, "domain": null }, { "name": "LEGAL1", "type": "esriFieldTypeString", "alias": "Legal Desc 1", "length": 255, "domain": null }, { "name": "LEGAL2", "type": "esriFieldTypeString", "alias": "Legal Desc 2", "length": 255, "domain": null }, { "name": "LEGAL3", "type": "esriFieldTypeString", "alias": "Legal Desc 3", "length": 255, "domain": null }, { "name": "LEGAL4", "type": "esriFieldTypeString", "alias": "Legal Desc 4", "length": 255, "domain": null }, { "name": "LEGAL5", "type": "esriFieldTypeString", "alias": "Legal Desc 5", "length": 255, "domain": null }, { "name": "LEGAL6", "type": "esriFieldTypeString", "alias": "Legal Desc 6", "length": 255, "domain": null }, { "name": "SITUSADDR", "type": "esriFieldTypeString", "alias": "Situs Address", "length": 255, "domain": null }, { "name": "SITUSCITY", "type": "esriFieldTypeString", "alias": "Situs City", "length": 255, "domain": null }, { "name": "SITUSSTATE", "type": "esriFieldTypeString", "alias": "Situs State", "length": 255, "domain": null }, { "name": "SITUSZIPCODE", "type": "esriFieldTypeString", "alias": "Situs Zipcode", "length": 255, "domain": null }, { "name": "OWNERNAME1", "type": "esriFieldTypeString", "alias": "Owner Name 1", "length": 255, "domain": null }, { "name": "OWNERNAME2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 255, "domain": null }, { "name": "ADDRESS1", "type": "esriFieldTypeString", "alias": "Mailing Address 1", "length": 255, "domain": null }, { "name": "ADDRESS2", "type": "esriFieldTypeString", "alias": "Mailing Address 2", "length": 255, "domain": null }, { "name": "ADDRESS3", "type": "esriFieldTypeString", "alias": "Mailing Address 3", "length": 255, "domain": null }, { "name": "CITY01", "type": "esriFieldTypeString", "alias": "Mailing City", "length": 255, "domain": null }, { "name": "STATE", "type": "esriFieldTypeString", "alias": "Mailing State", "length": 255, "domain": null }, { "name": "ZIPCODE", "type": "esriFieldTypeString", "alias": "Mailing Zip", "length": 255, "domain": null }, { "name": "USAGECODE", "type": "esriFieldTypeString", "alias": "Usuage Code", "length": 20, "domain": null }, { "name": "LANDMRKT", "type": "esriFieldTypeDouble", "alias": "Land Value", "domain": null }, { "name": "IMPSMRKT", "type": "esriFieldTypeDouble", "alias": "Improvements", "domain": null }, { "name": "TOTALMRKT", "type": "esriFieldTypeDouble", "alias": "Total Market Value", "domain": null }, { "name": "APPRAISED", "type": "esriFieldTypeDouble", "alias": "Appraised", "domain": null }, { "name": "TAXYEAR", "type": "esriFieldTypeDouble", "alias": "Tax Year", "domain": null }, { "name": "SQFOOT", "type": "esriFieldTypeString", "alias": "Square Footage", "length": 20, "domain": null }, { "name": "YRBUILT", "type": "esriFieldTypeString", "alias": "Year Built", "length": 10, "domain": null }, { "name": "COUNTRY", "type": "esriFieldTypeString", "alias": "Country", "length": 50, "domain": null }, { "name": "FLOORNUM", "type": "esriFieldTypeSmallInteger", "alias": "Floor Number", "domain": null }, { "name": "TAP", "type": "esriFieldTypeDouble", "alias": "Total Acres Priced", "domain": null }, { "name": "SALESPRICE", "type": "esriFieldTypeDouble", "alias": "Last Sales Price", "domain": null }, { "name": "PRODUCTIVITY", "type": "esriFieldTypeDouble", "alias": "Productivity Value", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "ACREAGE", "type": "esriFieldTypeDouble", "alias": "ACREAGE", "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": "R44_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_44", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S30_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "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", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "ba33a8a54ace4ddd8ebbabfa39d6f1f0" }