AbstractRtree - sindizzy/DSW GitHub Wiki
AbstractRtree
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.
Table of Differences
|| 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 | |