IBM Streams 4.2

Namespace com.ibm.streams.geospatial.twodimension.geometry

SPL standard and specialized toolkits > com.ibm.streams.geospatial 3.0.2 > com.ibm.streams.geospatial.twodimension.geometry

NOTE: The com.ibm.streams.geospatial.twodimension.geometry namespace and all types and functions defined therein are deprecated.

Functions

Types

  • CurvePropertyType.lineSegment128: Deprecated since Streams version 4.0. LineSegments are now represented as rstrings containing Well-Known Text (WKT).
  • CurvePropertyType.lineSegment32: Deprecated since Streams version 4.0. LineSegments are now represented as rstrings containing Well-Known Text (WKT).
  • CurvePropertyType.lineSegment64: Deprecated since Streams version 4.0. LineSegments are now represented as rstrings containing Well-Known Text (WKT).
  • CurvePropertyType.lineString128: Deprecated since Streams version 4.0. LineStrings are now represented as rstrings containing Well-Known Text (WKT) LineStrings.
  • CurvePropertyType.lineString32: Deprecated since Streams version 4.0. LineStrings are now represented as rstrings containing Well-Known Text (WKT).
  • CurvePropertyType.lineString64: Deprecated since Streams version 4.0. LineStrings are now represented as rstrings containing Well-Known Text (WKT).
  • CurvePropertyType.mapPointToLineString128: Deprecated since Streams version 4.0. Use com.ibm.streams.geospatial.ext::nearestPoint.
  • CurvePropertyType.mapPointToLineString32: Deprecated since Streams version 4.0. Use com.ibm.streams.geospatial.ext::nearestPoint
  • CurvePropertyType.mapPointToLineString64: Deprecated since Streams version 4.0. Use com.ibm.streams.geospatial.ext::nearestPoint.
  • 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.
  • PointPropertyType.point128: Deprecated since Streams version 4.0. Points are now represented as rstrings containing Well-Known Text (WKT).
  • PointPropertyType.point32: Deprecated since Streams version 4.0. Points are now represented as rstrings containing Well-Known Text (WKT).
  • PointPropertyType.point64: Deprecated since Streams version 4.0. Points are now represented as rstrings containing Well-Known Text (WKT).