|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.weblab.core.extended.util.SegmentUtil
public class SegmentUtil
A Util class for handling segments. It provide a method to test inclusion of Segments.
SpatialSegment and SpatioTemporalSegment are not yet implemented.| Method Summary | |
|---|---|
static boolean |
isIncluded(Segment theSegment,
Segment inThisSegment)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isIncluded(Segment theSegment,
Segment inThisSegment)
theSegment - Segment to test "be included" by inThisSegment.inThisSegment - Segment to test "includes" theSegment.
false if one Segment is Segment type, or if according to their type theSegment isn't included in
inThisSegment; true if
they are included.RuntimeException may be thrown!!!, Today if segments are spatial, a runtime exception will be
thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||