Uses of Class
rasj.RasGMArray
-
Packages that use RasGMArray Package Description rasj -
-
Uses of RasGMArray in rasj
Subclasses of RasGMArray in rasj Modifier and Type Class Description classRasMArrayBytePURPOSE: This class represents a MArray with base type Byte.classRasMArrayDoublePURPOSE: This class represents a MArray with base type double.classRasMArrayFloatPURPOSE: This class represents a MArray with base type float.classRasMArrayIntegerPURPOSE: This class represents a MArray with base type Integer.classRasMArrayLongPURPOSE: This class represents a MArray with base type long.classRasMArrayShortPURPOSE: This class represents a MArray with base type short.Methods in rasj that return RasGMArray Modifier and Type Method Description RasGMArrayRasGMArray. intersectionWith(RasMInterval where)Returns a RasGMArray that is the intersection of the current domain with the specified interval.RasGMArrayRasGMArray. setTo(RasGMArray mArray)This method copies the values of mArray to itself.Methods in rasj with parameters of type RasGMArray Modifier and Type Method Description RasGMArrayRasGMArray. setTo(RasGMArray mArray)This method copies the values of mArray to itself.Constructors in rasj with parameters of type RasGMArray Constructor Description RasGMArray(RasGMArray obj)Copy constructor.
-