Interface ILcdRasterReference

All Known Implementing Classes:
TLcdRasterReference

public interface ILcdRasterReference
This interface represents a reference for a raster, consisting of the model reference and the raster bounds.
Since:
8.1
  • Method Details

    • getModelReference

      ILcdModelReference getModelReference()
      Returns the model reference of the raster.
    • getBounds

      ILcdBounds getBounds()
      Returns the bounds of the raster, expressed in model coordinates.