Name: Enriched_Pop_Den_and_Space_per_capita2
Display Field:
Type: Feature Layer
Geometry Type: esriGeometryPolygon
Description:
Copyright Text:
Min. Scale: 0
Max. Scale: 0
Default Visibility: true
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -13116633.0905
YMin: 4025486.5849
XMax: -13077714.5493
YMax: 4051978.0444
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"authoringInfo":{"field1":{"field":"populationtotals_popdens_cy","label":"2020 Population Density","classBreakInfos":[{"minValue":0,"maxValue":2763.7201663331421},{"minValue":2763.7201663331421,"maxValue":8439.0886940225519},{"minValue":8439.0886940225519,"maxValue":20093.6}]},"field2":{"field":"PARKAREA_PERCAPFT","label":"Park Space per capita (sq ft)","classBreakInfos":[{"minValue":0,"maxValue":0.30233492356740682},{"minValue":0.30233492356740682,"maxValue":95.909032392159489},{"minValue":95.909032392159489,"maxValue":30329.401389132581}]},"classificationMethod":"esriClassifyGeometricalInterval","type":"relationship","focus":"HL","numClasses":3},"type":"uniqueValue","fieldDelimiter":",","valueExpression":"var field1 = $feature['populationtotals_popdens_cy'];\nvar field2 = $feature['PARKAREA_PERCAPFT'];\nvar hasNormField1 = false;\nvar hasNormField2 = false;\nvar normField1 = null;\nvar normField2 = null;\nif (\n IsEmpty(field1) || \n IsEmpty(field2) ||\n (hasNormField1 && (IsEmpty(normField1) || normField1 == 0)) ||\n (hasNormField2 && (IsEmpty(normField2) || normField2 == 0))\n) {\n return null; \n}\nvar value1 = IIf(hasNormField1, (field1 / normField1), field1);\nvar value2 = IIf(hasNormField2, (field2 / normField2), field2);\nvar breaks1 = [[0.000000,2763.720166],[2763.720167,8439.088694],[8439.088695,20093.600000]];\nvar breaks2 = [[0.000000,0.302335],[0.302336,95.909032],[95.909033,30329.401389]];\nvar classCodes = [\"L\", \"M\", \"H\"];\nfunction getClassCode(value, breaks) {\n var code = null;\n for (var i in breaks) {\n var info = breaks[i];\n if (value >= info[0] && value <= info[1]) {\n code = classCodes[i];\n break;\n }\n }\n return code;\n}\nvar code1 = getClassCode(value1, breaks1);\nvar code2 = getClassCode(value2, breaks2);\nvar classValue = IIf(IsEmpty(code1) || IsEmpty(code2), null, code1 + code2);\nreturn classValue;","valueExpressionTitle":"Relationship","uniqueValueInfos":[{"symbol":{"color":[255,235,0,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"HL","label":"High - Low"},{"symbol":{"color":[99,161,142,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"HM","label":"High - Medium"},{"symbol":{"color":[0,123,204,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"HH","label":"Both High"},{"symbol":{"color":[255,251,179,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"ML","label":"Medium - Low"},{"symbol":{"color":[157,189,204,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"MM","label":"Medium - Medium"},{"symbol":{"color":[93,173,191,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"MH","label":"Medium - High"},{"symbol":{"color":[250,255,227,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"LL","label":"Both Low"},{"symbol":{"color":[166,255,245,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"LM","label":"Low - Medium"},{"symbol":{"color":[0,230,230,255],"outline":{"color":[130,130,130,255],"width":0.7,"type":"esriSLS","style":"esriSLSSolid"},"type":"esriSFS","style":"esriSFSSolid"},"value":"LH","label":"Low - High"}]},"scaleSymbols":true,"transparency":0}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: false
HTML Popup Type: esriServerHTMLPopupTypeNone
Object ID Field: OBJECTID
Unique ID Field:
IsSystemMaintained : True
Global ID Field:
Type ID Field:
Fields:
- OBJECTID (type: esriFieldTypeOID, alias: OBJECTID, SQL Type: sqlTypeInteger, length: 0, nullable: false, editable: false)
- FIPS (type: esriFieldTypeString, alias: FIPS, SQL Type: sqlTypeNVarchar, length: 11, nullable: true, editable: true)
- COUNTY (type: esriFieldTypeString, alias: COUNTY, SQL Type: sqlTypeNVarchar, length: 50, nullable: true, editable: true)
- STATE (type: esriFieldTypeString, alias: STATE, SQL Type: sqlTypeNVarchar, length: 2, nullable: true, editable: true)
- POPULATION (type: esriFieldTypeInteger, alias: POP2014, SQL Type: sqlTypeInteger, nullable: true, editable: true)
- SQMI (type: esriFieldTypeDouble, alias: SQMI, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- SUM_Area_ACRES (type: esriFieldTypeDouble, alias: Summarized area in ACRES, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- SUM_CPAD_2020a_SuperUnits_ACRES (type: esriFieldTypeDouble, alias: Sum CPAD_2020a_SuperUnits_ACRES, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- PARKAREA_PERCAPITA (type: esriFieldTypeDouble, alias: Park Area Per Capita, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- aggregationMethod (type: esriFieldTypeString, alias: aggregationMethod, SQL Type: sqlTypeNVarchar, length: 256, nullable: true, editable: true)
- HasData (type: esriFieldTypeInteger, alias: HasData, SQL Type: sqlTypeInteger, nullable: true, editable: true)
- ORIGINAL_OID (type: esriFieldTypeInteger, alias: ORIGINAL_OID, SQL Type: sqlTypeInteger, nullable: true, editable: true)
- sourceCountry (type: esriFieldTypeString, alias: sourceCountry, SQL Type: sqlTypeNVarchar, length: 256, nullable: true, editable: true)
- populationtotals_popdens_cy (type: esriFieldTypeDouble, alias: 2020 Population Density, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- PARKAREA_PERCAPFT (type: esriFieldTypeDouble, alias: Per Capita Space Ft, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- Shape__Area (type: esriFieldTypeDouble, alias: Shape__Area, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- Shape__Length (type: esriFieldTypeDouble, alias: Shape__Length, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- ID (type: esriFieldTypeString, alias: Id, SQL Type: sqlTypeNVarchar, length: 256, nullable: true, editable: true)
- sourceCountry_1 (type: esriFieldTypeString, alias: Country code, SQL Type: sqlTypeNVarchar, length: 256, nullable: true, editable: true)
- ENRICH_FID (type: esriFieldTypeInteger, alias: ENRICH_FID, SQL Type: sqlTypeInteger, nullable: true, editable: true)
- aggregationMethod_1 (type: esriFieldTypeString, alias: Aggregation method, SQL Type: sqlTypeNVarchar, length: 256, nullable: true, editable: true)
- populationToPolygonSizeRating (type: esriFieldTypeDouble, alias: Population to polygon size rating for the country, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- apportionmentConfidence (type: esriFieldTypeDouble, alias: Apportionment confidence for the country, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- HasData_1 (type: esriFieldTypeInteger, alias: Has data, SQL Type: sqlTypeInteger, nullable: true, editable: true)
- ACSHHBPOV (type: esriFieldTypeDouble, alias: 2018 HHs: Inc Below Poverty Level (ACS 5-Yr), SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- TOTHH_CY (type: esriFieldTypeDouble, alias: 2020 Total Households, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
- MINORITYCY (type: esriFieldTypeDouble, alias: 2020 Minority Population, SQL Type: sqlTypeDecimal, nullable: true, editable: true)
Templates:
Name: New Feature
Description:
Drawing Tool: esriFeatureEditToolPolygon
Prototype:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 12/4/2020 2:16:30 AM
Schema Last Edit Date: 12/4/2020 2:16:30 AM
Data Last Edit Date: 12/4/2020 2:16:30 AM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat