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 <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 <T> java.lang.String |
PreparedScriptHelper.verifySegmentAttributesAreUnique(PreparedScript<T> script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure)
Check that the attributes have only 1 value for the work length.
|