Package | Description |
---|---|
psdi.util |
Modifier and Type | Method and Description |
---|---|
static LinearSegment |
PreparedScriptHelper.getSegment(PreparedScript script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure,
java.lang.String unitMeasure) |
static java.util.List |
PreparedScriptHelper.getSegments(PreparedScript script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure,
java.lang.String unitMeasure)
Get LinearSegments for a linear asset
|
static java.lang.String |
PreparedScriptHelper.verifySegmentAttributesAreUnique(PreparedScript script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure)
Check that the attributes have only 1 value for the work length.
|