{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 4, "name": "Pipeline", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "pipeline_type", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1.5 }, "value": "3", "label": "Crude Oil" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 0, 255 ], "width": 1.5 }, "value": "4", "label": "Natural Gas" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 170, 170, 170, 255 ], "width": 3 }, "value": "6", "label": "Natural Gas liquid" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 250, 52, 17, 255 ], "width": 1.5 }, "value": "5", "label": "Product" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 111, 198, 83, 255 ], "width": 2 }, "value": "2", "label": "Sewage" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 10, 147, 252, 255 ], "width": 1.2 }, "value": "1", "label": "Water" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 138, 58, 255 ], "toColor": [ 119, 138, 58, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 134, 102, 237, 255 ], "toColor": [ 134, 102, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 92, 148, 255 ], "toColor": [ 250, 92, 148, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 148, 206, 242, 255 ], "toColor": [ 148, 206, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 90, 250, 119, 255 ], "toColor": [ 90, 250, 119, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 85, 133, 255 ], "toColor": [ 89, 85, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 250, 87, 255 ], "toColor": [ 242, 250, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 97, 89, 255 ], "toColor": [ 153, 97, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 139, 224, 182, 255 ], "toColor": [ 139, 224, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 81, 210, 255 ], "toColor": [ 224, 81, 210, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 161, 87, 255 ], "toColor": [ 230, 161, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 77, 128, 122, 255 ], "toColor": [ 77, 128, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 151, 219, 255 ], "toColor": [ 230, 151, 219, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -109.89566765642451, "ymin": 40.25653946670317, "xmax": -109.83436518862331, "ymax": 40.28719856524733, "spatialReference": { "wkid": 4326, "latestWkid": 4326, "xyTolerance": 8.983152841195213E-9, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -400, "falseY": -400, "xyUnits": 1.125899906842624E13, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "pipeline_id", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "pipeline_id", "type": "esriFieldTypeString", "alias": "Pipeline ID", "length": 10, "domain": null }, { "name": "pipeline_type", "type": "esriFieldTypeString", "alias": "Pipeline Type", "length": 25, "domain": { "type": "codedValue", "name": "PipelineType", "description": "The type of pipeline being inspected", "codedValues": [ { "name": "Water", "code": "1" }, { "name": "Sewage", "code": "2" }, { "name": "Crude Oil", "code": "3" }, { "name": "Natural Gas", "code": "4" }, { "name": "Product", "code": "5" }, { "name": "Natural Gas liquid", "code": "6" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "pipeline_diameter", "type": "esriFieldTypeSmallInteger", "alias": "Pipeline Diameter", "domain": null }, { "name": "pipeline_capacity", "type": "esriFieldTypeString", "alias": "Pipeline Capacity", "length": 25, "domain": null }, { "name": "stress_level", "type": "esriFieldTypeString", "alias": "Stress Level", "length": 10, "domain": { "type": "codedValue", "name": "Stress", "description": "The stress the pipe is put under", "codedValues": [ { "name": "Low", "code": "1" }, { "name": "Normal", "code": "2" }, { "name": "High", "code": "3" }, { "name": "Unspecified", "code": "4" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "status", "type": "esriFieldTypeString", "alias": "Status", "length": 15, "domain": { "type": "codedValue", "name": "PipelineStatus", "description": "Pipelines current status", "codedValues": [ { "name": "Abandoned", "code": "1" }, { "name": "Testing", "code": "2" }, { "name": "Development", "code": "3" }, { "name": "Suspended", "code": "4" }, { "name": "Unspecified", "code": "5" }, { "name": "Operating", "code": "6" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "comments", "type": "esriFieldTypeString", "alias": "Comments", "length": 100, "domain": null }, { "name": "globalid", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "pipeline_description", "type": "esriFieldTypeString", "alias": "Pipeline Description", "length": 25, "domain": { "type": "codedValue", "name": "PipeDescp_1", "description": "description of the pipeline", "codedValues": [ { "name": "By-Pass", "code": "1" }, { "name": "River Crossing", "code": "2" }, { "name": "Tie-Over", "code": "3" }, { "name": "Liquids", "code": "4" }, { "name": "Offshore", "code": "5" }, { "name": "Well Line", "code": "6" }, { "name": "Mainline Pipe", "code": "7" }, { "name": "Header Pipe", "code": "8" }, { "name": "Drip Line", "code": "9" }, { "name": "Branch", "code": "10" }, { "name": "Distribution - Main", "code": "11" }, { "name": "Distribution Service Line", "code": "12" }, { "name": "Field Feed", "code": "13" }, { "name": "Gathering", "code": "14" }, { "name": "Storage", "code": "15" }, { "name": "Transmission Line", "code": "17" }, { "name": "Unknown", "code": "18" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "repairs", "type": "esriFieldTypeString", "alias": "Repairs", "length": 5, "domain": { "type": "codedValue", "name": "YesNo_1", "description": "Yes no notaplicable response to certin fields", "codedValues": [ { "name": "Not Applicable", "code": "1" }, { "name": "Yes", "code": "2" }, { "name": "No", "code": "3" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "repairrequest_comments", "type": "esriFieldTypeString", "alias": "Repair Request Comments", "length": 150, "domain": null }, { "name": "repairscompleted", "type": "esriFieldTypeString", "alias": "Repairs Completed", "length": 5, "domain": { "type": "codedValue", "name": "YesNo_1", "description": "Yes no notaplicable response to certin fields", "codedValues": [ { "name": "Not Applicable", "code": "1" }, { "name": "Yes", "code": "2" }, { "name": "No", "code": "3" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "inspectiondate", "type": "esriFieldTypeDate", "alias": "Inspection Date", "length": 8, "domain": null }, { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "st_length(shape)", "type": "esriFieldTypeDouble", "alias": "st_length(shape)", "domain": null } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "r59_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "uuid_59", "fields": "globalid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a21_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "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, "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": false }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "st_length(shape)", "units": "esriMeters" }, "hasMetadata": false, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }