RED_BLUE -
Static variable in class uk.ac.ucl.casa.andrew.phd.segModelPreferencesForBothLike.SegGISModel
RED_RED -
Static variable in class uk.ac.ucl.casa.andrew.phd.segModelPreferencesForBothLike.SegGISModel
Resident - class uk.ac.ucl.casa.andrew.phd.segModelPreferencesForBothLike.Resident.
This is the same as the resident class in the basic segregation model
However when the agent evaluates its neighbourhood it takes into consideration
other types of agents as well.
This method creates a new point for the agent to be placed
randomly within the urban area using JTS CoordinateArrays
class http://vividsolutions.com/jts/javadoc/com/vividsolutions/jts/geom/CoordinateArrays.html
The method first finds the max and min x and y values and
creates a random new point between these values, and then
checks to see if the agent is within the urban layer extent if
not, a new random point is chosen until it returns true.
randomPoints -
Variable in class uk.ac.ucl.casa.andrew.phd.segModelPreferencesForBothLike.UrbanAgent