isWithinBounds

public boolean isWithinBounds(Integer d)

Method to assess whether one location is within the bounds of the spatial structure

Return

true when d is within bounds. false otherwise

Parameters

d

distance


public boolean isWithinBounds(int d)