{ "currentVersion": 10.91, "id": 11, "name": "Water Hydrants", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 782421.7112500072, "ymin": 2968422.2099999934, "xmax": 801606.5787499994, "ymax": 2988552.801249996, "spatialReference": { "wkid": 102686, "latestWkid": 2249 } }, "sourceSpatialReference": { "wkid": 102686, "latestWkid": 2249 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "4595b110da745f2da3cfe5ad86f22570", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjlJREFUOI2VlM2LUlEUwH8+ZnimFSUjKfRWhm/hEAMSLiRQEkFmoWizaaP5rE3gImoxOPQP1DoIUgh6MTC4eD2ioA9mE7WPIYaBJpBBgmigjb3EbPGectV5Th243HPPPed37zn3YwF3WQJOTtl6wLc5MSzMmXsAlEWDLMvvs9lsyTRNV+g84IwoipL0er3tVqtVqlarR0LdgKdkWY5bljVh7HQ6JBKJ5HA41IHMvwLPAW8vWFbsDhDDLuQvYM+yeKTrvB4MYm5ZTAM9wNY1iG0AZ6YmQ8Al4OHmZgjYAtbcgG+cPqjCxYYAGzpNcsZe4BawD1fb8An71NeAQxF4ZbTCXeCso38FNoAD7COPO3YZqAJtWAaWc7mcEQgE8rquH87UUCxOC3jn6DeBj8CiM1YFP0mSLieTSSOTyeRngOJNXhT009gFHokPCAA/BGi/35dngD1BrwE/naDbTJ6gJcBEGfk8WVlZKff7ffZ2djjvGMPA/SOCAL44vaqqSJI0to+AFUVRUFW1bASDJLa38bmAAAbAMyAej5NOpwHG0HEWpmlWCoUC0WhUetztlm7s7vpOuMB04Kks/7lXLL4MhULfx3ODQW+ihpqmVRy19hkOarAUBfzYL2Xf2dmrcHhgdbvFRqPxfHpBt7f824AXxuxvQyqVYn119UO9Xp+BzQOOshsi3BZFUYhEIvj9fsstaB5Qy+fzSJJ0XYR6PJ45Icf8h4ZhaM1mE6ZSx979/wMBNE3TAO04v5H8BWw+kyZl9oPFAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 15, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "objectid", "globalIdField": "globalid", "displayField": "streetname", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "objectid", "type": "esriFieldTypeOID", "alias": "objectid", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "facilityid", "type": "esriFieldTypeString", "alias": "facilityid", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "FacilityID" }, { "name": "streetname", "type": "esriFieldTypeString", "alias": "streetname", "domain": null, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "StreetName" }, { "name": "address", "type": "esriFieldTypeString", "alias": "address", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "Address" }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "lifecyclestatus", "domain": { "type": "codedValue", "name": "dLifeCycleStatus", "description": "Lifecycle Status of Feature", "codedValues": [ { "name": "In Service", "code": "IS" }, { "name": "Abandoned", "code": "ABN" }, { "name": "Proposed", "code": "PROP" }, { "name": "Removed", "code": "REM" }, { "name": "Preliminary GIS Update", "code": "PRELIM" }, { "name": "Not in Service", "code": "NS" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "IS", "modelName": "LifeCycleStatus" }, { "name": "installdate", "type": "esriFieldTypeDate", "alias": "installdate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "InstallDate" }, { "name": "legacyid", "type": "esriFieldTypeString", "alias": "legacyid", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "LegacyID" }, { "name": "fireid", "type": "esriFieldTypeString", "alias": "fireid", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "FireID" }, { "name": "firehydid", "type": "esriFieldTypeString", "alias": "firehydid", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "FireHydID" }, { "name": "datasource", "type": "esriFieldTypeString", "alias": "datasource", "domain": { "type": "codedValue", "name": "dDataSources", "description": "Data Sources", "codedValues": [ { "name": "GPS", "code": "GPS" }, { "name": "Planimetric", "code": "AERIAL" }, { "name": "Estimated From Orthophotography", "code": "ORTHO_EST" }, { "name": "Estimated In Field", "code": "EST_FIELD" }, { "name": "Estimated From Plan", "code": "EST_PLAN" }, { "name": "Scaled From Plan", "code": "SCL_PLAN" }, { "name": "Assumed Location", "code": "ASSUMED" }, { "name": "Estimated from Asset Management", "code": "EST_AM" }, { "name": "Proposed Location - General", "code": "PROP_GEN" }, { "name": "Proposed Location - Precise", "code": "PROP_PREC" }, { "name": "Digital Data from Organization", "code": "OTHER_ORG" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": "EST_PLAN", "modelName": "DataSource" }, { "name": "plan_1", "type": "esriFieldTypeString", "alias": "plan_1", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Plan_1" }, { "name": "plan_1_date", "type": "esriFieldTypeDate", "alias": "plan_1_date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Plan_1_Date" }, { "name": "plan_2", "type": "esriFieldTypeString", "alias": "plan_2", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Plan_2" }, { "name": "plan_2_date", "type": "esriFieldTypeDate", "alias": "plan_2_date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Plan_2_Date" }, { "name": "owner", "type": "esriFieldTypeString", "alias": "owner", "domain": { "type": "codedValue", "name": "dOwner", "description": "Owner of Feature", "codedValues": [ { "name": "Revere", "code": "Revere" }, { "name": "MBTA", "code": "MBTA" }, { "name": "DCR", "code": "DCR" }, { "name": "MassDOT", "code": "MassDOT" }, { "name": "MWRA", "code": "MWRA" }, { "name": "Other", "code": "Other" }, { "name": "Malden", "code": "Malden" }, { "name": "BWSC", "code": "BWSC" }, { "name": "Private", "code": "Private" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": "Revere", "modelName": "Owner" }, { "name": "comments", "type": "esriFieldTypeString", "alias": "comments", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Comments" }, { "name": "id_2017", "type": "esriFieldTypeString", "alias": "id_2017", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "ID_2017" }, { "name": "assoc_valve", "type": "esriFieldTypeString", "alias": "assoc_valve", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Assoc_Valve" }, { "name": "type", "type": "esriFieldTypeString", "alias": "type", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Type" }, { "name": "make", "type": "esriFieldTypeString", "alias": "make", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Make" }, { "name": "model", "type": "esriFieldTypeString", "alias": "model", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Model" }, { "name": "year", "type": "esriFieldTypeSmallInteger", "alias": "year", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Year" }, { "name": "nozzle_l_size", "type": "esriFieldTypeDouble", "alias": "nozzle_l_size", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Nozzle_L_Size" }, { "name": "nozzle_r_size", "type": "esriFieldTypeDouble", "alias": "nozzle_r_size", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Nozzle_R_Size" }, { "name": "nozzle_c_size", "type": "esriFieldTypeDouble", "alias": "nozzle_c_size", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Nozzle_C_Size" }, { "name": "enabled", "type": "esriFieldTypeSmallInteger", "alias": "enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "Enabled" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "globalid", "type": "esriFieldTypeGlobalID", "alias": "globalid", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "globalid" } ], "geometryField": { "name": "shape", "type": "esriFieldTypeGeometry", "alias": "shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "r507_sde_rowid_uk", "fields": "objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "uuid_507", "fields": "globalid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "uuid_oid_507", "fields": "globalid,objectid", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a451_ix1", "fields": "shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Water Hydrants", "description": "", "prototype": { "attributes": { "address": null, "firehydid": null, "plan_2_date": null, "nozzle_c_size": null, "enabled": 1, "facilityid": null, "streetname": null, "lifecyclestatus": "IS", "installdate": null, "legacyid": null, "fireid": null, "datasource": "EST_PLAN", "plan_1": null, "plan_1_date": null, "plan_2": null, "owner": "Revere", "comments": null, "id_2017": null, "assoc_valve": null, "type": null, "make": null, "model": null, "year": null, "nozzle_l_size": null, "nozzle_r_size": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 10000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }