SPL File PointPropertyType.spl

Content

Types
  • 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).

Composites

composite PointPropertyType

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

Static Types

PointPropertyType.point128 = float64 latitude, float64 longitude;

Deprecated since Streams version 4.0. Points are now represented as rstrings containing Well-Known Text (WKT).

PointPropertyType.point32 = uint32 latitudeLongitude;

Deprecated since Streams version 4.0. Points are now represented as rstrings containing Well-Known Text (WKT).

PointPropertyType.point64 = uint64 latitudeLongitude;

Deprecated since Streams version 4.0. Points are now represented as rstrings containing Well-Known Text (WKT).