Class WithinVN

java.lang.Object
repast.simphony.query.space.projection.SpatialPredicate
repast.simphony.query.space.projection.WithinVN
All Implemented Interfaces:
ProjectionPredicate

public class WithinVN extends SpatialPredicate
Predicate that evalutes whether one object is within the Von Neumann neighborhood of another in a grid projection.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Constructor Details

    • WithinVN

      public WithinVN(Object obj1, Object obj2, double distance)
      Creates a Within predicate that will evaluate whether or not the second object is a member of the Von Neumann neighborhood of the first object.
      Parameters:
      obj1 -
      obj2 -
  • Method Details