{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 0, "name": "COMMDEV.Hydrants", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 0, "name": "FireHydrant_Inspections_UnVer", "relatedTableId": 1, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleOrigin", "keyField": "GLOBALID", "composite": false, "catalogID": "{E6A925F5-3BC6-4F73-A97A-42540BB26D4F}" } ], "isDataVersioned": false, "isDataArchived": true, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1565883669000 }, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsReturningGeometryEnvelope": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": true, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON,PBF" }, "hasMetadata": true, "extent": { "xmin": -3.2009672464898E7, "ymin": 7123630.22165506, "xmax": 1755960.10606398, "ymax": 4.74244305355757E7, "spatialReference": { "wkid": 102743, "latestWkid": 3566, "xyTolerance": 0.00328083333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -119796900, "falseY": -89212200, "xyUnits": 3.7085786435314134E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102743, "latestWkid": 3566, "xyTolerance": 0.00328083333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119796900, "falseY": -89212200, "xyUnits": 3048.0060960121905, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 0, 0, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": true, "supportsAttachmentsByUploadId": true, "supportsAttachmentsResizing": true, "supportsApplyEditsWithGlobalIds": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GLOBALID", "displayField": "HYDRANTNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "OWNERHYDRANT", "type": "esriFieldTypeString", "alias": "Hydrant Owner", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OWNERHYDRANT" }, { "name": "OWNERWATER", "type": "esriFieldTypeString", "alias": "Water Owner", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OWNERWATER" }, { "name": "HYDRANTNAME", "type": "esriFieldTypeString", "alias": "Hydrant Name", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "HYDRANTNAME" }, { "name": "HYDRANTTYPE", "type": "esriFieldTypeString", "alias": "HydrantType", "domain": { "type": "codedValue", "name": "HydrantType", "description": "Fire hydrant types", "codedValues": [ { "name": "Suction", "code": "Suction" }, { "name": "Pressurized", "code": "Pressurized" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "HYDRANTTYPE" }, { "name": "SERVICE", "type": "esriFieldTypeString", "alias": "Service", "domain": { "type": "codedValue", "name": "InOut", "description": "In/Out of Service", "codedValues": [ { "name": "In", "code": "In" }, { "name": "Out", "code": "Out " } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "SERVICE" }, { "name": "SHUTOFFVALVELOCATION", "type": "esriFieldTypeString", "alias": "ShutOffValveLocation", "domain": null, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "SHUTOFFVALVELOCATION" }, { "name": "GATE_CODE", "type": "esriFieldTypeString", "alias": "Gate Code", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "GATE_CODE" }, { "name": "CONTACT_NUMBER", "type": "esriFieldTypeString", "alias": "Contact Number", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "CONTACT_NUMBER" }, { "name": "HYDRANTPARCELNUMBER", "type": "esriFieldTypeString", "alias": "HydrantParcelNumber", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "HYDRANTPARCELNUMBER" }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GLOBALID" }, { "name": "HYDRANTCOMMENTS", "type": "esriFieldTypeString", "alias": "Hydrant Comments", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "HYDRANTCOMMENTS" }, { "name": "SYSTEM", "type": "esriFieldTypeString", "alias": "SYSTEM", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "SYSTEM" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R1062431_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_1062431", "fields": "GLOBALID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A7029_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "timeZoneIANA": "America/Denver", "respectsDaylightSaving": true }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "COMMDEV.Hydrants", "description": "", "prototype": { "attributes": { "HYDRANTCOMMENTS": null, "OWNERHYDRANT": null, "OWNERWATER": null, "HYDRANTNAME": null, "HYDRANTTYPE": null, "SERVICE": null, "SHUTOFFVALVELOCATION": null, "GATE_CODE": null, "CONTACT_NUMBER": null, "HYDRANTPARCELNUMBER": null, "SYSTEM": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,ChangeTracking", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalId", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "domain": null, "editable": true, "nullable": false, "length": 250, "defaultValue": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "domain": null, "editable": true, "nullable": false, "defaultValue": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "domain": null, "editable": true, "nullable": false, "length": 150, "defaultValue": null } ], "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }