Interface IGridValueLayer

All Superinterfaces:
ValueLayer
All Known Implementing Classes:
BufferedGridValueLayer, GridValueLayer

public interface IGridValueLayer extends ValueLayer
Interface for grid style value layers.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(double value, int... coordinate)
    Sets the specified cell to the specified value.

    Methods inherited from interface repast.simphony.valueLayer.ValueLayer

    get, getDimensions, getName
  • Method Details

    • set

      void set(double value, int... coordinate)
      Sets the specified cell to the specified value.
      Parameters:
      value - the new value of the cell
      coordinate - the coordinate of the cell whose value we want to set