{ "currentVersion": 10.91, "id": 13, "name": "wPressurizedMain_Abandoned", "type": "Feature Layer", "parentLayer": { "id": 0, "name": "Water" }, "defaultVisibility": true, "minScale": 4515, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user", "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false } }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1560863781000 }, "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": 1481296.339049995, "ymin": 740983.4011499882, "xmax": 1495291.2908499986, "ymax": 757198.99984999, "spatialReference": { "wkid": 102723, "latestWkid": 3735 } }, "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 197, 255, 255 ], "width": 12 }, "label": "", "description": "" }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": null, "labelExpression": "[Diameter] CONCAT \" in.\"", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 92, 230, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Century Gothic", "size": 8, "style": "normal", "weight": "normal", "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": "AdministrativeArea", "typeIdField": "", "subtypeField": "Subtype", "defaultSubtypeCode": 2, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "Enabled", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Booleen field for enable domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "Enabled" }, { "name": "AdministrativeArea", "type": "esriFieldTypeString", "alias": "AdministrativeArea", "domain": { "type": "codedValue", "name": "wDomainAdministrativeArea", "description": "Responsible organization\n", "codedValues": [ { "name": "Unknown", "code": "Unknown" }, { "name": "Other", "code": "Other" }, { "name": "City of Troy", "code": "City of Troy" }, { "name": "Private", "code": "Private" }, { "name": "County", "code": "County" }, { "name": "City of West Milton", "code": "City of West Milton" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "City of Troy", "modelName": "AdministrativeArea" }, { "name": "FacilityID", "type": "esriFieldTypeString", "alias": "FacilityID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "FacilityID" }, { "name": "InstallDate", "type": "esriFieldTypeDate", "alias": "InstallDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "InstallDate" }, { "name": "OperationalArea", "type": "esriFieldTypeString", "alias": "OperationalArea", "domain": { "type": "codedValue", "name": "wDomainOperatingArea", "description": "Describes the Pressure Zones", "codedValues": [ { "name": "Unknown", "code": "Unk" }, { "name": "Other", "code": "Oth" }, { "name": "Low Service", "code": "LS" }, { "name": "High Service", "code": "HS" }, { "name": "Extra High Service", "code": "XHS" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "OperationalArea" }, { "name": "LifecycleStatus", "type": "esriFieldTypeString", "alias": "LifecycleStatus", "domain": { "type": "codedValue", "name": "wDomainLifecycleStatus", "description": "Water lifecycle status", "codedValues": [ { "name": "Proposed", "code": "Proposed" }, { "name": "Active", "code": "Active" }, { "name": "Abandoned", "code": "Abandoned" }, { "name": "Removed", "code": "Removed" }, { "name": "Inactive", "code": "Inactive" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "Active", "modelName": "LifecycleStatus" }, { "name": "Subtype", "type": "esriFieldTypeInteger", "alias": "Subtype", "domain": null, "editable": true, "nullable": true, "defaultValue": 2, "modelName": "Subtype" }, { "name": "WorkorderID", "type": "esriFieldTypeString", "alias": "WorkorderID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "WorkorderID" }, { "name": "FlowMeasurementID", "type": "esriFieldTypeString", "alias": "FlowMeasurementID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "FlowMeasurementID" }, { "name": "WaterType", "type": "esriFieldTypeString", "alias": "WaterType", "domain": { "type": "codedValue", "name": "wDomainWaterType", "description": "Water type", "codedValues": [ { "name": "Treated Water", "code": "Treated" }, { "name": "Potable Water", "code": "Potable" }, { "name": "Raw Water", "code": "Raw" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 255, "defaultValue": "Potable", "modelName": "WaterType" }, { "name": "Material", "type": "esriFieldTypeString", "alias": "Material", "domain": { "type": "codedValue", "name": "wDomainWaterLineMaterial", "description": "Water line material type", "codedValues": [ { "name": "Cast Iron", "code": "CI" }, { "name": "Ductile Iron", "code": "DI" }, { "name": "Galvanized", "code": "Gal" }, { "name": "K-Copper", "code": "KCo" }, { "name": "Lead", "code": "Lead" }, { "name": "Other", "code": "Oth" }, { "name": "Prestressed Concrete Cylinder Pipe", "code": "PCCP" }, { "name": "Poly Vinyl Chloride", "code": "PVC" }, { "name": "Unknown", "code": "Unk" }, { "name": "Wood", "code": "Wo" }, { "name": "High-Density Polyethylene", "code": "HDPE" }, { "name": "AC Transite", "code": "AC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 255, "defaultValue": "DI", "modelName": "Material" }, { "name": "ExteriorCoating", "type": "esriFieldTypeString", "alias": "ExteriorCoating", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ExteriorCoating" }, { "name": "JointType1", "type": "esriFieldTypeString", "alias": "JointType1", "domain": { "type": "codedValue", "name": "wDomainJointType", "description": "Water joint type", "codedValues": [ { "name": "Flange", "code": "Flange" }, { "name": "Other", "code": "Oth" }, { "name": "Unknown", "code": "Unk" }, { "name": "Slip-on", "code": "Slip-on" }, { "name": "Lead", "code": "Lead" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "Flange", "modelName": "JointType1" }, { "name": "JointType2", "type": "esriFieldTypeString", "alias": "JointType2", "domain": { "type": "codedValue", "name": "wDomainJointType", "description": "Water joint type", "codedValues": [ { "name": "Flange", "code": "Flange" }, { "name": "Other", "code": "Oth" }, { "name": "Unknown", "code": "Unk" }, { "name": "Slip-on", "code": "Slip-on" }, { "name": "Lead", "code": "Lead" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "Flange", "modelName": "JointType2" }, { "name": "LiningType", "type": "esriFieldTypeString", "alias": "LiningType", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "LiningType" }, { "name": "PipeClass", "type": "esriFieldTypeString", "alias": "PipeClass", "domain": { "type": "codedValue", "name": "wPipeClass", "description": "Pipe class of water main", "codedValues": [ { "name": "2", "code": "2" }, { "name": "22", "code": "22" }, { "name": "52", "code": "52" }, { "name": "150", "code": "150" }, { "name": "3", "code": "3" }, { "name": "C-900", "code": "C-900" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "PipeClass" }, { "name": "Roughness", "type": "esriFieldTypeDouble", "alias": "Roughness", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Roughness" }, { "name": "Diameter", "type": "esriFieldTypeDouble", "alias": "Diameter", "domain": { "type": "codedValue", "name": "wDomainMainDistributionDiameter", "description": "Water distribution main diameter", "codedValues": [ { "name": "Other", "code": -1 }, { "name": "Unknown", "code": 0 }, { "name": "3/4", "code": 0.75 }, { "name": "1", "code": 1 }, { "name": "1 1/4", "code": 1.25 }, { "name": "1 1/2", "code": 1.5 }, { "name": "1 3/4", "code": 1.75 }, { "name": "2", "code": 2 }, { "name": "3", "code": 3 }, { "name": "4", "code": 4 }, { "name": "6", "code": 6 }, { "name": "8", "code": 8 }, { "name": "10", "code": 10 }, { "name": "12", "code": 12 }, { "name": "14", "code": 14 }, { "name": "16", "code": 16 }, { "name": "18", "code": 18 }, { "name": "20", "code": 20 }, { "name": "24", "code": 24 }, { "name": "30", "code": 30 }, { "name": "36", "code": 36 }, { "name": "42", "code": 42 }, { "name": "48", "code": 48 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 12, "modelName": "Diameter" }, { "name": "GroundSurfaceType", "type": "esriFieldTypeString", "alias": "GroundSurfaceType", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "GroundSurfaceType" }, { "name": "PressureRating", "type": "esriFieldTypeString", "alias": "PressureRating", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "PressureRating" }, { "name": "LocationDescription", "type": "esriFieldTypeString", "alias": "LocationDescription", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LocationDescription" }, { "name": "Depth", "type": "esriFieldTypeDouble", "alias": "Depth", "domain": { "type": "codedValue", "name": "wDistMainDepth", "description": "Depth of distribution main", "codedValues": [ { "name": "4 ft. Minimum", "code": 4 }, { "name": "4 1/2 ft. Minimum", "code": 4.5 }, { "name": "5 ft. Minimum", "code": 5 }, { "name": "5 1/2 ft. Minimum", "code": 5.5 }, { "name": "6 ft. Minimum", "code": 6 }, { "name": "6 1/2 ft. Minimum", "code": 6.5 }, { "name": "7 ft.", "code": 7 }, { "name": "7 1/2 ft.", "code": 7.5 }, { "name": "8 ft.", "code": 8 }, { "name": "8 1/2 ft.", "code": 8.5 }, { "name": "9 ft.", "code": 9 }, { "name": "9 1/2 ft.", "code": 9.5 }, { "name": "10 ft.", "code": 10 }, { "name": "10 1/2 ft.", "code": 10.5 }, { "name": "11 ft.", "code": 11 }, { "name": "11 1/2 ft.", "code": 11.5 }, { "name": "12 ft.", "code": 12 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 4.5, "modelName": "Depth" }, { "name": "Pipe_Length", "type": "esriFieldTypeDouble", "alias": "Pipe_Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Pipe_Length" }, { "name": "LegacyID", "type": "esriFieldTypeString", "alias": "LegacyID", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LegacyID" }, { "name": "WarrantyDate", "type": "esriFieldTypeDate", "alias": "WarrantyDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "WarrantyDate" }, { "name": "Location", "type": "esriFieldTypeString", "alias": "Location", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Location" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "Year", "type": "esriFieldTypeSmallInteger", "alias": "Year", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Year" }, { "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" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R773_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_773", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_773", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S588_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "wPressurizedMain_Abandoned", "description": "", "prototype": { "attributes": { "Location": null, "Year": null, "Enabled": 1, "AdministrativeArea": "City of Troy", "FacilityID": null, "InstallDate": null, "OperationalArea": null, "LifecycleStatus": "Active", "Subtype": 2, "WorkorderID": null, "FlowMeasurementID": null, "WaterType": "Potable", "Material": "DI", "ExteriorCoating": null, "JointType1": "Flange", "JointType2": "Flange", "LiningType": null, "PipeClass": null, "Roughness": null, "Diameter": 12, "GroundSurfaceType": null, "PressureRating": null, "LocationDescription": null, "Depth": 4.5, "Pipe_Length": null, "LegacyID": null, "WarrantyDate": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "subtypes": [ { "code": 1, "name": "Bypass", "defaultValues": { "Enabled": 1, "AdministrativeArea": "City of Troy", "FacilityID": null, "InstallDate": null, "OperationalArea": "HS", "LifecycleStatus": "Abandoned", "Subtype": 1, "WorkorderID": null, "FlowMeasurementID": null, "WaterType": "Potable", "Material": "DI", "ExteriorCoating": null, "JointType1": "Slip-on", "JointType2": "Slip-on", "LiningType": null, "PipeClass": "52", "Roughness": null, "Diameter": 12, "GroundSurfaceType": null, "PressureRating": null, "LocationDescription": null, "Depth": 4.5, "Pipe_Length": null, "LegacyID": null, "WarrantyDate": null, "Location": null, "GlobalID": null, "Year": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null }, "domains": { "Enabled": {"type": "inherited"}, "AdministrativeArea": {"type": "inherited"}, "OperationalArea": {"type": "inherited"}, "LifecycleStatus": {"type": "inherited"}, "WaterType": {"type": "inherited"}, "Material": {"type": "inherited"}, "JointType1": {"type": "inherited"}, "JointType2": {"type": "inherited"}, "PipeClass": {"type": "inherited"}, "Diameter": {"type": "inherited"}, "Depth": {"type": "inherited"} } }, { "code": 2, "name": "Distribution Main", "defaultValues": { "Enabled": 1, "AdministrativeArea": "City of Troy", "FacilityID": null, "InstallDate": null, "OperationalArea": "HS", "LifecycleStatus": "Abandoned", "Subtype": 2, "WorkorderID": null, "FlowMeasurementID": null, "WaterType": "Potable", "Material": "DI", "ExteriorCoating": null, "JointType1": "Slip-on", "JointType2": "Slip-on", "LiningType": "Cement Mortar", "PipeClass": "52", "Roughness": null, "Diameter": 12, "GroundSurfaceType": null, "PressureRating": null, "LocationDescription": null, "Depth": 4.5, "Pipe_Length": null, "LegacyID": null, "WarrantyDate": null, "Location": null, "GlobalID": null, "Year": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null }, "domains": { "Enabled": {"type": "inherited"}, "AdministrativeArea": {"type": "inherited"}, "OperationalArea": {"type": "inherited"}, "LifecycleStatus": {"type": "inherited"}, "WaterType": {"type": "inherited"}, "Material": {"type": "inherited"}, "JointType1": {"type": "inherited"}, "JointType2": {"type": "inherited"}, "PipeClass": {"type": "inherited"}, "Diameter": {"type": "inherited"}, "Depth": {"type": "inherited"} } }, { "code": 3, "name": "Sampling Station", "defaultValues": { "Enabled": 1, "AdministrativeArea": "City of Troy", "FacilityID": null, "InstallDate": null, "OperationalArea": "HS", "LifecycleStatus": "Abandoned", "Subtype": 3, "WorkorderID": null, "FlowMeasurementID": null, "WaterType": "Potable", "Material": "DI", "ExteriorCoating": null, "JointType1": "Slip-on", "JointType2": "Slip-on", "LiningType": null, "PipeClass": null, "Roughness": null, "Diameter": 12, "GroundSurfaceType": null, "PressureRating": null, "LocationDescription": null, "Depth": 4.5, "Pipe_Length": null, "LegacyID": null, "WarrantyDate": null, "Location": null, "GlobalID": null, "Year": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null }, "domains": { "Enabled": {"type": "inherited"}, "AdministrativeArea": {"type": "inherited"}, "OperationalArea": {"type": "inherited"}, "LifecycleStatus": {"type": "inherited"}, "WaterType": {"type": "inherited"}, "Material": {"type": "inherited"}, "JointType1": {"type": "inherited"}, "JointType2": {"type": "inherited"}, "PipeClass": {"type": "inherited"}, "Diameter": {"type": "inherited"}, "Depth": {"type": "inherited"} } }, { "code": 4, "name": "Transmission Main", "defaultValues": { "Enabled": 1, "AdministrativeArea": "City of Troy", "FacilityID": null, "InstallDate": null, "OperationalArea": "HS", "LifecycleStatus": "Abandoned", "Subtype": 4, "WorkorderID": null, "FlowMeasurementID": null, "WaterType": "Potable", "Material": "DI", "ExteriorCoating": null, "JointType1": "Slip-on", "JointType2": "Slip-on", "LiningType": null, "PipeClass": null, "Roughness": null, "Diameter": 20, "GroundSurfaceType": null, "PressureRating": null, "LocationDescription": null, "Depth": 4.5, "Pipe_Length": null, "LegacyID": null, "WarrantyDate": null, "Location": null, "GlobalID": null, "Year": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null }, "domains": { "Enabled": {"type": "inherited"}, "AdministrativeArea": {"type": "inherited"}, "OperationalArea": {"type": "inherited"}, "LifecycleStatus": {"type": "inherited"}, "WaterType": {"type": "inherited"}, "Material": {"type": "inherited"}, "JointType1": {"type": "inherited"}, "JointType2": {"type": "inherited"}, "PipeClass": {"type": "inherited"}, "Diameter": {"type": "inherited"}, "Depth": {"type": "inherited"} } }, { "code": 5, "name": "Raw Water", "defaultValues": { "Enabled": 1, "AdministrativeArea": "City of Troy", "FacilityID": null, "InstallDate": null, "OperationalArea": "HS", "LifecycleStatus": "Abandoned", "Subtype": 5, "WorkorderID": null, "FlowMeasurementID": null, "WaterType": "Raw", "Material": "DI", "ExteriorCoating": null, "JointType1": "Slip-on", "JointType2": "Slip-on", "LiningType": null, "PipeClass": null, "Roughness": null, "Diameter": 12, "GroundSurfaceType": null, "PressureRating": null, "LocationDescription": null, "Depth": 4.5, "Pipe_Length": null, "LegacyID": null, "WarrantyDate": null, "Location": null, "GlobalID": null, "Year": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null }, "domains": { "Enabled": {"type": "inherited"}, "AdministrativeArea": {"type": "inherited"}, "OperationalArea": {"type": "inherited"}, "LifecycleStatus": {"type": "inherited"}, "WaterType": {"type": "inherited"}, "Material": {"type": "inherited"}, "JointType1": {"type": "inherited"}, "JointType2": {"type": "inherited"}, "PipeClass": {"type": "inherited"}, "Diameter": {"type": "inherited"}, "Depth": {"type": "inherited"} } } ], "maxRecordCount": 25000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }