Interface SpatialContext<T,V>

All Superinterfaces:
Collection<T>, Context<T>, Iterable<T>, RepastElement
All Known Implementing Classes:
AbstractSpatialContext

public interface SpatialContext<T,V> extends Context<T>
  • Method Details

    • 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)