Interface SpatialContext<T,​V>

    • Method Detail

      • putObjectAt

        boolean putObjectAt​(T object,
                            V coordinates)
      • putObjectAt

        boolean putObjectAt​(T object,
                            double... coordinates)
      • getObjectsAt

        Iterable<T> getObjectsAt​(V coordinates)
      • moveByVector

        V moveByVector​(T object,
                       double distance,
                       double... anglesInRadians)
      • moveByDisplacement

        V moveByDisplacement​(T object,
                             double... displacement)
      • getLocation

        V getLocation​(Object object)