hasSpatialChange abstract method

bool hasSpatialChange(
  1. T oldItem,
  2. T newItem
)

Returns true if the change between a and b is spatial (position/geometry).

Implementation

bool hasSpatialChange(T oldItem, T newItem);