Package | Description |
---|---|
psdi.util |
Modifier and Type | Method and Description |
---|---|
static <T> LinearSegment |
PreparedScriptHelper.getSegment(PreparedScript<T> script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure,
java.lang.String unitMeasure) |
static LinearSegment |
LinearSegment.intersection(LinearSegment l1,
LinearSegment l2) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<LinearSegment> |
LinearSegment.aggregate(LinearSegment... segments) |
static java.util.List<LinearSegment> |
LinearSegment.aggregate(java.util.List<LinearSegment> segments) |
static <T> java.util.List<LinearSegment> |
PreparedScriptHelper.getSegments(PreparedScript<T> script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure,
java.lang.String unitMeasure)
Get LinearSegments for a linear asset
|
static java.util.List<LinearSegment> |
LinearSegment.substraction(LinearSegment l1,
LinearSegment l2) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<LinearSegment> |
LinearSegment.aggregate(LinearSegment... segments) |
boolean |
LinearSegment.endBefore(LinearSegment linear) |
boolean |
LinearSegment.intersect(LinearSegment linear) |
static LinearSegment |
LinearSegment.intersection(LinearSegment l1,
LinearSegment l2) |
boolean |
LinearSegment.startBefore(LinearSegment linear) |
static java.util.List<LinearSegment> |
LinearSegment.substraction(LinearSegment l1,
LinearSegment l2) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<LinearSegment> |
LinearSegment.aggregate(java.util.List<LinearSegment> segments) |