Class GITree<T extends IBaseTemporalObject>


  • public class GITree<T extends IBaseTemporalObject>
    extends Object
    Author:
    Thaddeus Gholston, Data Mining Lab, Georgia State University
    • Constructor Detail

      • GITree

        public GITree()
    • Method Detail

      • insert

        public void insert​(T element,
                           long startTime,
                           long endTime,
                           org.locationtech.jts.geom.Envelope mbr)
      • search

        public ArrayList<T> search​(org.joda.time.DateTime startTime,
                                   org.joda.time.DateTime endTime)
      • search

        public ArrayList<T> search​(org.joda.time.DateTime startTime,
                                   org.joda.time.DateTime endTime,
                                   org.locationtech.jts.geom.Envelope mbr)