{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 48, "name": "Sewer Fittings", "type": "Feature Layer", "parentLayer": { "id": 0, "name": "Sewer" }, "defaultVisibility": true, "minScale": 5000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "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": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasMetadata": true, "extent": { "xmin": 1360931.9300547242, "ymin": 379194.5732280612, "xmax": 1480680.261423722, "ymax": 571074.901080817, "spatialReference": { "wkid": 102685, "latestWkid": 2248, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3.695308229454812E7, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102685, "latestWkid": 2248, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -120561100, "falseY": -95444400, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 145, 56, 58, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": false, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "NN", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "FFID", "type": "esriFieldTypeInteger", "alias": "FFID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FFID" }, { "name": "NN", "type": "esriFieldTypeString", "alias": "NAME NUMBER", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "NN" }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "FITTING TYPE", "domain": { "type": "codedValue", "name": "SWFITTINGTYPE", "description": "The Sewer Fitting Types", "codedValues": [ { "name": "Tee", "code": "Tee" }, { "name": "Cross", "code": "Cross" }, { "name": "Reducer", "code": "Reducer" }, { "name": "Plug", "code": "Plug" }, { "name": "Tap", "code": "Tap" }, { "name": "Wye", "code": "Wye" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Coupling", "code": "Coupling" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "TYPE" }, { "name": "DEPTH", "type": "esriFieldTypeDouble", "alias": "DEPTH", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DEPTH" }, { "name": "ELE", "type": "esriFieldTypeDouble", "alias": "ELEVATION", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ELE" }, { "name": "INV", "type": "esriFieldTypeDouble", "alias": "INVERT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "INV" }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "GIS STATUS", "domain": { "type": "codedValue", "name": "GIS STATUS_1", "description": "GIS STATUS", "codedValues": [ { "name": "Operational", "code": "Operational" }, { "name": "In Service", "code": "In Service" }, { "name": "Proposed", "code": "Proposed" }, { "name": "Retired", "code": "Retired" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Abandoned", "code": "Abandoned" }, { "name": "Removed", "code": "Removed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "STATUS" }, { "name": "MAPREF", "type": "esriFieldTypeString", "alias": "MAP REFERENCE", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "MAPREF" }, { "name": "ABDATE", "type": "esriFieldTypeDate", "alias": "ASBUILT DATE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "ABDATE" }, { "name": "SA", "type": "esriFieldTypeSmallInteger", "alias": "SERVICE AREA", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SA" }, { "name": "MODDATE", "type": "esriFieldTypeDate", "alias": "MODIFY DATE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "MODDATE" }, { "name": "CDATE", "type": "esriFieldTypeDate", "alias": "CREATE DATE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CDATE" }, { "name": "DEPLOYED_DATE", "type": "esriFieldTypeDate", "alias": "DEPLOYED DATE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DEPLOYED_DATE" }, { "name": "OWNER", "type": "esriFieldTypeString", "alias": "OWNER", "domain": { "type": "codedValue", "name": "OWNERSHIP_2", "description": "OWNERSHIP", "codedValues": [ { "name": "AACo - Recs and Parks", "code": "AACo - Recs and Parks" }, { "name": "AACo - Board of Ed", "code": "AACo - Board of Ed" }, { "name": "BWI", "code": "BWI" }, { "name": "unknown", "code": "unknown" }, { "name": "Public", "code": "Public" }, { "name": "Private", "code": "Private" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "OWNER" }, { "name": "ASBUILT", "type": "esriFieldTypeString", "alias": "ASBUILT", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "ASBUILT" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R134_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S104_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Sewer Fittings", "description": "", "prototype": { "attributes": { "OWNER": null, "ASBUILT": null, "FFID": null, "NN": null, "TYPE": null, "DEPTH": null, "ELE": null, "INV": null, "STATUS": null, "MAPREF": null, "ABDATE": null, "SA": null, "MODDATE": null, "CDATE": null, "DEPLOYED_DATE": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }