RED_RED -
Static variable in class uk.ac.ucl.casa.andrew.phd.segModelNoRandomSearching.SegGISModel
Resident - class uk.ac.ucl.casa.andrew.phd.segModelNoRandomSearching.Resident.
THis is a vartiaon of the Segregation model
The only difference is that the method moveAgentUntilHappy in the resident agent class
was altered so that no random searching was permited.
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.segModelNoRandomSearching.UrbanAgent