Uses of Class
rasj.RasResultIsNoIntervalException
Packages that use RasResultIsNoIntervalException
-
Uses of RasResultIsNoIntervalException in rasj
Methods in rasj that throw RasResultIsNoIntervalExceptionModifier and TypeMethodDescriptionRasMInterval.add(RasMInterval mint) Deprecated.This methdod provides just another name for the createUnion method and might not be supported in future versions.RasSInterval.add(RasSInterval interval) Deprecated.This methdod provides just another name for the createUnion method and might not be supported in future versions.RasMInterval.addToSelf(RasMInterval mint) Deprecated.This methdod provides just another name for the unionWith method and might not be supported in future versions.RasSInterval.addToSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the unionWith method and might not be supported in future versions.RasMInterval.closureOf(RasMInterval mint1, RasMInterval mint2) Calculates the closure of two MIntervals.RasSInterval.closureOf(RasSInterval interval1, RasSInterval interval2) Calculates the closure of two SIntervals.RasMInterval.closureWith(RasMInterval mint) Calculates the closure of the current MInterval and the given one.RasSInterval.closureWith(RasSInterval interval) Calculates the closure of the current SInterval and the given one.RasMInterval.createClosure(RasMInterval mint) Returns a new MInterval calculated from the closure of the current MInterval and the given one.RasSInterval.createClosure(RasSInterval interval) Returns a new SInterval calculated from the closure of the current SInterval and the given one.RasMInterval.createDifference(RasMInterval mint) Returns a new MInterval calculated from a difference of the current MInterval and the given one.RasSInterval.createDifference(RasSInterval interval) Returns a new SInterval calculated from a difference of the current SInterval and the given one.RasMInterval.createIntersection(RasMInterval mint) Returns a new MInterval calculated from the intersection of the current MInterval and the given one.RasSInterval.createIntersection(RasSInterval interval) Returns a new SInterval calculated from the intersection of the current SInterval and the given one.RasMInterval.createTranslation(RasPoint t) This method returns a new MInterval resulting from a translation of the current MInterval by the given point.RasMInterval.createUnion(RasMInterval mint) Returns a new MInterval calculated from a union of the current MInterval and the given one.RasSInterval.createUnion(RasSInterval interval) Returns a new SInterval calculated from a union of the current SInterval and the given one.RasMInterval.diff(RasMInterval mint) Deprecated.This methdod provides just another name for the createDifference method and might not be supported in future versions.RasSInterval.diff(RasSInterval interval) Deprecated.This methdod provides just another name for the createDifference method and might not be supported in future versions.RasMInterval.differenceOf(RasMInterval mint1, RasMInterval mint2) Calculates the difference of two MIntervals.RasSInterval.differenceOf(RasSInterval interval1, RasSInterval interval2) Calculates the difference of two SIntervals.RasMInterval.differenceWith(RasMInterval mint) Calculates the difference of the current MInterval and the given one.RasSInterval.differenceWith(RasSInterval interval) Calculates the difference of the current SInterval and the given one.RasMInterval.diffFromSelf(RasMInterval mint) Deprecated.This methdod provides just another name for the differenceWith method and might not be supported in future versions.RasSInterval.diffFromSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the differenceWith method and might not be supported in future versions.static ObjectRasStructure.getElement(DataInputStream dis, RasType et, byte[] binData) RasMInterval.intersectionOf(RasMInterval mint1, RasMInterval mint2) This method calculates the intersection of two MIntervals.RasSInterval.intersectionOf(RasSInterval interval1, RasSInterval interval2) This method calculates the intersection of two SIntervals.RasMInterval.intersectionWith(RasMInterval mint) Calculates the intersection of the current MInterval and the given one.RasSInterval.intersectionWith(RasSInterval interval) Calculates the intersection of the current SInterval and the given one.RasMInterval.mult(RasMInterval mint) Deprecated.This methdod provides just another name for the createIntersection method and might not be supported in future versions.RasSInterval.mult(RasSInterval interval) Deprecated.This methdod provides just another name for the createIntersection method and might not be supported in future versions.RasMInterval.multWithSelf(RasMInterval mint) Deprecated.This methdod provides just another name for the intersectionWith method and might not be supported in future versions.RasSInterval.multWithSelf(RasSInterval interval) Deprecated.This methdod provides just another name for the intersectionWith method and might not be supported in future versions.voidRasSInterval.setHigh(long high) Sets the upper bound to a fixed value.voidRasSInterval.setInterval(long low, long high) Sets both bounds to a fixed value.voidRasSInterval.setLow(long low) Sets the lower bound to a fixed value.voidRasStorageLayout.setTileDomain(String domain) Sets the tiling-domain for this storage layout object and resets the tile-size to null.voidRasMInterval.stream(long p) Method for stream initialization with point intervals.This methods translates the current MInterval by a point.RasMInterval.unionOf(RasMInterval mint1, RasMInterval mint2) Calculates the union of two MIntervals.RasSInterval.unionOf(RasSInterval interval1, RasSInterval interval2) Calculates the union of two SIntervals.RasMInterval.unionWith(RasMInterval mint) Calculates the union of the current MIntervall with another one.RasSInterval.unionWith(RasSInterval interval) Calculates the union of the current SIntervall with another one.Constructors in rasj that throw RasResultIsNoIntervalExceptionModifierConstructorDescriptionRasMInterval(String mIntStr) Constructor taking a string representation (for example "[1:255, 1:200]").RasSInterval(long low, long high) Constructor for an SInterval with fixed bounds.RasSInterval(String stringRep) Constructor taking a string representation of the SInterval (for example "*:200").RasStructure(RasStructureType type, DataInputStream dis) Constructor getting the type and input stream from which to read the values.