{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 317, "name": "Sanitary Lateral Lines", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 2153, "latestWkid": 2955, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 2500, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "WATERTYPE", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 115, 223, 255 ], "width": 1.15 }, "value": "Sewage", "label": "Sewage" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 1.15 }, "value": "Effluent", "label": "Treated Waste Water" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 39, 163, 105, 255 ], "toColor": [ 39, 163, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 101, 47, 194, 255 ], "toColor": [ 101, 47, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 44, 47, 255 ], "toColor": [ 201, 44, 47, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 41, 124, 179, 255 ], "toColor": [ 41, 124, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 157, 49, 255 ], "toColor": [ 196, 157, 49, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 58, 120, 255 ], "toColor": [ 161, 58, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 128, 196, 49, 255 ], "toColor": [ 128, 196, 49, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 100, 61, 255 ], "toColor": [ 168, 100, 61, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 52, 189, 255 ], "toColor": [ 199, 52, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 60, 170, 176, 255 ], "toColor": [ 60, 170, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 54, 96, 201, 255 ], "toColor": [ 54, 96, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 53, 73, 255 ], "toColor": [ 171, 53, 73, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 121, 58, 153, 255 ], "toColor": [ 121, 58, 153, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 310588.13350000046, "ymin": 5478229.6919, "xmax": 316300.98039999977, "ymax": 5488277.007099999, "spatialReference": { "wkid": 2153, "latestWkid": 2955, "xyTolerance": 0.001, "zTolerance": 2, "mTolerance": 0.001, "falseX": -5682839.59449512, "falseY": -1.0997760337229978E7, "xyUnits": 4.0950152478998494E8, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITYID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility ID", "length": 35, "domain": null }, { "name": "WATERTYPE", "type": "esriFieldTypeString", "alias": "Water Type", "length": 30, "domain": { "type": "codedValue", "name": "ssWaterType", "description": "Sanitary sewer water type", "codedValues": [ { "name": "Waste Water Effluent", "code": "Effluent" }, { "name": "Sewage", "code": "Sewage" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "DIAMETER", "type": "esriFieldTypeDouble", "alias": "Diameter", "domain": { "type": "codedValue", "name": "ssLateralLineDiameter", "description": "A list of pipe diameters", "codedValues": [ { "name": "50", "code": 50 }, { "name": "100", "code": 100 }, { "name": "125", "code": 125 }, { "name": "150", "code": 150 }, { "name": "200", "code": 200 }, { "name": "250", "code": 250 }, { "name": "300", "code": 300 }, { "name": "350", "code": 350 }, { "name": "375", "code": 375 }, { "name": "400", "code": 400 }, { "name": "Other", "code": -1 }, { "name": "Unknown", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MATERIAL", "type": "esriFieldTypeString", "alias": "Material", "length": 20, "domain": { "type": "codedValue", "name": "piLateralMaterial", "description": "The list of Lateral pipe materials", "codedValues": [ { "name": "Asbestos Cement", "code": "AC" }, { "name": "Cast Iron", "code": "CI" }, { "name": "Corrugated Metal Pipe", "code": "CMP" }, { "name": "Concrete (Non-Reinforced)", "code": "CP" }, { "name": "Clay Tile", "code": "CT" }, { "name": "Copper", "code": "CU" }, { "name": "Ductile Iron", "code": "DI" }, { "name": "Galvinized", "code": "GAL" }, { "name": "High Density Polyethylene", "code": "HDPE" }, { "name": "No Corrode", "code": "NC" }, { "name": "Polyvinyl Chloride", "code": "PVC" }, { "name": "Steel", "code": "ST" }, { "name": "Vitrified Clay", "code": "VCP" }, { "name": "Other", "code": "OTH" }, { "name": "Unknown", "code": "UNK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "DISTANCE", "type": "esriFieldTypeInteger", "alias": "Distance", "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Penticton Indian Band", "code": 1 }, { "name": "Private", "code": 2 }, { "name": "City of Penticton", "code": 3 }, { "name": "Other", "code": 5 }, { "name": "Unknown", "code": 6 }, { "name": "City Of Penticton Parks Department", "code": 7 }, { "name": "School District 67", "code": 8 }, { "name": "Regional District of Okanagan Similkameen", "code": 4 }, { "name": "Crown", "code": 10 }, { "name": "Shared (City of Penticton & School District 67)", "code": 9 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Penticton Indian Band", "code": 1 }, { "name": "Private", "code": 2 }, { "name": "City of Penticton", "code": 3 }, { "name": "Regional District of Okanagan Similkameen", "code": 4 }, { "name": "Other", "code": 5 }, { "name": "Unknown", "code": 6 }, { "name": "City Of Penticton - Parks Department", "code": 7 }, { "name": "School District 67", "code": 8 }, { "name": "Shared (City of Penticton & School District 67)", "code": 9 }, { "name": "Crown", "code": 10 }, { "name": "City of Penticton - Public Work Department", "code": 11 }, { "name": "City of Penticton - Engineering and Design Department", "code": 12 }, { "name": "City of Penticton - Electrical Utility", "code": 13 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "ATTRIBSRC", "type": "esriFieldTypeString", "alias": "Attribute Source", "length": 5, "domain": { "type": "codedValue", "name": "AttributeSource", "description": "Source of attribute data ", "codedValues": [ { "name": "Construction As-Built", "code": "ASB" }, { "name": "Derived from Alternate Sources", "code": "DER" }, { "name": "Estimated", "code": "EST" }, { "name": "Field Survey", "code": "FLD" }, { "name": "Other", "code": "OTH" }, { "name": "Unknown", "code": "UNK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "INSTALLEDBY", "type": "esriFieldTypeString", "alias": "Installed By", "length": 3, "domain": { "type": "codedValue", "name": "wInstalledBy", "description": "Installed By", "codedValues": [ { "name": "Contractor Installed", "code": "CON" }, { "name": "City Installed", "code": "CTY" }, { "name": "Developer", "code": "DVP" }, { "name": "Other", "code": "OTH" }, { "name": "Unknown", "code": "UNK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R186_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_186", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_186", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S71_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasM": 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": { "timeZone": "Pacific Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriMeters" }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1480170611000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "ade51720c9554504952bee21dbc7e9e9" }