Class RandomGISAdder<T>

java.lang.Object
repast.simphony.space.gis.RandomGISAdder<T>
All Implemented Interfaces:
GISAdder<T>, Adder<Geography<T>,T>

public class RandomGISAdder<T> extends Object implements GISAdder<T>
  • Constructor Details

    • RandomGISAdder

      public RandomGISAdder(org.locationtech.jts.geom.Geometry geom)
  • Method Details

    • add

      public void add(Geography<T> destination, T object)
      Description copied from interface: Adder
      Adds the specified object to the specified destination. Implementors are responsible for how this will actually occur, the location of the added object etc.
      Specified by:
      add in interface Adder<Geography<T>,T>
      Parameters:
      destination - the destination to add the object to.
      object - the object to add.