Class WithinMoore

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

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

    • WithinMoore

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