{ "currentVersion": 10.91, "id": 109, "name": "Irrigation Station", "type": "Feature Layer", "parentLayer": { "id": 102, "name": "Irrigation System" }, "defaultVisibility": false, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "The Irrigation Station polygon feature class is used to store irrigation station information. It may be related to the Irrigation Controller and Irrigation Line feature classes.", "copyrightText": "Esri, Alliance for Public Gardens GIS", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": -8913729.729606688, "ymin": 2596504.5985144824, "xmax": -8913459.504425362, "ymax": 2596714.5600368083, "spatialReference": { "wkid": 102723, "latestWkid": 3735 } }, "sourceSpatialReference": { "wkid": 102723, "latestWkid": 3735 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "VegetationType", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 97, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "4", "label": "Turf", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 122, 171, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "1", "label": "Herbaceous", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "5", "label": "Mixed", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 178, 54, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "2", "label": "Shrubs", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 138, 111, 69, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "3", "label": "Trees", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "6", "label": "Other", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.4 } }, "value": "0", "label": "UNKNOWN", "description": "" } ], "fieldDelimiter": "," }, "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": "IrrigationStationName", "typeIdField": "VegetationType", "subtypeField": "VegetationType", "defaultSubtypeCode": 5, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "System-maintained ObjectID" }, { "name": "IrrigationStationID", "type": "esriFieldTypeInteger", "alias": "Irrigation Station ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "IrrigationStationID" }, { "name": "VegetationType", "type": "esriFieldTypeSmallInteger", "alias": "Vegetation Type", "domain": null, "editable": true, "nullable": true, "defaultValue": 5, "modelName": "VegetationType" }, { "name": "IrrigationStationName", "type": "esriFieldTypeString", "alias": "Irrigation Station Name", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "IrrigationStationName" }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "domain": { "type": "codedValue", "name": "Status", "description": "Valid values for Status.", "codedValues": [ { "name": "Proposed", "code": "Proposed" }, { "name": "Existing", "code": "Existing" }, { "name": "Removed", "code": "Removed" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "Existing", "modelName": "Status" }, { "name": "StationNumber", "type": "esriFieldTypeSmallInteger", "alias": "Station Number", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StationNumber" }, { "name": "Frequency", "type": "esriFieldTypeString", "alias": "Frequency", "domain": { "type": "codedValue", "name": "Frequency", "description": "Valid values for IrrigationStation:Frequency.", "codedValues": [ { "name": "Weekly", "code": "Weekly" }, { "name": "Biweekly", "code": "Biweekly" }, { "name": "Alternating Days", "code": "Alternating Days" }, { "name": "Daily", "code": "Daily" }, { "name": "Variable", "code": "Variable" }, { "name": "Manual", "code": "Manual" }, { "name": "Other", "code": "Other" }, { "name": "UNKNOWN", "code": "UNKNOWN" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": "Daily", "modelName": "Frequency" }, { "name": "Duration", "type": "esriFieldTypeInteger", "alias": "Duration (min)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Duration" }, { "name": "WaterUse", "type": "esriFieldTypeString", "alias": "Water Use", "domain": { "type": "codedValue", "name": "WaterUse", "description": "Valid values for IrrigationStation:WaterUse.", "codedValues": [ { "name": "Very Low", "code": "Very Low" }, { "name": "Low", "code": "Low" }, { "name": "Medium", "code": "Medium" }, { "name": "High", "code": "High" }, { "name": "Very High", "code": "Very High" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "WaterUse" }, { "name": "StaticPressure", "type": "esriFieldTypeDouble", "alias": "Static Pressure (psi)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "StaticPressure" }, { "name": "DesignFlowVolume", "type": "esriFieldTypeDouble", "alias": "Design Flow Volume (gpm)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DesignFlowVolume" }, { "name": "PrecipitationRate", "type": "esriFieldTypeDouble", "alias": "Precipitation Rate (in/hr)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PrecipitationRate" }, { "name": "ContactName", "type": "esriFieldTypeString", "alias": "Contact Name", "domain": { "type": "codedValue", "name": "UserName", "description": "Valid values for user names.", "codedValues": [ { "name": "UNKNOWN", "code": "UNKNOWN" }, { "name": "Edward Jones", "code": "Edward Jones" }, { "name": "New User", "code": "New User" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "ContactName" }, { "name": "IrrigationControllerID", "type": "esriFieldTypeInteger", "alias": "Irrigation Controller ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "IrrigationControllerID" }, { "name": "Comments", "type": "esriFieldTypeString", "alias": "Comments", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "Comments" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "LegacyID", "type": "esriFieldTypeString", "alias": "LegacyID", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LegacyID" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "System-maintained Geometry for a feature" }, "indexes": [ { "name": "R1060_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1060", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1060", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S711_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 4, "name": "Turf", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "Turf", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 4, "Status": "Existing", "Frequency": "Daily", "WaterUse": "Very High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 1, "name": "Herbaceous", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "Herbaceous", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 1, "Status": "Existing", "Frequency": "Daily", "WaterUse": "High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 5, "name": "Mixed", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "Mixed", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 5, "Status": "Existing", "Frequency": "Daily", "WaterUse": "High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 2, "name": "Shrubs", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "Shrubs", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 2, "Status": "Existing", "Frequency": "Daily", "WaterUse": "Medium", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 3, "name": "Trees", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "Trees", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 3, "Status": "Existing", "Frequency": "Daily", "WaterUse": "Low", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 6, "name": "Other", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "Other", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 6, "Status": "Existing", "Frequency": "Daily", "WaterUse": "High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 0, "name": "UNKNOWN", "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} }, "templates": [ { "name": "UNKNOWN", "description": "", "prototype": { "attributes": { "IrrigationStationID": null, "IrrigationStationName": null, "StationNumber": null, "Duration": null, "LegacyID": null, "VegetationType": 0, "Status": "Existing", "Frequency": "Daily", "WaterUse": "High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] } ], "templates": [], "subtypes": [ { "code": 0, "name": "UNKNOWN", "defaultValues": { "IrrigationStationID": null, "VegetationType": 0, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": null, "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } }, { "code": 1, "name": "Herbaceous", "defaultValues": { "IrrigationStationID": null, "VegetationType": 1, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": "High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } }, { "code": 2, "name": "Shrubs", "defaultValues": { "IrrigationStationID": null, "VegetationType": 2, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": "Medium", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } }, { "code": 3, "name": "Trees", "defaultValues": { "IrrigationStationID": null, "VegetationType": 3, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": "Low", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } }, { "code": 4, "name": "Turf", "defaultValues": { "IrrigationStationID": null, "VegetationType": 4, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": "Very High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } }, { "code": 5, "name": "Mixed", "defaultValues": { "IrrigationStationID": null, "VegetationType": 5, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": "High", "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } }, { "code": 6, "name": "Other", "defaultValues": { "IrrigationStationID": null, "VegetationType": 6, "IrrigationStationName": null, "Status": "Existing", "StationNumber": null, "Frequency": "Daily", "Duration": null, "WaterUse": null, "StaticPressure": null, "DesignFlowVolume": null, "PrecipitationRate": null, "ContactName": null, "IrrigationControllerID": null, "Comments": null, "GlobalID": null, "LegacyID": null }, "domains": { "Status": {"type": "inherited"}, "Frequency": {"type": "inherited"}, "WaterUse": {"type": "inherited"}, "ContactName": {"type": "inherited"} } } ], "maxRecordCount": 10000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }