{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 2, "name": "Cleanout", "type": "Feature Layer", "description": "The feature is a point shapefile that has three subtypes to classify data; cleanout, flushing structure, inline cleanout and lamphole. A cleanout is a capped end of a sewer line that is used to clear obstructions in the sewer line. An inline cleanout has a removable basket to filter sewage that collects large objects that could be circulating through. A lamphole is a reticulation sewer end of line access point to allow limited access to facilitate inspection or clearing of obstructions.", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 2893, "latestWkid": 2893, "xyTolerance": 0.002, "zTolerance": 1.9999999999999998E-5, "mTolerance": 1.9999999999999998E-5, "falseX": -120561100, "falseY": -95444400, "xyUnits": 4000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "Baltimore County, Maryland Department of Public Works", "parentLayer": { "id": 0, "name": "Sewer" }, "subLayers": [], "minScale": 5000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "ed6e24d1e80e52999c1f79ee2e23e13c", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABd0lEQVQ4jcXUwSuDcRzH8feePY81z2wr5qAk5SKypNykrJT2D4wTR+XgLCelXdwkV3Jx4CRRopbDUjhzW1IYLeZpvz17nuf3iFEOm7a28jt+vt/fq37fvv1UmnjU/8BCwFuzsCSwCJQaxXwehTlXcgAcNYR5W4h7dTRHMOsUG8QUnYXIBN6HQ2Lf/Xat2IwaJKEFiPwEVp6o3gN6N1rplUtFQ3zm0kKYz5x/z7NYCduVBn2mYCkygc/XDooP8EAkRtDOE5UleDqlYBukgfUfqBImpWQFyclzir2OMTrDQ+UeVQfbgMdjcrJI0rVZq3VmaVlk6CXFfWgQ1aOUw1wawza+VmSnlpn9PtHWXlxpQvYMER7G39ZPwMwSs97rxNQQ86off2abnCtYLdyxGBygS9rEq96pknukYDJ/y40UTAEZCmwYt2w5ggQwAlzVio1KySYlln/tlWnlmfYG2HcMxuvBrrG5qFRwDPYArZ5nWlXyP+tN/c8+ALrphK2cjMRWAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 14, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 1359170.34450001, "ymin": 568548.760000005, "xmax": 1480114.1495, "ymax": 677255.0199999961, "spatialReference": { "wkid": 2893, "latestWkid": 2893, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3.695308229454812E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "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": 15, "domain": null }, { "name": "NOTES", "type": "esriFieldTypeString", "alias": "Notes", "length": 255, "domain": null }, { "name": "ELEVATION", "type": "esriFieldTypeDouble", "alias": "Elevation", "domain": null }, { "name": "DEPTH", "type": "esriFieldTypeDouble", "alias": "Depth", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "Type", "length": 20, "domain": { "type": "codedValue", "name": "dssCleanoutType", "description": "CleanoutType", "codedValues": [ { "name": "CLEANOUT", "code": "CLEANOUT" }, { "name": "LAMP HOLE", "code": "LAMP HOLE" }, { "name": "INLINE CLEANOUT", "code": "INLINE CLEANOUT" }, { "name": "OTHER", "code": "OTHER" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SEWER_SERVICE_AREA", "type": "esriFieldTypeString", "alias": "Sewer Service Area", "length": 14, "domain": null }, { "name": "ACCESSIBLE", "type": "esriFieldTypeString", "alias": "Accessible", "length": 5, "domain": { "type": "codedValue", "name": "deYES_NO", "description": "Enterprise domain for yes no values", "codedValues": [ { "name": "YES", "code": "YES" }, { "name": "NO", "code": "NO" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "COORDINATE_SOURCE", "type": "esriFieldTypeString", "alias": "Coordinate Source", "length": 25, "domain": { "type": "codedValue", "name": "dCoordinateSource", "description": "Coordinate Source", "codedValues": [ { "name": "SURVEY GRADE", "code": "SURVEY GRADE" }, { "name": "MAPPING GRADE - GPS", "code": "MAPPING GRADE - GPS" }, { "name": "MOBILE GRADE - GPS", "code": "MOBILE GRADE - GPS" }, { "name": "DIGITIZING", "code": "DIGITIZING" }, { "name": "GEOCODED", "code": "GEOCODED" }, { "name": "LINEAR REFERENCING", "code": "LINEAR REFERENCING" }, { "name": "SCALED", "code": "SCALED" }, { "name": "OTHER", "code": "OTHER" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LIFECYCLE_STATUS", "type": "esriFieldTypeString", "alias": "Lifecycle Status", "length": 25, "domain": { "type": "codedValue", "name": "dLifecycleStatus", "description": "Lifecycle Status", "codedValues": [ { "name": "ACTIVE", "code": "ACTIVE" }, { "name": "PROPOSED", "code": "PROPOSED" }, { "name": "UNDER CONSTRUCTION", "code": "UNDER CONSTRUCTION" }, { "name": "ABANDONED", "code": "ABANDONED" }, { "name": "REMOVED", "code": "REMOVED" }, { "name": "DESTROYED", "code": "DESTROYED" }, { "name": "NOT IN SERVICE", "code": "NOT IN SERVICE" }, { "name": "INVESTIGATE", "code": "INVESTIGATE" }, { "name": "OTHER", "code": "OTHER" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LOCATION", "type": "esriFieldTypeString", "alias": "Location", "length": 255, "domain": null }, { "name": "OWNED_BY", "type": "esriFieldTypeString", "alias": "Owned By", "length": 10, "domain": { "type": "codedValue", "name": "dAdministrativeArea", "description": "Administrative Area", "codedValues": [ { "name": "COUNTY", "code": "COUNTY" }, { "name": "PRIVATE", "code": "PRIVATE" }, { "name": "CITY", "code": "CITY" }, { "name": "STATE", "code": "STATE" }, { "name": "FEDERAL", "code": "FEDERAL" }, { "name": "OTHER", "code": "OTHER" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTAINED_BY", "type": "esriFieldTypeString", "alias": "Maintained By", "length": 10, "domain": { "type": "codedValue", "name": "dAdministrativeArea", "description": "Administrative Area", "codedValues": [ { "name": "COUNTY", "code": "COUNTY" }, { "name": "PRIVATE", "code": "PRIVATE" }, { "name": "CITY", "code": "CITY" }, { "name": "STATE", "code": "STATE" }, { "name": "FEDERAL", "code": "FEDERAL" }, { "name": "OTHER", "code": "OTHER" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RESPONSIBLE_AGENCY", "type": "esriFieldTypeString", "alias": "Responsible Agency", "length": 75, "domain": { "type": "codedValue", "name": "dResponsibleAgency", "description": "Responsible Agency", "codedValues": [ { "name": "DEPARTMENT OF PUBLIC WORKS", "code": "DEPARTMENT OF PUBLIC WORKS" }, { "name": "DEPARTMENT OF RECREATION AND PARKS", "code": "DEPARTMENT OF RECREATION AND PARKS" }, { "name": "DEPARTMENT OF ENVIRONMENT PROTECTION AND SUSTAINABILITY", "code": "DEPARTMENT OF ENVIRONMENT PROTECTION AND SUSTAINABILITY" }, { "name": "OFFICE OF BUDGET AND FINANCE", "code": "OFFICE OF BUDGET AND FINANCE" }, { "name": "BOARD OF EDUCATION", "code": "BOARD OF EDUCATION" }, { "name": "OTHER", "code": "OTHER" }, { "name": "UNKNOWN", "code": "UNKNOWN" }, { "name": "DEPARTMENT OF PUBLIC WORKS AND TRANSPORTATION", "code": "DEPARTMENT OF PUBLIC WORKS AND TRANSPORTATION" }, { "name": "REVENUE AUTHORITY", "code": "REVENUE AUTHORITY" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CONDITION", "type": "esriFieldTypeSmallInteger", "alias": "Condition", "domain": null }, { "name": "CONDITION_DATE", "type": "esriFieldTypeDate", "alias": "Condition Date", "length": 8, "domain": null }, { "name": "INSTALL_DATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "WARRANTY_DATE", "type": "esriFieldTypeDate", "alias": "Warranty Date", "length": 8, "domain": null }, { "name": "REHABILITATION_DATE", "type": "esriFieldTypeDate", "alias": "Rehabilitation Date", "length": 8, "domain": null }, { "name": "REHABILITATION_TYPE", "type": "esriFieldTypeString", "alias": "Rehabilitation Type", "length": 120, "domain": null }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "CREATED_USER", "length": 255, "domain": null }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "CREATED_DATE", "length": 8, "domain": null }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "LAST_EDITED_USER", "length": 255, "domain": null }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "length": 8, "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "G2611FACILITYID", "fields": "FACILITYID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "A650_IX1", "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, "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": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }