{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 0, "name": "DPU Customers", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 50000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": true, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 607474.0052150488, "ymin": 568541.4901371449, "xmax": 770026.1899525523, "ymax": 757703.1105008125, "spatialReference": { "wkid": 102685, "latestWkid": 2248, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102685, "latestWkid": 2248, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "// Convert service list to lowercase for case-insensitive search\nvar services = Lower($feature.Services_List);\n\n// Check for water and sewer services\nvar hasWater = Find(\"water\", services) >= 0;\nvar hasSewer = Find(\"sewer\", services) >= 0;\n\n// Assign categories for symbology\nif (hasWater && hasSewer) {\n return \"Water & Sewer\";\n} else if (hasWater) {\n return \"Water Only\";\n} else if (hasSewer) {\n return \"Sewer Only\";\n} else {\n return \"Other\";\n}\n", "valueExpressionTitle": "Custom", "uniqueValueGroups": [ { "heading": "DPU Services", "classes": [ { "label": "Water & Sewer", "description": "Water & Sewer", "symbol": { "type": "esriSFS", "style": "esriSFSDiagonalCross", "color": [ 0, 255, 197, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 197, 255 ], "width": 0.7 } }, "values": [ [ "Water & Sewer" ] ] }, { "label": "Sewer Only", "description": "Sewer Only", "symbol": { "type": "esriSFS", "style": "esriSFSForwardDiagonal", "color": [ 229, 114, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 233, 116, 81, 255 ], "width": 1 } }, "values": [ [ "Sewer Only" ] ] }, { "label": "Water Only", "description": "Water Only", "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 27, 153, 207, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 27, 153, 207, 255 ], "width": 1 } }, "values": [ [ "Water Only" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSDiagonalCross", "color": [ 0, 255, 197, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 255, 197, 255 ], "width": 0.7 } }, "value": "Water & Sewer", "label": "Water & Sewer" }, { "symbol": { "type": "esriSFS", "style": "esriSFSForwardDiagonal", "color": [ 229, 114, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 233, 116, 81, 255 ], "width": 1 } }, "value": "Sewer Only", "label": "Sewer Only" }, { "symbol": { "type": "esriSFS", "style": "esriSFSBackwardDiagonal", "color": [ 27, 153, 207, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 27, 153, 207, 255 ], "width": 1 } }, "value": "Water Only", "label": "Water Only" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 190, 255 ], "toColor": [ 179, 252, 190, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 227, 179, 252, 255 ], "toColor": [ 227, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 201, 179, 255 ], "toColor": [ 252, 201, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 233, 252, 255 ], "toColor": [ 187, 233, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 252, 210, 255 ], "toColor": [ 250, 252, 210, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 184, 214, 255 ], "toColor": [ 252, 184, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 252, 231, 255 ], "toColor": [ 184, 252, 231, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 226, 212, 252, 255 ], "toColor": [ 226, 212, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 215, 255 ], "toColor": [ 252, 212, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 216, 252, 179, 255 ], "toColor": [ 216, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 188, 252, 255 ], "toColor": [ 187, 188, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 237, 215, 255 ], "toColor": [ 252, 237, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 199, 252, 255 ], "toColor": [ 252, 199, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "CUSTOMER_NAME1", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "ACCTID", "type": "esriFieldTypeInteger", "alias": "ACCTID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ACCTID" }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "GlobalID", "type": "esriFieldTypeString", "alias": "GlobalID", "domain": null, "editable": true, "nullable": true, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "UTILITY_ACCTID", "type": "esriFieldTypeString", "alias": "UTILITY_ACCTID", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "UTILITY_ACCTID" }, { "name": "MUNIS_ACCOUNT_ID", "type": "esriFieldTypeInteger", "alias": "MUNIS_ACCOUNT_ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "MUNIS_ACCOUNT_ID" }, { "name": "SERVICE_ADDRESS", "type": "esriFieldTypeString", "alias": "SERVICE_ADDRESS", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "SERVICE_ADDRESS" }, { "name": "SERVICE_CITY", "type": "esriFieldTypeString", "alias": "SERVICE_CITY", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "SERVICE_CITY" }, { "name": "SERVICE_STATE", "type": "esriFieldTypeString", "alias": "SERVICE_STATE", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "SERVICE_STATE" }, { "name": "SERVICE_ZIP", "type": "esriFieldTypeString", "alias": "SERVICE_ZIP", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "SERVICE_ZIP" }, { "name": "CUSTOMER_NAME1", "type": "esriFieldTypeString", "alias": "CUSTOMER_NAME1", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "CUSTOMER_NAME1" }, { "name": "CUSTOMER_NAME2", "type": "esriFieldTypeString", "alias": "CUSTOMER_NAME2", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "CUSTOMER_NAME2" }, { "name": "BILLING_ADDRESS", "type": "esriFieldTypeString", "alias": "BILLING_ADDRESS", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "BILLING_ADDRESS" }, { "name": "BILLING_ADDRESS2", "type": "esriFieldTypeString", "alias": "BILLING_ADDRESS2", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "BILLING_ADDRESS2" }, { "name": "BILLING_CITY", "type": "esriFieldTypeString", "alias": "BILLING_CITY", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "BILLING_CITY" }, { "name": "BILLING_STATE", "type": "esriFieldTypeString", "alias": "BILLING_STATE", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "BILLING_STATE" }, { "name": "BILLING_ZIP", "type": "esriFieldTypeString", "alias": "BILLING_ZIP", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "BILLING_ZIP" }, { "name": "CUSTOMER_PHONE", "type": "esriFieldTypeString", "alias": "CUSTOMER_PHONE", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "CUSTOMER_PHONE" }, { "name": "Services_List", "type": "esriFieldTypeString", "alias": "Services_List", "domain": null, "editable": true, "nullable": true, "length": 8000, "defaultValue": null, "modelName": "Services_List" }, { "name": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape.STArea()", "required": true }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape.STLength()", "required": true } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "DPU Customers", "description": "", "prototype": { "attributes": { "Services_List": null, "ACCTID": null, "CUSTOMER_PHONE": null, "GlobalID": null, "UTILITY_ACCTID": null, "MUNIS_ACCOUNT_ID": null, "SERVICE_ADDRESS": null, "SERVICE_CITY": null, "SERVICE_STATE": null, "SERVICE_ZIP": null, "CUSTOMER_NAME1": null, "CUSTOMER_NAME2": null, "BILLING_ADDRESS": null, "BILLING_ADDRESS2": null, "BILLING_CITY": null, "BILLING_STATE": null, "BILLING_ZIP": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Extract", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "4761532531e44670827f83c0648dd7c3" }