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.

NOTE: SensorML 2.0 is not yet approved by the Open Geospatial Consortium (OGC). Examples are provided for evaluation and are subject to change during the standards review and approval process. Contact mike.botts@botts-inc.net for questions or recommendations.

For reference, the base class LinearInterpolator is shown below.