{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 13, "name": "Service Taps", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102722, "latestWkid": 3734, "xyTolerance": 0.0032808333333333335, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118963900, "falseY": -96373800, "xyUnits": 3048.0060960121914, "falseZ": -100000, "zUnits": 10000, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "TYPE_OF_SERVICE", "uniqueValueGroups": [ { "heading": "TYPE_OF_SERVICE", "classes": [ { "label": "Sewer", "description": "Sewer", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 97, 0, 140 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 140 ], "width": 0.4 } }, "values": [ [ "2" ] ] }, { "label": "Water", "description": "Water", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 197, 255, 140 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 140 ], "width": 0.4 } }, "values": [ [ "1" ] ] }, { "label": "Water and Sewer", "description": "Water and Sewer", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 140 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 140 ], "width": 0.4 } }, "values": [ [ "3" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 97, 0, 140 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 140 ], "width": 0.4 } }, "value": "2", "label": "Sewer" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 197, 255, 140 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 140 ], "width": 0.4 } }, "value": "1", "label": "Water" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 140 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 140 ], "width": 0.4 } }, "value": "3", "label": "Water and Sewer" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 20, 112, 23, 255 ], "toColor": [ 242, 252, 43, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 252, 43, 255 ], "toColor": [ 252, 59, 25, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1610444.799975112, "ymin": 636548.7200562656, "xmax": 1707709.5001303554, "ymax": 712644.9599238485, "spatialReference": { "wkid": 102722, "latestWkid": 3734, "xyTolerance": 0.22525335446466657, "zTolerance": 2, "mTolerance": 2.0E-4, "falseX": -118963900, "falseY": -96373800, "xyUnits": 3.7240637144144125E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "STREET", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "STREET", "type": "esriFieldTypeString", "alias": "Street", "length": 40, "domain": null }, { "name": "ST_DESC", "type": "esriFieldTypeString", "alias": "St_Desc", "length": 4, "domain": null }, { "name": "ST_DIR", "type": "esriFieldTypeString", "alias": "St_Dir", "length": 50, "domain": null }, { "name": "SERVICE_ADDRESS", "type": "esriFieldTypeString", "alias": "Service_Address", "length": 75, "domain": null }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 50, "domain": { "type": "codedValue", "name": "WS2_STATUS", "description": "Whether service is on/off or pending", "codedValues": [ { "name": "Service On", "code": "1" }, { "name": "Service Off", "code": "2" }, { "name": "Pending", "code": "3" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TAP_DATE", "type": "esriFieldTypeDate", "alias": "TAP_DATE", "length": 8, "domain": null }, { "name": "SERVICE_DATE", "type": "esriFieldTypeDate", "alias": "SERVICE_DATE", "length": 8, "domain": null }, { "name": "LOCATION", "type": "esriFieldTypeString", "alias": "LOCATION", "length": 100, "domain": null }, { "name": "TAP_TYPE", "type": "esriFieldTypeString", "alias": "TAP_TYPE", "length": 50, "domain": { "type": "codedValue", "name": "WS2_Tap_Type", "description": "How the tap was installed", "codedValues": [ { "name": "Direct", "code": "1" }, { "name": "Saddle", "code": "2" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TAP_TY2", "type": "esriFieldTypeString", "alias": "TAP_TY2", "length": 50, "domain": { "type": "codedValue", "name": "WS2_Tap_TY2", "description": "Is the tap type long or single", "codedValues": [ { "name": "Single", "code": "1" }, { "name": "Long", "code": "2" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "STN_ID", "type": "esriFieldTypeString", "alias": "STN_ID", "length": 50, "domain": null }, { "name": "GBALINK", "type": "esriFieldTypeInteger", "alias": "GBALINK", "domain": null }, { "name": "ICIS_ID", "type": "esriFieldTypeString", "alias": "ICIS_ID", "length": 50, "domain": null }, { "name": "COMMENTS", "type": "esriFieldTypeString", "alias": "COMMENTS", "length": 255, "domain": null }, { "name": "TYPE_OF_SERVICE", "type": "esriFieldTypeString", "alias": "TYPE_OF_SERVICE", "length": 50, "domain": { "type": "codedValue", "name": "WS2_Type_of_Service", "description": "Does the resident have water/sewer/both", "codedValues": [ { "name": "Water", "code": "1" }, { "name": "Sewer", "code": "2" }, { "name": "Water and Sewer", "code": "3" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "WLink", "type": "esriFieldTypeString", "alias": "WLink", "length": 100, "domain": null }, { "name": "SLink", "type": "esriFieldTypeString", "alias": "SLink", "length": 100, "domain": null }, { "name": "INGBAMS", "type": "esriFieldTypeSmallInteger", "alias": "INGBAMS", "domain": { "type": "codedValue", "name": "WS2_BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ADD_NUM", "type": "esriFieldTypeInteger", "alias": "ADD_NUM", "domain": null }, { "name": "PARCEL", "type": "esriFieldTypeString", "alias": "PARCEL", "length": 50, "domain": null }, { "name": "LG_MET", "type": "esriFieldTypeSmallInteger", "alias": "LG_MET", "domain": { "type": "codedValue", "name": "WS2_BooleanSymbolValue", "description": "Valid values are Yes and No.", "codedValues": [ { "name": "Yes", "code": 1 }, { "name": "No", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "WO_CAT", "type": "esriFieldTypeString", "alias": "WO_CAT", "length": 10, "domain": { "type": "codedValue", "name": "WS2_WO_CAT", "description": "WO Category", "codedValues": [ { "name": "Backflow devices", "code": "BF" }, { "name": "Contractual", "code": "CONT" }, { "name": "WO", "code": "CS1" }, { "name": "Gravity Lines", "code": "CS2" }, { "name": "Force Main", "code": "CS3" }, { "name": "Service Laterals", "code": "CS4" }, { "name": "Mains", "code": "DIM" }, { "name": "Meters", "code": "DIME" }, { "name": "Master Meters", "code": "DIMR" }, { "name": "Nodes", "code": "DIN" }, { "name": "Mainline Valves", "code": "DIV" }, { "name": "Equipment", "code": "EQUIP" }, { "name": "Facilities", "code": "FAC" }, { "name": "Fleet", "code": "FLT" }, { "name": "Geographic Information Systems and Information Technology", "code": "GISIT" }, { "name": "Watch Valve", "code": "HYV" }, { "name": "Pumps", "code": "LSP" }, { "name": "Package Plants", "code": "PPL" }, { "name": "Sewer Project", "code": "PROJS" }, { "name": "Water Projects", "code": "PROJW" }, { "name": "Sewer", "code": "SEW" }, { "name": "Pump Station", "code": "SPS" }, { "name": "Fire Hydrant", "code": "WFH" }, { "name": "Water Pump Station", "code": "WPS" }, { "name": "Water Quality Sample", "code": "WQS" }, { "name": "Watershed", "code": "WSD" }, { "name": "Storage Facility", "code": "WSF" }, { "name": "Supply Sources", "code": "WSS" }, { "name": "Water Sample Station", "code": "WSST" }, { "name": "Service Tap", "code": "WST" }, { "name": "Vaults", "code": "WVT" }, { "name": "Bulk Water Station", "code": "WWS" }, { "name": "Wastewater Treatment", "code": "WWT" }, { "name": "Water", "code": "WAT" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "WLink2", "type": "esriFieldTypeString", "alias": "WTAP LINK", "length": 125, "domain": null }, { "name": "SLink2", "type": "esriFieldTypeString", "alias": "STAP LINK", "length": 125, "domain": null }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length", "domain": null }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "FDO_GlobalID", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE_Area", "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "5892f1c3c77f4438bf0a89eb19e2ac8c" }