-
Notifications
You must be signed in to change notification settings - Fork 0
AbstractRtree
sindizzy edited this page Dec 30, 2018
·
1 revision
This page documents the difference between the AbstractRtree classes. The differences are explained in the table below and highlighted in Red in the follow class diagrams.
|| Class || Component || Difference || Reason for Change || | AbstractRtree | Fields | Added an underscore ( _ ) to the variables | | | SiRtree| Fields | Added an underscore ( _ ) to the variables | | | AnonymousAbstractNodeImpl | Fields | Removed the container variable | | | AnonymousAbstractNodeImpl | Methods | Removed the AnonymousIntersectsOpImpl method | | | AnonymousXComparerImpl | Fields | Added an underscore ( _ ) to the variables | | | AnonymousYComparerImpl | Fields | Added an underscore ( _ ) to the variables | |

