Uses of Class
rasj.RasPoint

Packages that use RasPoint
Package
Description
 
  • Uses of RasPoint in rasj

    Methods in rasj that return RasPoint
    Modifier and Type
    Method
    Description
    RasPoint.add(RasPoint pt)
    Method for vector addition.
    RasMInterval.getExtent()
    Gets the size of this MInterval as a point, that means the point specifies the extent of this MInterval ( i.e.
    RasMInterval.getHigh()
    Gets the point with the highest coordinates in every dimension.
    RasMInterval.getOrigin()
    Gets the point with the lowest coordinates in every dimension.
    RasPoint.mult(RasPoint pt)
    Method for vector multiplication.
    final RasPoint
    RasPoint.setTo(RasPoint pt)
    This method copies the values of the given point to the current point.
    RasPoint.stream(long newElement)
    Method for stream initialization of this point.
    Methods in rasj with parameters of type RasPoint
    Modifier and Type
    Method
    Description
    RasPoint.add(RasPoint pt)
    Method for vector addition.
    final int
    RasPoint.comparedWith(RasPoint p)
    Compares this point to another point.
    final int
    RasMInterval.covers(RasPoint pnt)
    Method for testing if this interval covers the given point.
    RasMInterval.createTranslation(RasPoint t)
    This method returns a new MInterval resulting from a translation of the current MInterval by the given point.
    boolean
    RasPoint.equals(RasPoint pt)
    Method for testing equality of two points.
    Two points are equal if they have the same dimensionality and identic values in each dimension.
    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.
    RasPoint.mult(RasPoint pt)
    Method for vector multiplication.
    boolean
    RasPoint.notEquals(RasPoint pt)
    Method for testing inequality.
    final RasPoint
    RasPoint.setTo(RasPoint pt)
    This method copies the values of the given point to the current point.
    RasMInterval.translate(RasPoint t)
    This methods translates the current MInterval by a point.
    Constructors in rasj with parameters of type RasPoint
    Modifier
    Constructor
    Description
     
    Copy constructor that initializes this point with the values of the given one.