IBM Streams 4.2

SPL File CurvePropertyType.spl

Content

Types

Composites

composite CurvePropertyType

Static Types

CurvePropertyType.lineSegment128 = PointPropertyType.point128 start, PointPropertyType.point128 end, float64 distance, float64 bearing;

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

CurvePropertyType.lineSegment32 = PointPropertyType.point32 start, PointPropertyType.point32 end, float64 distance, float64 bearing;

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

CurvePropertyType.lineSegment64 = PointPropertyType.point64 start, PointPropertyType.point64 end, float64 distance, float64 bearing;

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

CurvePropertyType.lineString128 = list<lineSegment128> listOfSeg;

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

CurvePropertyType.lineString32 = list<lineSegment32> listOfSeg;

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

CurvePropertyType.lineString64 = list<lineSegment64> listOfSeg;

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

CurvePropertyType.mapPointToLineString128 = float64 crossTrackDistance, float64 alongTrackDistance, PointPropertyType.point128 pointOnLineString;

Deprecated since Streams version 4.0. Use com.ibm.streams.geospatial.ext::nearestPoint.

CurvePropertyType.mapPointToLineString32 = float64 crossTrackDistance, float64 alongTrackDistance, PointPropertyType.point32 pointOnLineString;

Deprecated since Streams version 4.0. Use com.ibm.streams.geospatial.ext::nearestPoint

CurvePropertyType.mapPointToLineString64 = float64 crossTrackDistance, float64 alongTrackDistance, PointPropertyType.point64 pointOnLineString;

Deprecated since Streams version 4.0. Use com.ibm.streams.geospatial.ext::nearestPoint.