-
region
EnumRegion region
-
revenueBalance
int revenueBalance
This field is zero for non-player regions.
Total player revenue in millions of dollars for the current simulation year.
This is the past year's revenue balance plus new taxes earned during the
current turn of three years, minus expenses during the current turn of three years.
-
population
int population
This region's population (in thousands of people) during the current year.
-
undernourished
double undernourished
This region's percent of undernourished people at start of the current year.
-
humanDevelopmentIndex
double humanDevelopmentIndex
This region's Human Development Index at the start of the current year.
-
foodProduced
long[] foodProduced
This region's production (in metric tons) of each foodType during the past turn (3 years).
Index by EnumFood.ordinal()
-
foodIncome
int[] foodIncome
This is the farm income in millions of dollars from to the region's
production of each foodType during the past turn (3 years).
This includes farm income for food consumed as well as income from exported
foods.
Note: foodProduced*foodPrice for a given food is the gross income. Gross income will
always be greater than this field with is the profet (gross less expenses). Note also
that different regions have different efficiency levels depending on the crop, climate,
infrastructure, tax breaks, and other factors.
Index by EnumFood.ordinal()
-
foodImported
long[] foodImported
This region's food exported (in metric tons) of each foodType during the current year
indexed by EnumFood.ordinal(). Positive indicates export, negative indicates
import.
The region's consumption of for each foodType is:
RegionData.foodProduced[i]+@link #foodImported}[i]-
RegionData.foodExported[i]
-
foodExported
long[] foodExported
This region's food exported (in metric tons) of each foodType during the current year
indexed by EnumFood.ordinal(). Positive indicates export, negative indicates
import.
The region's consumption of for each foodType is:
RegionData.foodProduced[i]+@link #foodImported}[i]-
RegionData.foodExported[i]
-
ethanolProducerTaxCredit
int ethanolProducerTaxCredit
This region's current ethanol producer tax credit as an
integer percentage from [0 through 100]. This percentage of all profits earned
by farmers in this
region for sale of farm products used in ethanol production is tax deductible.
-
landArea
int landArea
This region's total land area (in square kilometers).
-
farmArea
int[] farmArea
This region's land area (in square kilometers)
being used for farm production of each crop type at the end of the current year.