Uses of Class
rasj.RasIndexOutOfBoundsException

Package
Description
 
  • Uses of RasIndexOutOfBoundsException in rasj

    Methods in rasj that throw RasIndexOutOfBoundsException
    Modifier and Type
    Method
    Description
    byte
    RasMArrayByte.getByte(RasPoint point)
    subscript operator for read access of a cell.
    byte[]
    RasGMArray.getCell(RasPoint point)
    Reads a cell of the MDD.
    byte[]
    RasMArrayByte.getCell(RasPoint point)
    subscript operator for read access of a cell.
    byte[]
    RasMArrayDouble.getCell(RasPoint point)
    subscript operator for read access of a cell.
    byte[]
    RasMArrayFloat.getCell(RasPoint point)
    subscript operator for read access of a cell.
    byte[]
    RasMArrayInteger.getCell(RasPoint point)
    subscript operator for read access of a cell.
    byte[]
    RasMArrayLong.getCell(RasPoint point)
    subscript operator for read access of a cell.
    byte[]
    RasMArrayShort.getCell(RasPoint point)
    subscript operator for read access of a cell.
    double
    RasMArrayDouble.getDouble(RasPoint point)
    subscript operator for read access of a cell.
    float
    RasMArrayFloat.getFloat(RasPoint point)
    subscript operator for read access of a cell.
    int
    RasMArrayInteger.getInt(RasPoint point)
    subscript operator for read access of a cell.
    long
    RasMArrayLong.getLong(RasPoint point)
    subscript operator for read access of a cell.
    int
    RasMArrayShort.getShort(RasPoint point)
    subscript operator for read access of a cell.
    boolean
    RasMInterval.intersectsWith(RasMInterval mInterval)
    Determines if the self mInterval intersects with the delivered one.
    RasMInterval.item(int i)
    Read access the i-th interval.
    long
    RasPoint.item(int i)
    Read access to the i-th coordinate.
    void
    RasMInterval.setItem(int i, RasSInterval value)
    Write access to the i-th interval.
    void
    RasPoint.setItem(int i, long value)
    write access to the i-th coordinate
    void
    RasStorageLayout.setTileDomain(String domain)
    Sets the tiling-domain for this storage layout object and resets the tile-size to null.
    final RasPoint
    RasPoint.setTo(RasPoint pt)
    This method copies the values of the given point to the current point.
    Constructors in rasj that throw RasIndexOutOfBoundsException
    Modifier
    Constructor
    Description
     
    Copy constructor.