Interface ILcdMultivaluedRaster

All Superinterfaces:
ILcdBounded, ILcdCache
All Known Implementing Classes:
TLcdMultivaluedRaster

public interface ILcdMultivaluedRaster extends ILcdBounded, ILcdCache
This interface represents a bounded raster of multi-dimensional values.
  • Method Details

    • retrieveValue

      int retrieveValue(double aX, double aY, int aIndex)
      Retrieves a single value from the values at the given point.
      Parameters:
      aX - the abscissa of the required value.
      aY - the ordinate of the required value.
      aIndex - the index of the raster.
      Returns:
      a value of type integer.
    • retrieveValuesSFCT

      void retrieveValuesSFCT(double aX, double aY, int[] aValuesSFCT)
      Retrieves the values at the given point.
      Parameters:
      aX - the abscissa of the required value.
      aY - the ordinate of the required value.
      aValuesSFCT - an array of the proper size in which the values will be written.