hasSpatialChange abstract method
Returns true if the change between a and b is spatial (position/geometry).
Implementation
bool hasSpatialChange(T oldItem, T newItem);
Returns true if the change between a and b is spatial (position/geometry).
bool hasSpatialChange(T oldItem, T newItem);