{ "layers": [ { "currentVersion": 10.91, "id": 0, "name": "Storm Discharge Point", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 10000, "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": 6111050.6070638895, "ymin": 1943477.0073921382, "xmax": 6145697.993477643, "ymax": 1993934.1509002298, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "f10d36caf32cad020db554b7af3a994d", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAK5JREFUGJWVzzFKQ1EQheFv4MHbRYQUKd2BvRIQTBdsLKwszD5iIZYiCBYJZBlpspOILuGCvLEwPK6SKB6YYuCfnzONf6Spl0wTXOEIWyywjJDf4K5rHyi31e0xzjKNM11GyObL2J7+APtEmGKNx525zP6oe13B7ZDyGzysOpd3jA6z7Rulf/AFJ4fhsqrMnnGB8R5yg7sejpCZzjHDDQZ4xRPmET5qswgd7nezN58nXiu6Fd9BnwAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 8, "height": 8, "angle": 0, "xoffset": 0, "yoffset": 0 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerPointLabelPlacementAboveRight", "where": null, "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 255, 255, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 0, 0, 0, 255 ], "haloSize": 2, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 5000, "maxScale": 0 } ] }, "hasM": false, "hasZ": true, "enableZDefaults": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "LucityAltID", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LucityID", "type": "esriFieldTypeInteger", "alias": "Discharge Point Rec #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LucityID" }, { "name": "LucityAltID", "type": "esriFieldTypeString", "alias": "Discharge Number", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LucityAltID" }, { "name": "OperationStatus", "type": "esriFieldTypeSmallInteger", "alias": "Operation Status", "domain": { "type": "codedValue", "name": "swStatus", "description": "", "codedValues": [ { "name": "Operational", "code": 1 }, { "name": "Out of Service", "code": 951 }, { "name": "Parent Out of Service", "code": 952 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "OperationStatus" }, { "name": "FullAddress", "type": "esriFieldTypeString", "alias": "Address", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "FullAddress" }, { "name": "GeneralLocation", "type": "esriFieldTypeString", "alias": "General Location", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "GeneralLocation" }, { "name": "Type", "type": "esriFieldTypeSmallInteger", "alias": "Type", "domain": { "type": "codedValue", "name": "swDisPntType", "description": "", "codedValues": [ { "name": "Other", "code": 1 }, { "name": "Outfall", "code": 2 }, { "name": "Overflow", "code": 3 }, { "name": "Standard Outlet", "code": 4 }, { "name": "Flap Gate", "code": 5 }, { "name": "Unknown", "code": 6 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Type" }, { "name": "ManagedBy", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "swMaintainedBy", "description": "", "codedValues": [ { "name": "City of Santa Clara", "code": 1 }, { "name": "City of San Jose", "code": 2 }, { "name": "City of Sunnyvale", "code": 3 }, { "name": "Santa Clara Valley Water District", "code": 4 }, { "name": "Abandoned", "code": 5 }, { "name": "County", "code": 6 }, { "name": "State", "code": 7 }, { "name": "Private", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ManagedBy" }, { "name": "OwnedBy", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "swOwner", "description": "", "codedValues": [ { "name": "City of Santa Clara", "code": 1 }, { "name": "City of San Jose", "code": 2 }, { "name": "City of Sunnyvale", "code": 3 }, { "name": "Santa Clara Valley Water District", "code": 4 }, { "name": "Abandoned", "code": 5 }, { "name": "County", "code": 6 }, { "name": "State", "code": 7 }, { "name": "Private", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "OwnedBy" }, { "name": "MapNumber", "type": "esriFieldTypeString", "alias": "Map Number", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "MapNumber" }, { "name": "AvgDischarge", "type": "esriFieldTypeString", "alias": "Average Discharge", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "AvgDischarge" }, { "name": "DischargeId", "type": "esriFieldTypeString", "alias": "Discharge Identifier", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "DischargeId" }, { "name": "PeakDischarge", "type": "esriFieldTypeString", "alias": "Peak Discharge", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PeakDischarge" }, { "name": "PermitIdentifier", "type": "esriFieldTypeString", "alias": "Permit Identifier", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PermitIdentifier" }, { "name": "Elevation", "type": "esriFieldTypeDouble", "alias": "Elevation (ft)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Elevation" }, { "name": "OutfallName", "type": "esriFieldTypeString", "alias": "Outfall Name", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "OutfallName" }, { "name": "X", "type": "esriFieldTypeDouble", "alias": "X Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "X" }, { "name": "Y", "type": "esriFieldTypeDouble", "alias": "Y Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Y" }, { "name": "StrID", "type": "esriFieldTypeInteger", "alias": "StrID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StrID" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "Active", "type": "esriFieldTypeSmallInteger", "alias": "Active", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Active" }, { "name": "Permitted", "type": "esriFieldTypeSmallInteger", "alias": "Permitted", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Permitted" }, { "name": "DefWOCat", "type": "esriFieldTypeString", "alias": "Default WO Cat", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "DefWOCat" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" }, { "name": "BB_Anno", "type": "esriFieldTypeString", "alias": "BB Annotation", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "BB_Anno" }, { "name": "WO_Comment", "type": "esriFieldTypeString", "alias": "WO Comment", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "WO_Comment" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1225_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1225", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G106660LucityAlt", "fields": "LucityAltID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1225", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S858_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Discharge Point", "description": "", "prototype": { "attributes": { "BB_Anno": null, "LucityID": null, "LucityAltID": null, "OperationStatus": null, "FullAddress": null, "GeneralLocation": null, "Type": null, "ManagedBy": null, "OwnedBy": null, "MapNumber": null, "AvgDischarge": null, "DischargeId": null, "PeakDischarge": null, "PermitIdentifier": null, "Elevation": null, "OutfallName": null, "X": null, "Y": null, "StrID": null, "WO_Comment": null, "GridLoc": null, "DefWOCat": null, "Permitted": null, "Active": null, "InLucity": null, "LastModBy": null, "LastModDate": null, "LastSynDate": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "currentVersion": 10.91, "id": 1, "name": "Storm Pump Station", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 75000, "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": 6129786.817950964, "ymin": 1944665.5732564777, "xmax": 6145782.270211965, "ymax": 1981612.9232461452, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "06efa3b205aa1dfcae3865aa25c10737", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAUtJREFUKJFt0bFrk1EUBfDfiw++GDtIUCimFUQx0MVBcBA6OAmKiYtBBBcVh9Khm9hFBME/QHB1lWa0oKSTkwrqrOIiClasoWaxjzZ9Dl9bQ/DA5V4O53AO3GgHV7P9m9yu0KZokNbQ28ejp0F/VxehnR0bKp5XpGZJJziJs0PmO7loLYX0CuKtrPitWN74mZpv7/iHCgemmLrg0OEzabmTnVoKvsUBN0gztvj+pNSeuMfmOp/vl3Pxi3pt2iLmYqZlDM2bVBusvia9YfCV2lGXMRfRGDesvmS4VYphYhJMyioRa+OGd9fLXcxyepGJ46Av2I7o4dyo4fwnatPE6giZvYC4zuODzI9Wi9UxMRuCBxBXgsGVXG/J/RXUx+vhD651gw/sPK4b+u8vZTOd7eJuDqmNI/gl6wkedoOPe+m7x7PgB2kBC/9J2cNfbDph0DB9PGYAAAAASUVORK5CYII=", "contentType": "image/png", "width": 9, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerPointLabelPlacementAboveRight", "where": null, "labelExpression": "[LucityAltID] CONCAT NEWLINE CONCAT [StationName]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 112, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 2, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 10000, "maxScale": 0 } ] }, "hasM": false, "hasZ": true, "enableZDefaults": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "StationName", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LucityID", "type": "esriFieldTypeInteger", "alias": "Station Rec #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LucityID" }, { "name": "LucityAltID", "type": "esriFieldTypeString", "alias": "Station Number", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LucityAltID" }, { "name": "StationName", "type": "esriFieldTypeString", "alias": "Station Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "StationName" }, { "name": "StrID", "type": "esriFieldTypeInteger", "alias": "Structure #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StrID" }, { "name": "Status", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "swStatus", "description": "", "codedValues": [ { "name": "Operational", "code": 1 }, { "name": "Out of Service", "code": 951 }, { "name": "Parent Out of Service", "code": 952 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Status" }, { "name": "StationType", "type": "esriFieldTypeSmallInteger", "alias": "Station Type", "domain": { "type": "codedValue", "name": "swPumpStationType", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Lift Station", "code": 1 }, { "name": "Pump Station", "code": 2 }, { "name": "Package Station", "code": 3 }, { "name": "Conventional Dry Well", "code": 4 }, { "name": "Conventional Wet Well", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StationType" }, { "name": "FlowCapacity", "type": "esriFieldTypeInteger", "alias": "Flow Capacity", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FlowCapacity" }, { "name": "Owner", "type": "esriFieldTypeSmallInteger", "alias": "Owner", "domain": { "type": "codedValue", "name": "swOwner", "description": "", "codedValues": [ { "name": "City of Santa Clara", "code": 1 }, { "name": "City of San Jose", "code": 2 }, { "name": "City of Sunnyvale", "code": 3 }, { "name": "Santa Clara Valley Water District", "code": 4 }, { "name": "Abandoned", "code": 5 }, { "name": "County", "code": 6 }, { "name": "State", "code": 7 }, { "name": "Private", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Owner" }, { "name": "MaintainedBy", "type": "esriFieldTypeSmallInteger", "alias": "Maintained By", "domain": { "type": "codedValue", "name": "swMaintainedBy", "description": "", "codedValues": [ { "name": "City of Santa Clara", "code": 1 }, { "name": "City of San Jose", "code": 2 }, { "name": "City of Sunnyvale", "code": 3 }, { "name": "Santa Clara Valley Water District", "code": 4 }, { "name": "Abandoned", "code": 5 }, { "name": "County", "code": 6 }, { "name": "State", "code": 7 }, { "name": "Private", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "MaintainedBy" }, { "name": "ProjectNumber", "type": "esriFieldTypeString", "alias": "Project Number", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "ProjectNumber" }, { "name": "MapNumber", "type": "esriFieldTypeString", "alias": "Map Number", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "MapNumber" }, { "name": "BuildingNo", "type": "esriFieldTypeInteger", "alias": "Building No", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "BuildingNo" }, { "name": "LastCleaningDate", "type": "esriFieldTypeDate", "alias": "Last Cleaning Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastCleaningDate" }, { "name": "CleaningFreq", "type": "esriFieldTypeSmallInteger", "alias": "Cleaning Frequency", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CleaningFreq" }, { "name": "CleaningFreqUnits", "type": "esriFieldTypeSmallInteger", "alias": "Cleaning Freq Units", "domain": { "type": "codedValue", "name": "swCleanFreq", "description": "", "codedValues": [ { "name": "Hours", "code": 1 }, { "name": "Days", "code": 2 }, { "name": "Weeks", "code": 3 }, { "name": "Months", "code": 4 }, { "name": "Years", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CleaningFreqUnits" }, { "name": "NextCleaningDate", "type": "esriFieldTypeDate", "alias": "Next Cleaning Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "NextCleaningDate" }, { "name": "RimEl", "type": "esriFieldTypeDouble", "alias": "Rim Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RimEl" }, { "name": "InvEl", "type": "esriFieldTypeDouble", "alias": "Invert Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InvEl" }, { "name": "OutfallName", "type": "esriFieldTypeString", "alias": "Outfall Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "OutfallName" }, { "name": "X", "type": "esriFieldTypeDouble", "alias": "X Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "X" }, { "name": "Y", "type": "esriFieldTypeDouble", "alias": "Y Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Y" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "Active", "type": "esriFieldTypeSmallInteger", "alias": "Active", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Active" }, { "name": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "DefWOCat", "type": "esriFieldTypeString", "alias": "Default WO Cat", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "DefWOCat" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" }, { "name": "BB_Anno", "type": "esriFieldTypeString", "alias": "BB Annotation", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "BB_Anno" }, { "name": "WO_Comment", "type": "esriFieldTypeString", "alias": "WO Comment", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "WO_Comment" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1226_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1226", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G106661LucityAlt", "fields": "LucityAltID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1226", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S859_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Pump Station", "description": "", "prototype": { "attributes": { "BB_Anno": null, "LucityID": null, "LucityAltID": null, "StationName": null, "StrID": null, "Status": null, "StationType": null, "FlowCapacity": null, "Owner": null, "MaintainedBy": null, "ProjectNumber": null, "MapNumber": null, "BuildingNo": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "RimEl": null, "InvEl": null, "OutfallName": null, "X": null, "Y": null, "WO_Comment": null, "GridLoc": null, "DefWOCat": null, "LastSynDate": null, "LastModDate": null, "Active": null, "InLucity": null, "LastModBy": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "currentVersion": 10.91, "id": 2, "name": "Storm Structures", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 10000, "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": 6124248.905798465, "ymin": 1943322.2941188961, "xmax": 6146929.938520297, "ymax": 1977832.6066598147, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "StructureType", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "d982c74e987c2c996b70e0a87a3e0062", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAADxJREFUGJVjYTDwn8sgJPCHAQtgf/fhPguDuLgvAxufKDYFDP+YNrBglUACg0PB5y8sDNyMWCV//vrKDQD/PgxdLa/jxgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 6, "height": 6, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "1", "label": "Inlet w Trash Capture", "description": "" }, { "symbol": { "type": "esriPMS", "url": "e861b45a48917e51e93a5077de0e51b9", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAADxJREFUGJVjYejZPpdBVOoPAxbA/vzxfRYGZW1fBjFZUWwKGFhZN7BglUACg0PB2+csDIxMWCV/fnzLDQA1hgw2+wEUwAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 6, "height": 6, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "7", "label": "Inlet w/o Trash Capture", "description": "" }, { "symbol": { "type": "esriPMS", "url": "c8cfb49e5ce91ea8330761eee179a902", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAMhJREFUGJVjYYAAluzV/vFSyjx6v38zfL97+unOxTkH9jMwMDCwMDAw8DSejV6iZCjpz8AIUS2nK5IhocLf1e2xsY2l+mBog5KRpD8DEmDlZOXXtFOoTFngeoZFSJbfiwELYOVk5VHUFwtkYWZm4sOmgIGBgYGJhYWP5efX37cYGBikMWT/MzB8eff9BsvjB6/qeUU5zXlFuLiQ5Z/eeHOxdceqDpYpXlsPl+319xeREWrn4GbT+/fv77dPb77v+fD0SzZDO8NvAMqJPRN382wuAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 6, "height": 6, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "2", "label": "Manhole", "description": "" }, { "symbol": { "type": "esriPMS", "url": "48a5662b09796f26147fe9251ab9d77f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAADxJREFUGJVjqfBnmCvIyfCHAQt4/Z39PouMEIOvCB+DKDYFLO8YNrBgk0BRNBgUfPjKwMLMhF3y84+f3ABJzAyUBQ71VAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 6, "height": 6, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "3", "label": "Cap", "description": "" }, { "symbol": { "type": "esriPMS", "url": "baae87f3d481d63b59f25d303a1f6f2f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAALBJREFUCJldyr8KQVEAgPHv5uhkUfcS3TAweAkPwCCRvIgFCUVSMshoJJuyMFm8gicwIcml3HD8KQslv/X7BMCIcsTEnefjLp/nhCqXAARAQOrtqAplv8NDPZka9VXSqvbFWNbiIeVL88OJwLQ8xSGtgQhgVFxIB39MvOG9PFaErS5LIPY/XLm9rqiFOLEt7NBTfvTg77CWh0lGNeYiR8+eGc2OZmld7RMv3OyN2hcB3gpROGQ0cbJ1AAAAAElFTkSuQmCC", "contentType": "image/png", "width": 6, "height": 5, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "4", "label": "Clean Out Box", "description": "" }, { "symbol": { "type": "esriPMS", "url": "9feb4ab5b6cdc31a4dea565d806a75b2", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAHVJREFUGJVtzzEOQDAUh/Gv8RoJawU3IL2AwRUc0eYAzsNgk44Sk6SDwUCjb/zyG/5PpomxqvBEbt/TTdqWoa4pYkBrZvmGdYXzhCyDpnlaAJyDroMkeVsAvIdlAWOgLCNAa7A23BGAvv8PFecQpWI/wHFc+Q16HRdet0sjwwAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 6, "height": 6, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "5", "label": "French Drain", "description": "" }, { "symbol": { "type": "esriPMS", "url": "ad6db4054202e181aba491074a2a6269", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAKZJREFUCJlljKEKwlAARc/gwUN4ZRsTRQY2GVqMfoNdMPgTJsVoMFrsBoP/oR/x2NJWtuB4sPhAeCan6EmXew9X8EVZsvN9eet07P3diXdwDl9rNk1jl8DkT8iy4BTHRjUN48eDVRRxaQVrGRWFWSgFSoHWHJzj6nk8BUCack6Sz1u3yyDP2QJ7UVXMrWUm2hnCEOqatXMcRb/PMAiCGT8YY3pSyukLWf4zUD4sUrwAAAAASUVORK5CYII=", "contentType": "image/png", "width": 6, "height": 5, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "6", "label": "Junction Box", "description": "" }, { "symbol": { "type": "esriPMS", "url": "6eb590ab1a7ecd5d29cc27edf6dad28f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAALlJREFUGJVtyrFKQnEYhvEn+uDDOigccrKmWlVscXOOsxy8glbBbqCppk50FQ5t3YBBEeKoDW2HJhe3ONu/eBHUIQcRf+vzGP/sJY6vz0NoLOBvAq830geAAdEnPLeKIj3Y3HXoXbg/XUkPNnK/v5RStpSg0pFuB+5TO4OEPUoQNaWuHUrlfQOAxXHZgvs3Um03roAihNxm0l0V2idwtD3k8DWUHi2B8Tukp+7ZsdRYwu8PvM2hn8FiDYOkO8JVI2mEAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 6, "height": 6, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "0", "label": "None", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerPointLabelPlacementAboveRight", "where": "StructureType = 2", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 115, 76, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 3000, "maxScale": 0 }, { "labelPlacement": "esriServerPointLabelPlacementAboveLeft", "where": "StructureType IN (1,7)", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 92, 230, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 1500, "maxScale": 0 }, { "labelPlacement": "esriServerPointLabelPlacementAboveRight", "where": "StructureType = 3", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 168, 0, 132, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 3000, "maxScale": 0 }, { "labelPlacement": "esriServerPointLabelPlacementAboveRight", "where": "StructureType = 5", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 168, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 3000, "maxScale": 0 }, { "labelPlacement": "esriServerPointLabelPlacementAboveLeft", "where": "StructureType = 4", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 205, 102, 153, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 3000, "maxScale": 0 }, { "labelPlacement": "esriServerPointLabelPlacementAboveLeft", "where": "StructureType = 6", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 205, 205, 102, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 3000, "maxScale": 0 }, { "labelPlacement": "esriServerPointLabelPlacementAboveLeft", "where": "StructureType = 0", "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 230, 76, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 3000, "maxScale": 0 } ] }, "hasM": true, "hasZ": true, "enableZDefaults": false, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "LucityAltID", "typeIdField": "StructureType", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LucityID", "type": "esriFieldTypeInteger", "alias": "Structure Rec #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LucityID" }, { "name": "LucityAltID", "type": "esriFieldTypeString", "alias": "Structure #", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LucityAltID" }, { "name": "BasinID", "type": "esriFieldTypeString", "alias": "Flow Basin ID", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "BasinID" }, { "name": "Status", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "swStatus", "description": "", "codedValues": [ { "name": "Operational", "code": 1 }, { "name": "Out of Service", "code": 951 }, { "name": "Parent Out of Service", "code": 952 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Status" }, { "name": "Owner", "type": "esriFieldTypeSmallInteger", "alias": "Owner", "domain": { "type": "codedValue", "name": "swOwner", "description": "", "codedValues": [ { "name": "City of Santa Clara", "code": 1 }, { "name": "City of San Jose", "code": 2 }, { "name": "City of Sunnyvale", "code": 3 }, { "name": "Santa Clara Valley Water District", "code": 4 }, { "name": "Abandoned", "code": 5 }, { "name": "County", "code": 6 }, { "name": "State", "code": 7 }, { "name": "Private", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Owner" }, { "name": "StructureType", "type": "esriFieldTypeSmallInteger", "alias": "Structure Type", "domain": { "type": "codedValue", "name": "swStructureType", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Manhole", "code": 2 }, { "name": "Cap", "code": 3 }, { "name": "Clean Out Box", "code": 4 }, { "name": "French Drain", "code": 5 }, { "name": "Junction Box", "code": 6 }, { "name": "Inlet w Trash Capture", "code": 1 }, { "name": "Inlet w/oTrash Capture", "code": 7 }, { "name": "Slide Gate", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StructureType" }, { "name": "SurfaceType", "type": "esriFieldTypeSmallInteger", "alias": "Surface Type", "domain": { "type": "codedValue", "name": "swConduitSurface", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Asphalt", "code": 1 }, { "name": "Concrete", "code": 2 }, { "name": "Gravel", "code": 3 }, { "name": "Brick", "code": 4 }, { "name": "Paving Stones", "code": 5 }, { "name": "Dirt", "code": 7 }, { "name": "Grass", "code": 6 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SurfaceType" }, { "name": "StreetSlope", "type": "esriFieldTypeSmallInteger", "alias": "Street Slope", "domain": { "type": "codedValue", "name": "swStreetSlope", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Low Point", "code": 1 }, { "name": "Flat", "code": 2 }, { "name": "Moderate", "code": 3 }, { "name": "Steep", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StreetSlope" }, { "name": "GenLocation", "type": "esriFieldTypeString", "alias": "General location of Structure", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "GenLocation" }, { "name": "ZIP", "type": "esriFieldTypeString", "alias": "ZIP Code", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "ZIP" }, { "name": "InstallationDate", "type": "esriFieldTypeDate", "alias": "Installation Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "InstallationDate" }, { "name": "RimElevation", "type": "esriFieldTypeDouble", "alias": "Rim Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RimElevation" }, { "name": "RimStatus", "type": "esriFieldTypeSmallInteger", "alias": "Rim Status", "domain": { "type": "codedValue", "name": "swELStatus", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Record Drawings", "code": 1 }, { "name": "As-Built Drawings", "code": 2 }, { "name": "GPS Points", "code": 3 }, { "name": "Field Survey", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RimStatus" }, { "name": "InvElevation", "type": "esriFieldTypeDouble", "alias": "Invert Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InvElevation" }, { "name": "CoverType", "type": "esriFieldTypeSmallInteger", "alias": "Cover Type", "domain": { "type": "codedValue", "name": "swStrucCoverType", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Manhole Cover", "code": 1 }, { "name": "Grate", "code": 2 }, { "name": "Open Slot", "code": 3 }, { "name": "Other", "code": 99 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CoverType" }, { "name": "WallMaterial", "type": "esriFieldTypeSmallInteger", "alias": "Wall Material", "domain": { "type": "codedValue", "name": "swStrucWallMaterial", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Precast Concrete", "code": 1 }, { "name": "Brick", "code": 2 }, { "name": "Block", "code": 3 }, { "name": "Poured Concrete", "code": 4 }, { "name": "Brick and Concrete Combo", "code": 5 }, { "name": "Rip Rap", "code": 6 }, { "name": "Grouted Rip Rap", "code": 7 }, { "name": "Metal", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "WallMaterial" }, { "name": "StructDepth", "type": "esriFieldTypeDouble", "alias": "Struct Depth (ft)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StructDepth" }, { "name": "InsideWidth", "type": "esriFieldTypeDouble", "alias": "Inside Width (in)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InsideWidth" }, { "name": "InsideLength", "type": "esriFieldTypeDouble", "alias": "Inside Length (in)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InsideLength" }, { "name": "WallThick", "type": "esriFieldTypeDouble", "alias": "Wall Thick (in)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "WallThick" }, { "name": "OutfallName", "type": "esriFieldTypeString", "alias": "Outfall Name", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "OutfallName" }, { "name": "LastCleaningDate", "type": "esriFieldTypeDate", "alias": "Last Cleaning Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastCleaningDate" }, { "name": "CleaningFreq", "type": "esriFieldTypeSmallInteger", "alias": "Cleaning Frequency", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CleaningFreq" }, { "name": "CleaningFreqUnits", "type": "esriFieldTypeSmallInteger", "alias": "Cleaning Freq Units", "domain": { "type": "codedValue", "name": "swCleanFreq", "description": "", "codedValues": [ { "name": "Hours", "code": 1 }, { "name": "Days", "code": 2 }, { "name": "Weeks", "code": 3 }, { "name": "Months", "code": 4 }, { "name": "Years", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CleaningFreqUnits" }, { "name": "NextCleaningDate", "type": "esriFieldTypeDate", "alias": "Next Cleaning Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "NextCleaningDate" }, { "name": "OutfallTo", "type": "esriFieldTypeString", "alias": "Outfall To", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "OutfallTo" }, { "name": "X", "type": "esriFieldTypeDouble", "alias": "X Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "X" }, { "name": "Y", "type": "esriFieldTypeDouble", "alias": "Y Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Y" }, { "name": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "SanSewerConn", "type": "esriFieldTypeSmallInteger", "alias": "San Sewer Conn.", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SanSewerConn" }, { "name": "DischargePoint", "type": "esriFieldTypeSmallInteger", "alias": "Discharge Point", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DischargePoint" }, { "name": "GPSFlag", "type": "esriFieldTypeSmallInteger", "alias": "GPS Flag", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "GPSFlag" }, { "name": "Active", "type": "esriFieldTypeSmallInteger", "alias": "Active", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Active" }, { "name": "Lined", "type": "esriFieldTypeSmallInteger", "alias": "Lined", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Lined" }, { "name": "DefWOCat", "type": "esriFieldTypeString", "alias": "Default WO Cat", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "DefWOCat" }, { "name": "HasTrashCapture", "type": "esriFieldTypeSmallInteger", "alias": "HasTrashCapture", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "HasTrashCapture" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" }, { "name": "WO_Comment", "type": "esriFieldTypeString", "alias": "WO Comment", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "WO_Comment" }, { "name": "BB_Anno", "type": "esriFieldTypeString", "alias": "BB Annotation", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BB_Anno" }, { "name": "Marker_No_Dumping", "type": "esriFieldTypeSmallInteger", "alias": "Marker - No Dumping", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Monument_No_Dumping" }, { "name": "Marker_Replacement_Date", "type": "esriFieldTypeDate", "alias": "Marker Replacement Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Marker_Replacement_Date" }, { "name": "SN_IN", "type": "esriFieldTypeSmallInteger", "alias": "Number of In Conduits", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SN_IN" }, { "name": "SN_OUT", "type": "esriFieldTypeSmallInteger", "alias": "Number of Out Conduits", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SN_OUT" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1222_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1222", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G106657LucityAlt", "fields": "LucityAltID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1222", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S855_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "1", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "Inlet w Trash Capture", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 1, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 7, "name": "7", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "Inlet w/o Trash Capture", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 7, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 2, "name": "2", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "Manhole", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 2, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 3, "name": "3", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "Cap", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 3, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 4, "name": "4", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "Clean Out Box", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 4, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 5, "name": "5", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "French Drain", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 5, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 6, "name": "6", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "Junction Box", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 6, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 0, "name": "0", "domains": { "Status": {"type": "inherited"}, "Owner": {"type": "inherited"}, "StructureType": {"type": "inherited"}, "SurfaceType": {"type": "inherited"}, "StreetSlope": {"type": "inherited"}, "RimStatus": {"type": "inherited"}, "CoverType": {"type": "inherited"}, "WallMaterial": {"type": "inherited"}, "CleaningFreqUnits": {"type": "inherited"}, "SanSewerConn": {"type": "inherited"}, "DischargePoint": {"type": "inherited"}, "GPSFlag": {"type": "inherited"}, "Active": {"type": "inherited"}, "Lined": {"type": "inherited"}, "HasTrashCapture": {"type": "inherited"}, "Marker_No_Dumping": {"type": "inherited"} }, "templates": [ { "name": "None", "description": "", "prototype": { "attributes": { "Owner": null, "Y": null, "SN_IN": null, "LucityID": null, "LucityAltID": null, "BasinID": null, "Status": null, "StructureType": 0, "SurfaceType": null, "StreetSlope": null, "GenLocation": null, "ZIP": null, "InstallationDate": null, "RimElevation": null, "RimStatus": null, "InvElevation": null, "CoverType": null, "WallMaterial": null, "StructDepth": null, "InsideWidth": null, "InsideLength": null, "WallThick": null, "OutfallName": null, "LastCleaningDate": null, "CleaningFreq": null, "CleaningFreqUnits": null, "NextCleaningDate": null, "OutfallTo": null, "X": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "Marker_Replacement_Date": null, "Marker_No_Dumping": null, "BB_Anno": null, "WO_Comment": null, "SanSewerConn": null, "DischargePoint": null, "GPSFlag": null, "Active": null, "Lined": null, "DefWOCat": null, "HasTrashCapture": null, "GridLoc": null } }, "drawingTool": "esriFeatureEditToolPoint" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "currentVersion": 10.91, "id": 3, "name": "Storm Conduit", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 25000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": 6124228.714893967, "ymin": 1943270.1282127202, "xmax": 6146929.938520297, "ymax": 1978094.3518712223, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Type", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8.400001525878906 }, "value": "1", "label": "Pipe", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 182, 244, 252, 255 ], "width": 1 }, "value": "2", "label": "Ditch/Channel", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 198, 252, 179, 255 ], "width": 1 }, "value": "3", "label": "Box", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 252, 202, 217, 255 ], "width": 1 }, "value": "4", "label": "Culvert", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 252, 239, 202, 255 ], "width": 1 }, "value": "5", "label": "Dual Circular", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": true, "hasZ": true, "enableZDefaults": false, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "USStrName", "typeIdField": "Type", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LucityID", "type": "esriFieldTypeInteger", "alias": "Conduit Rec #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LucityID" }, { "name": "LucityAltID", "type": "esriFieldTypeString", "alias": "Alt Conduit ID", "domain": null, "editable": true, "nullable": true, "length": 61, "defaultValue": null, "modelName": "LucityAltID" }, { "name": "Basin", "type": "esriFieldTypeString", "alias": "Flow Basin", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "BasinID" }, { "name": "FromEndType", "type": "esriFieldTypeSmallInteger", "alias": "From End Type", "domain": { "type": "codedValue", "name": "swFacilityType", "description": "", "codedValues": [ { "name": "Pump Station", "code": 2 }, { "name": "Node", "code": 3 }, { "name": "Control Valve", "code": 4 }, { "name": "System Valve", "code": 5 }, { "name": "Discharge Point", "code": 6 }, { "name": "Structure", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FromEndType" }, { "name": "ToEndType", "type": "esriFieldTypeSmallInteger", "alias": "To End Type", "domain": { "type": "codedValue", "name": "swFacilityType", "description": "", "codedValues": [ { "name": "Pump Station", "code": 2 }, { "name": "Node", "code": 3 }, { "name": "Control Valve", "code": 4 }, { "name": "System Valve", "code": 5 }, { "name": "Discharge Point", "code": 6 }, { "name": "Structure", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ToEndType" }, { "name": "USStrID", "type": "esriFieldTypeInteger", "alias": "US Structure ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "USStrID" }, { "name": "DSStrID", "type": "esriFieldTypeInteger", "alias": "DS Structure ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DSStrID" }, { "name": "USStrName", "type": "esriFieldTypeString", "alias": "US StructureName", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "USStrName" }, { "name": "DSStrName", "type": "esriFieldTypeString", "alias": "DS StructureName", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "DSStrName" }, { "name": "Owner", "type": "esriFieldTypeSmallInteger", "alias": "Owner", "domain": { "type": "codedValue", "name": "swOwner", "description": "", "codedValues": [ { "name": "City of Santa Clara", "code": 1 }, { "name": "City of San Jose", "code": 2 }, { "name": "City of Sunnyvale", "code": 3 }, { "name": "Santa Clara Valley Water District", "code": 4 }, { "name": "Abandoned", "code": 5 }, { "name": "County", "code": 6 }, { "name": "State", "code": 7 }, { "name": "Private", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Owner" }, { "name": "Surface", "type": "esriFieldTypeSmallInteger", "alias": "Surface", "domain": { "type": "codedValue", "name": "swConduitSurface", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Asphalt", "code": 1 }, { "name": "Concrete", "code": 2 }, { "name": "Gravel", "code": 3 }, { "name": "Brick", "code": 4 }, { "name": "Paving Stones", "code": 5 }, { "name": "Dirt", "code": 7 }, { "name": "Grass", "code": 6 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Surface" }, { "name": "Type", "type": "esriFieldTypeSmallInteger", "alias": "Type", "domain": { "type": "codedValue", "name": "swConduitType", "description": "", "codedValues": [ { "name": "Ditch/Channel", "code": 2 }, { "name": "Box", "code": 3 }, { "name": "Culvert", "code": 4 }, { "name": "Dual Circular", "code": 5 }, { "name": "Lateral", "code": 6 }, { "name": "Curb Face Drain", "code": 7 }, { "name": "Main Pipe", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Type" }, { "name": "PipeShape", "type": "esriFieldTypeSmallInteger", "alias": "Pipe Shape", "domain": { "type": "codedValue", "name": "swPipeShape", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Round Pipe", "code": 1 }, { "name": "Elliptical Pipe", "code": 2 }, { "name": "Arch Pipe", "code": 3 }, { "name": "Box Culvert", "code": 4 }, { "name": "Natural Channel", "code": 5 }, { "name": "Trapezoidal Channel", "code": 6 }, { "name": "Rectangular Channel", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PipeShape" }, { "name": "Material", "type": "esriFieldTypeSmallInteger", "alias": "Material", "domain": { "type": "codedValue", "name": "swConduitMaterial", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "ACP", "code": 1 }, { "name": "CMP", "code": 2 }, { "name": "CP", "code": 3 }, { "name": "PVC", "code": 4 }, { "name": "RCP", "code": 5 }, { "name": "Natural Channel", "code": 6 }, { "name": "Grass", "code": 7 }, { "name": "Other", "code": 99 }, { "name": "APC", "code": 8 }, { "name": "CIP", "code": 9 }, { "name": "DIP", "code": 10 }, { "name": "CLV", "code": 11 }, { "name": "VCP", "code": 12 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Material" }, { "name": "DiaHeight", "type": "esriFieldTypeSmallInteger", "alias": "Dia/Height (in)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DiaHeight" }, { "name": "Width", "type": "esriFieldTypeSmallInteger", "alias": "Width (in)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Width" }, { "name": "Status", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": { "type": "codedValue", "name": "swStatus", "description": "", "codedValues": [ { "name": "Operational", "code": 1 }, { "name": "Out of Service", "code": 951 }, { "name": "Parent Out of Service", "code": 952 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Status" }, { "name": "Liner", "type": "esriFieldTypeSmallInteger", "alias": "Liner", "domain": { "type": "codedValue", "name": "swConduitLiner", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Asphalt", "code": 1 }, { "name": "Polyethylene", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Liner" }, { "name": "USEl", "type": "esriFieldTypeDouble", "alias": "Upstream Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "USEl" }, { "name": "DSEl", "type": "esriFieldTypeDouble", "alias": "Downstream Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DSEl" }, { "name": "Slope", "type": "esriFieldTypeDouble", "alias": "Slope %", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Slope" }, { "name": "Manning", "type": "esriFieldTypeDouble", "alias": "Manning's n", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Manning" }, { "name": "Capacity", "type": "esriFieldTypeDouble", "alias": "Capacity (cfs)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Capacity" }, { "name": "LastClnDate", "type": "esriFieldTypeDate", "alias": "Last Cleaning Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastClnDate" }, { "name": "NextClnDate", "type": "esriFieldTypeDate", "alias": "Next Cleaning Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "NextClnDate" }, { "name": "OutfallName", "type": "esriFieldTypeString", "alias": "Outfall Name", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "OutfallName" }, { "name": "OutfallTo", "type": "esriFieldTypeString", "alias": "Outfall To", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "OutfallTo" }, { "name": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "ConToSewer", "type": "esriFieldTypeSmallInteger", "alias": "Con. to Sewer", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ConToSewer" }, { "name": "Active", "type": "esriFieldTypeSmallInteger", "alias": "Active", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Active" }, { "name": "DefWOCat", "type": "esriFieldTypeString", "alias": "Default WO Cat", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "DefWOCat" }, { "name": "Length", "type": "esriFieldTypeDouble", "alias": "Length (ft)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Length" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" }, { "name": "WO_Comment", "type": "esriFieldTypeString", "alias": "WO Comment", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "WO_Comment" }, { "name": "Casing", "type": "esriFieldTypeString", "alias": "Casing", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "Casing" }, { "name": "DrawingNumber", "type": "esriFieldTypeString", "alias": "Drawing Number", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "DrawingNumber" }, { "name": "BB_Anno", "type": "esriFieldTypeString", "alias": "BB Annotation", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BB_Anno" }, { "name": "SN_IN", "type": "esriFieldTypeSmallInteger", "alias": "Number of In Conduits", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SN_IN" }, { "name": "SN_OUT", "type": "esriFieldTypeSmallInteger", "alias": "Number of Out Conduits", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SN_OUT" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1227_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1227", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G106662LucityID", "fields": "LucityID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1227", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S860_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "1", "domains": { "FromEndType": {"type": "inherited"}, "ToEndType": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Surface": {"type": "inherited"}, "Type": {"type": "inherited"}, "PipeShape": {"type": "inherited"}, "Material": {"type": "inherited"}, "Status": {"type": "inherited"}, "Liner": {"type": "inherited"}, "ConToSewer": {"type": "inherited"}, "Active": {"type": "inherited"} }, "templates": [ { "name": "1", "description": "", "prototype": { "attributes": { "SN_IN": null, "BB_Anno": null, "LucityID": null, "LucityAltID": null, "Basin": null, "FromEndType": null, "ToEndType": null, "USStrID": null, "DSStrID": null, "USStrName": null, "DSStrName": null, "Owner": null, "Surface": null, "Type": 1, "PipeShape": null, "Material": null, "DiaHeight": null, "Width": null, "Status": null, "Liner": null, "USEl": null, "DSEl": null, "Slope": null, "Manning": null, "Capacity": null, "LastClnDate": null, "NextClnDate": null, "OutfallName": null, "OutfallTo": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "DrawingNumber": null, "Casing": null, "WO_Comment": null, "GridLoc": null, "ConToSewer": null, "Active": null, "DefWOCat": null, "Length": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 2, "name": "2", "domains": { "FromEndType": {"type": "inherited"}, "ToEndType": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Surface": {"type": "inherited"}, "Type": {"type": "inherited"}, "PipeShape": {"type": "inherited"}, "Material": {"type": "inherited"}, "Status": {"type": "inherited"}, "Liner": {"type": "inherited"}, "ConToSewer": {"type": "inherited"}, "Active": {"type": "inherited"} }, "templates": [ { "name": "2", "description": "", "prototype": { "attributes": { "SN_IN": null, "BB_Anno": null, "LucityID": null, "LucityAltID": null, "Basin": null, "FromEndType": null, "ToEndType": null, "USStrID": null, "DSStrID": null, "USStrName": null, "DSStrName": null, "Owner": null, "Surface": null, "Type": 2, "PipeShape": null, "Material": null, "DiaHeight": null, "Width": null, "Status": null, "Liner": null, "USEl": null, "DSEl": null, "Slope": null, "Manning": null, "Capacity": null, "LastClnDate": null, "NextClnDate": null, "OutfallName": null, "OutfallTo": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "DrawingNumber": null, "Casing": null, "WO_Comment": null, "GridLoc": null, "ConToSewer": null, "Active": null, "DefWOCat": null, "Length": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 3, "name": "3", "domains": { "FromEndType": {"type": "inherited"}, "ToEndType": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Surface": {"type": "inherited"}, "Type": {"type": "inherited"}, "PipeShape": {"type": "inherited"}, "Material": {"type": "inherited"}, "Status": {"type": "inherited"}, "Liner": {"type": "inherited"}, "ConToSewer": {"type": "inherited"}, "Active": {"type": "inherited"} }, "templates": [ { "name": "3", "description": "", "prototype": { "attributes": { "SN_IN": null, "BB_Anno": null, "LucityID": null, "LucityAltID": null, "Basin": null, "FromEndType": null, "ToEndType": null, "USStrID": null, "DSStrID": null, "USStrName": null, "DSStrName": null, "Owner": null, "Surface": null, "Type": 3, "PipeShape": null, "Material": null, "DiaHeight": null, "Width": null, "Status": null, "Liner": null, "USEl": null, "DSEl": null, "Slope": null, "Manning": null, "Capacity": null, "LastClnDate": null, "NextClnDate": null, "OutfallName": null, "OutfallTo": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "DrawingNumber": null, "Casing": null, "WO_Comment": null, "GridLoc": null, "ConToSewer": null, "Active": null, "DefWOCat": null, "Length": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 4, "name": "4", "domains": { "FromEndType": {"type": "inherited"}, "ToEndType": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Surface": {"type": "inherited"}, "Type": {"type": "inherited"}, "PipeShape": {"type": "inherited"}, "Material": {"type": "inherited"}, "Status": {"type": "inherited"}, "Liner": {"type": "inherited"}, "ConToSewer": {"type": "inherited"}, "Active": {"type": "inherited"} }, "templates": [ { "name": "4", "description": "", "prototype": { "attributes": { "SN_IN": null, "BB_Anno": null, "LucityID": null, "LucityAltID": null, "Basin": null, "FromEndType": null, "ToEndType": null, "USStrID": null, "DSStrID": null, "USStrName": null, "DSStrName": null, "Owner": null, "Surface": null, "Type": 4, "PipeShape": null, "Material": null, "DiaHeight": null, "Width": null, "Status": null, "Liner": null, "USEl": null, "DSEl": null, "Slope": null, "Manning": null, "Capacity": null, "LastClnDate": null, "NextClnDate": null, "OutfallName": null, "OutfallTo": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "DrawingNumber": null, "Casing": null, "WO_Comment": null, "GridLoc": null, "ConToSewer": null, "Active": null, "DefWOCat": null, "Length": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 5, "name": "5", "domains": { "FromEndType": {"type": "inherited"}, "ToEndType": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Surface": {"type": "inherited"}, "Type": {"type": "inherited"}, "PipeShape": {"type": "inherited"}, "Material": {"type": "inherited"}, "Status": {"type": "inherited"}, "Liner": {"type": "inherited"}, "ConToSewer": {"type": "inherited"}, "Active": {"type": "inherited"} }, "templates": [ { "name": "5", "description": "", "prototype": { "attributes": { "SN_IN": null, "BB_Anno": null, "LucityID": null, "LucityAltID": null, "Basin": null, "FromEndType": null, "ToEndType": null, "USStrID": null, "DSStrID": null, "USStrName": null, "DSStrName": null, "Owner": null, "Surface": null, "Type": 5, "PipeShape": null, "Material": null, "DiaHeight": null, "Width": null, "Status": null, "Liner": null, "USEl": null, "DSEl": null, "Slope": null, "Manning": null, "Capacity": null, "LastClnDate": null, "NextClnDate": null, "OutfallName": null, "OutfallTo": null, "InLucity": 0, "LastModBy": null, "LastModDate": null, "LastSynDate": null, "SN_OUT": null, "DrawingNumber": null, "Casing": null, "WO_Comment": null, "GridLoc": null, "ConToSewer": null, "Active": null, "DefWOCat": null, "Length": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "currentVersion": 10.91, "id": 4, "name": "Strom DischargePoint to Waterline", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 5000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": 6124219.182760805, "ymin": 1944047.1689814776, "xmax": 6145256.061290637, "ymax": 1978114.7176441401, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 10, 147, 252, 255 ], "width": 1 }, "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": "created_user", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "LUCITYID", "type": "esriFieldTypeInteger", "alias": "Lucity ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LUCITYID" }, { "name": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1220_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1220", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1220", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S853_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Strom DischargePoint to Waterline", "description": "", "prototype": { "attributes": { "LastSynDate": null, "GridLoc": null, "LastModDate": null, "LastModBy": null, "InLucity": null, "LUCITYID": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "currentVersion": 10.91, "id": 5, "name": "Storm Waterline", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 75000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": 6111050.6070638895, "ymin": 1938104.3209590614, "xmax": 6151479.497006476, "ymax": 1995087.2509562224, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Type", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 77, 168, 255 ], "width": 5 }, "value": "1", "label": "River", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 169, 230, 255 ], "width": 4 }, "value": "2", "label": "Creek", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 197, 255, 255 ], "width": 3 }, "value": "3", "label": "Channel", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": null, "labelExpression": "[Name]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 92, 230, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 2, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 0, "maxScale": 0 } ] }, "hasM": true, "hasZ": false, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "Name", "typeIdField": "Type", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "WaterwayID", "type": "esriFieldTypeInteger", "alias": "Waterway ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "WaterwayID" }, { "name": "Type", "type": "esriFieldTypeSmallInteger", "alias": "Type", "domain": { "type": "codedValue", "name": "swWaterlineType", "description": "", "codedValues": [ { "name": "River", "code": 1 }, { "name": "Creek", "code": 2 }, { "name": "Channel", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Type" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Name" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "Covered", "type": "esriFieldTypeSmallInteger", "alias": "Covered", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Covered2" }, { "name": "LUCITYID", "type": "esriFieldTypeInteger", "alias": "Lucity ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LUCITYID" }, { "name": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R1223_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1223", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1223", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S856_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "1", "domains": { "Type": {"type": "inherited"}, "Covered": {"type": "inherited"} }, "templates": [ { "name": "1", "description": "", "prototype": { "attributes": { "LastSynDate": null, "LastModDate": null, "WaterwayID": null, "Type": 1, "Name": null, "GridLoc": null, "LastModBy": null, "InLucity": null, "LUCITYID": null, "Covered": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 2, "name": "2", "domains": { "Type": {"type": "inherited"}, "Covered": {"type": "inherited"} }, "templates": [ { "name": "2", "description": "", "prototype": { "attributes": { "LastSynDate": null, "LastModDate": null, "WaterwayID": null, "Type": 2, "Name": null, "GridLoc": null, "LastModBy": null, "InLucity": null, "LUCITYID": null, "Covered": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 3, "name": "3", "domains": { "Type": {"type": "inherited"}, "Covered": {"type": "inherited"} }, "templates": [ { "name": "3", "description": "", "prototype": { "attributes": { "LastSynDate": null, "LastModDate": null, "WaterwayID": null, "Type": 3, "Name": null, "GridLoc": null, "LastModBy": null, "InLucity": null, "LUCITYID": null, "Covered": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }, { "currentVersion": 10.91, "id": 6, "name": "Storm Detention Basin", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 75000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "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": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1635961383000 }, "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": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 6131638.599680468, "ymin": 1974379.780888304, "xmax": 6135141.97718814, "ymax": 1978128.1710293144, "spatialReference": { "wkid": 103005, "latestWkid": 6420 } }, "sourceSpatialReference": { "wkid": 103005, "latestWkid": 6420, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 151, 219, 242, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 64, 101, 235, 255 ], "width": 0.4 } }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerPolygonPlacementAlwaysHorizontal", "where": null, "labelExpression": "[LucityAltID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 77, 168, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 10, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 10000, "maxScale": 0 } ] }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "LucityAltID", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LucityID", "type": "esriFieldTypeInteger", "alias": "Detention Basin Rec #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LucityID" }, { "name": "LucityAltID", "type": "esriFieldTypeString", "alias": "Detention Basin", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LucityAltID" }, { "name": "StrID", "type": "esriFieldTypeInteger", "alias": "Structure #", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Structure" }, { "name": "OperationStatus", "type": "esriFieldTypeSmallInteger", "alias": "Operating Status", "domain": { "type": "codedValue", "name": "swStatusDetBasin", "description": "", "codedValues": [ { "name": "Operational", "code": 1 }, { "name": "Out of Service", "code": 951 }, { "name": "Parent Out of Service", "code": 952 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "OperationStatus" }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "domain": null, "editable": true, "nullable": true, "length": 250, "defaultValue": null, "modelName": "Outfall" }, { "name": "OutfallTo", "type": "esriFieldTypeString", "alias": "Outfall to", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "OutfallTo" }, { "name": "GeneralLocation", "type": "esriFieldTypeString", "alias": "General Location", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "GeneralLocation" }, { "name": "Centroid_X", "type": "esriFieldTypeDouble", "alias": "X Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Centroid_X" }, { "name": "Centroid_Y", "type": "esriFieldTypeDouble", "alias": "Y Coordinate", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Centroid_Y" }, { "name": "Capacity", "type": "esriFieldTypeDouble", "alias": "Capacity (acre-foot)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Capacity" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "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": "Active", "type": "esriFieldTypeSmallInteger", "alias": "Active", "domain": { "type": "codedValue", "name": "swYesNoShortInt", "description": "", "codedValues": [ { "name": "No", "code": 0 }, { "name": "Yes", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Active" }, { "name": "InLucity", "type": "esriFieldTypeSmallInteger", "alias": "In Lucity?", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "InLucity" }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "LastModBy" }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastModDate" }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastSynDate" }, { "name": "DefWOCat", "type": "esriFieldTypeString", "alias": "Default WO Cat", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "DefWOCat" }, { "name": "GridLoc", "type": "esriFieldTypeString", "alias": "Grid Location", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "GridLoc" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R1221_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1221", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1221", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S854_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Storm Detention Basin", "description": "", "prototype": { "attributes": { "DefWOCat": null, "LucityID": null, "LucityAltID": null, "StrID": null, "OperationStatus": null, "Outfall": null, "OutfallTo": null, "GeneralLocation": null, "Centroid_X": null, "Centroid_Y": null, "Capacity": null, "GridLoc": null, "LastSynDate": null, "LastModDate": null, "LastModBy": null, "InLucity": null, "Active": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,Sync", "useStandardizedQueries": true, "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 } ], "tables": [] }