SensorML 2.0 Examples

Constraining a Process

A previous example illustrated the ability to inherit from the LinearInterpolator base process and set the values for the slope and y-intercept parameters. In this example, the values are not set but merely further constrained than the base process. This example uses the setConstraint property of the configuration Settings element.

For reference, the base class LinearInterpolator is shown below.