Interface GISAdder<T>

All Superinterfaces:
Adder<Geography<T>,T>
All Known Implementing Classes:
RandomGISAdder, SimpleAdder

public interface GISAdder<T> extends Adder<Geography<T>,T>
Interface for classes that wish to add objects to a real, geographic space. Typically, this will call Geography.moveTo and move agents into the geography and associate them with a geometry in some model specific way.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Method Summary

    Methods inherited from interface repast.simphony.space.projection.Adder

    add