Class 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 Detail

      • 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 -