IBM Streams 4.2

SPL File Metric.spl

Content

Types
  • Metric.metricType: Deprecated since Streams version 4.0. This type is no longer needed since the various distance functions that required it have also been deprecated as of Streams version 4.0. The replacement function for distance calculation, com.ibm.streams.geospatial.st::distance always uses spherical distance.

Composites

composite Metric

Important note: All the functions defined in this composite have been deprecated as of Streams version 4.0.

Static Types

Metric.metricType = enum { EuclideanSphere, EuclideanEllipsoid, Spherical, Ellipsoidal };

Deprecated since Streams version 4.0. This type is no longer needed since the various distance functions that required it have also been deprecated as of Streams version 4.0. The replacement function for distance calculation, com.ibm.streams.geospatial.st::distance always uses spherical distance.