{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 905501, "name": "Casing", "type": "Feature Layer", "parentLayer": { "id": 905, "name": "Structure Line" }, "defaultVisibility": true, "minScale": 5000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "creationdate", "creatorField": "creator", "editDateField": "lastupdate", "editorField": "updatedby" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": true, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1642683083000 }, "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, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 2857991.997160832, "ymin": 9629466.567778185, "xmax": 3592833.7872840217, "ymax": 1.0316975173959017E7, "spatialReference": { "wkid": 102739, "latestWkid": 2277, "vcsWkid": 105703, "latestVcsWkid": 6360, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -124805500, "falseY": -81923100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "heightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD88_height_(ftUS)", "heightUnit": "us-foot" }, "sourceSpatialReference": { "wkid": 102739, "latestWkid": 2277, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -124805500, "falseY": -81923100, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 8 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": true, "hasZ": true, "enableZDefaults": false, "supportsVCSProjection": true, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "supportsOidReservation": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GLOBALID", "displayField": "subnetworkname", "typeIdField": "", "subtypeField": "ASSETGROUP", "defaultSubtypeCode": 0, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "Object ID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "ASSETGROUP", "type": "esriFieldTypeInteger", "alias": "Asset Group", "domain": null, "editable": true, "nullable": false, "defaultValue": 0, "modelName": "ASSETGROUP" }, { "name": "ASSETTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Asset type", "domain": null, "editable": true, "nullable": false, "defaultValue": 0, "modelName": "ASSETTYPE" }, { "name": "SUBNETWORKNAME", "type": "esriFieldTypeString", "alias": "Subnetwork name", "domain": null, "editable": false, "nullable": false, "length": 2000, "defaultValue": "Unknown", "modelName": "SUBNETWORKNAME" }, { "name": "measuredlength", "type": "esriFieldTypeDouble", "alias": "Measured Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "measuredlength" }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "Asset ID", "domain": null, "editable": true, "nullable": true, "length": 64, "defaultValue": null, "modelName": "assetid" }, { "name": "diameter", "type": "esriFieldTypeDouble", "alias": "Diameter", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "diameter" }, { "name": "lifecyclestatus", "type": "esriFieldTypeSmallInteger", "alias": "Lifecycle Status", "domain": { "type": "codedValue", "name": "Lifecycle_Combined", "description": "Bitwise combination of lifecycle states for subnetwork management", "codedValues": [ { "name": "Unknown", "code": 0 }, { "name": "Proposed", "code": 1 }, { "name": "Approved", "code": 2 }, { "name": "Proposed and Approved", "code": 3 }, { "name": "Under Construction", "code": 4 }, { "name": "Approved and Under Construction", "code": 6 }, { "name": "Proposed, Approved and Under Construction", "code": 7 }, { "name": "In Service", "code": 8 }, { "name": "In Service and Under Construction", "code": 12 }, { "name": "In Service, Under Construction, and Approved", "code": 14 }, { "name": "In Service, Under Construction, Approved and Proposed", "code": 15 }, { "name": "To Be Retired", "code": 16 }, { "name": "In Service and To Be Retired", "code": 24 }, { "name": "Abandoned", "code": 32 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": false, "defaultValue": 0, "modelName": "lifecyclestatus" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "shape_Length", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "SHAPE.STLength()" }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "Global ID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GLOBALID" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": false, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "GDB_36_ASSETGROU", "fields": "ASSETGROUP", "isAscending": true, "isUnique": false, "description": "" }, { "name": "GDB_36_ASSETTYPE", "fields": "ASSETTYPE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "GDB_36_SUBNETWOR", "fields": "SUBNETWORKNAME", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R43_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S14_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Unknown", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "ASSETTYPE": 0, "diameter": null, "measuredlength": null, "assetid": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "10\"", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "assetid": null, "ASSETTYPE": 0, "diameter": 10, "measuredlength": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "14\"", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "assetid": null, "ASSETTYPE": 0, "diameter": 14, "measuredlength": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "16\"", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "assetid": null, "ASSETTYPE": 0, "diameter": 16, "measuredlength": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "18\"", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "assetid": null, "ASSETTYPE": 0, "diameter": 18, "measuredlength": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "20\"", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "assetid": null, "ASSETTYPE": 0, "diameter": 20, "measuredlength": null } }, "drawingTool": "esriFeatureEditToolLine" }, { "name": "30\"", "description": "", "prototype": { "attributes": { "lifecyclestatus": 0, "ASSETGROUP": 501, "assetid": null, "ASSETTYPE": 0, "diameter": 30, "measuredlength": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "subtypes": [ { "code": 0, "name": "Unknown", "defaultValues": { "ASSETGROUP": 0, "ASSETTYPE": 0, "SUBNETWORKNAME": "Unknown", "GLOBALID": null, "measuredlength": null, "assetid": null, "diameter": null, "lifecyclestatus": null, "SHAPE.STLength()": null }, "domains": { "ASSETTYPE": { "type": "codedValue", "name": "UtilityNetwork_6_UnknownAssetType", "description": "The AssetType domain for the Unknown AssetGroup.", "codedValues": [ { "name": "Unknown", "code": 0 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } }, { "code": 501, "name": "Water Casing", "defaultValues": { "ASSETGROUP": 501, "ASSETTYPE": 0, "SUBNETWORKNAME": "Unknown", "GLOBALID": null, "measuredlength": null, "assetid": null, "diameter": null, "lifecyclestatus": 0, "SHAPE.STLength()": null }, "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Structure_Line_Water_Casing", "description": "The Asset Types for the Structure Line's Asset Group Water Casing", "codedValues": [ { "name": "Unknown", "code": 0 }, { "name": "Cast Iron - CAS", "code": 1 }, { "name": "Ductile Iron - DI", "code": 2 }, { "name": "Polyvinyl Chloride - PVC", "code": 3 }, { "name": "Steel - SP", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "diameter": { "type": "codedValue", "name": "Water_Casing_Diameters", "description": "List of casing sizes, in Imperial units", "codedValues": [ { "name": "Unknown", "code": 0 }, { "name": "10\"", "code": 10 }, { "name": "14\"", "code": 14 }, { "name": "16\"", "code": 16 }, { "name": "18\"", "code": 18 }, { "name": "20\"", "code": 20 }, { "name": "30\"", "code": 30 }, { "name": "6\"", "code": 6 }, { "name": "4\"", "code": 4 }, { "name": "8\"", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "lifecyclestatus": { "type": "codedValue", "name": "Lifecycle_Status", "description": "Valid lifecycle states for the assets.", "codedValues": [ { "name": "Unknown", "code": 0 }, { "name": "Proposed", "code": 1 }, { "name": "Approved", "code": 2 }, { "name": "Under Construction", "code": 4 }, { "name": "In Service", "code": 8 }, { "name": "To Be Retired", "code": 16 }, { "name": "Abandoned", "code": 32 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } } } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync,ChangeTracking", "useStandardizedQueries": true, "userTypeExtensions": [ "utilityNetwork" ], "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "da02f74455d34138b01e98bced0496f4" }