Package repast.simphony.query.space.grid
package repast.simphony.query.space.grid
-
ClassDescriptionAbstract base class for grid queries.GridCell<T>Encapsulates a Grid point location and the objects at that point.GridCellNgh<T>Retrieves the MooreNeighborhood around a particular GridPoint.GridWithin<T>A within type query over a grid space.MooreQuery<T>Queries a grid for the Moore neighborhood of a specific point or object.VNQuery<T>Queries a grid for the Von Neumann neighborhood of a specific point or object.