RasMInterval |
RasMInterval.add(RasMInterval mint) |
Deprecated.
|
RasSInterval |
RasSInterval.add(RasSInterval interval) |
Deprecated.
|
RasMInterval |
RasMInterval.addToSelf(RasMInterval mint) |
Deprecated.
|
RasSInterval |
RasSInterval.addToSelf(RasSInterval interval) |
Deprecated.
|
RasMInterval |
RasMInterval.closureOf(RasMInterval mint1,
RasMInterval mint2) |
Calculates the closure of two MIntervals.
|
RasSInterval |
RasSInterval.closureOf(RasSInterval interval1,
RasSInterval interval2) |
Calculates the closure of two SIntervals.
|
RasMInterval |
RasMInterval.closureWith(RasMInterval mint) |
Calculates the closure of the current MInterval and the given one.
|
RasSInterval |
RasSInterval.closureWith(RasSInterval interval) |
Calculates the closure of the current SInterval and the given one.
|
RasMInterval |
RasMInterval.createClosure(RasMInterval mint) |
Returns a new MInterval calculated from the closure of the current MInterval
and the given one.
|
RasSInterval |
RasSInterval.createClosure(RasSInterval interval) |
Returns a new SInterval calculated from the closure of the current SInterval
and the given one.
|
RasMInterval |
RasMInterval.createDifference(RasMInterval mint) |
Returns a new MInterval calculated from a difference of the current MInterval
and the given one.
|
RasSInterval |
RasSInterval.createDifference(RasSInterval interval) |
Returns a new SInterval calculated from a difference of the current SInterval
and the given one.
|
RasMInterval |
RasMInterval.createIntersection(RasMInterval mint) |
Returns a new MInterval calculated from the intersection of the current MInterval
and the given one.
|
RasSInterval |
RasSInterval.createIntersection(RasSInterval interval) |
Returns a new SInterval calculated from the intersection of the current SInterval
and the given one.
|
RasMInterval |
RasMInterval.createTranslation(RasPoint t) |
This method returns a new MInterval resulting from a translation of the current
MInterval by the given point.
|
RasMInterval |
RasMInterval.createUnion(RasMInterval mint) |
Returns a new MInterval calculated from a union of the current MInterval
and the given one.
|
RasSInterval |
RasSInterval.createUnion(RasSInterval interval) |
Returns a new SInterval calculated from a union of the current SInterval
and the given one.
|
RasMInterval |
RasMInterval.diff(RasMInterval mint) |
Deprecated.
|
RasSInterval |
RasSInterval.diff(RasSInterval interval) |
Deprecated.
|
RasMInterval |
RasMInterval.differenceOf(RasMInterval mint1,
RasMInterval mint2) |
Calculates the difference of two MIntervals.
|
RasSInterval |
RasSInterval.differenceOf(RasSInterval interval1,
RasSInterval interval2) |
Calculates the difference of two SIntervals.
|
RasMInterval |
RasMInterval.differenceWith(RasMInterval mint) |
Calculates the difference of the current MInterval and the given one.
|
RasSInterval |
RasSInterval.differenceWith(RasSInterval interval) |
Calculates the difference of the current SInterval and the given one.
|
RasMInterval |
RasMInterval.diffFromSelf(RasMInterval mint) |
Deprecated.
|
RasSInterval |
RasSInterval.diffFromSelf(RasSInterval interval) |
Deprecated.
|
static java.lang.Object |
RasStructure.getElement(java.io.DataInputStream dis,
RasType et,
byte[] binData) |
|
RasMInterval |
RasMInterval.intersectionOf(RasMInterval mint1,
RasMInterval mint2) |
This method calculates the intersection of two MIntervals.
|
RasSInterval |
RasSInterval.intersectionOf(RasSInterval interval1,
RasSInterval interval2) |
This method calculates the intersection of two SIntervals.
|
RasMInterval |
RasMInterval.intersectionWith(RasMInterval mint) |
Calculates the intersection of the current MInterval and the given one.
|
RasSInterval |
RasSInterval.intersectionWith(RasSInterval interval) |
Calculates the intersection of the current SInterval and the given one.
|
RasMInterval |
RasMInterval.mult(RasMInterval mint) |
Deprecated.
|
RasSInterval |
RasSInterval.mult(RasSInterval interval) |
Deprecated.
|
RasMInterval |
RasMInterval.multWithSelf(RasMInterval mint) |
Deprecated.
|
RasSInterval |
RasSInterval.multWithSelf(RasSInterval interval) |
Deprecated.
|
void |
RasSInterval.setHigh(long high) |
Sets the upper bound to a fixed value.
|
void |
RasSInterval.setInterval(long low,
long high) |
Sets both bounds to a fixed value.
|
void |
RasSInterval.setLow(long low) |
Sets the lower bound to a fixed value.
|
void |
RasStorageLayout.setTileDomain(java.lang.String domain) |
Sets the tiling-domain for this storage layout object and resets the tile-size
to null.
|
void |
RasMInterval.stream(long p) |
Method for stream initialization with point intervals.
|
RasMInterval |
RasMInterval.translate(RasPoint t) |
This methods translates the current MInterval by a point.
|
RasMInterval |
RasMInterval.unionOf(RasMInterval mint1,
RasMInterval mint2) |
Calculates the union of two MIntervals.
|
RasSInterval |
RasSInterval.unionOf(RasSInterval interval1,
RasSInterval interval2) |
Calculates the union of two SIntervals.
|
RasMInterval |
RasMInterval.unionWith(RasMInterval mint) |
Calculates the union of the current MIntervall with another one.
|
RasSInterval |
RasSInterval.unionWith(RasSInterval interval) |
Calculates the union of the current SIntervall with another one.
|