IBM Streams 4.2

SPL File MapMatchingTypes.spl

Content

Types
  • UpdateFlags: UpdateFlags specifies what update operation is to be performed by PointMapMatcher on the geometry using the provided data.
  • UpdateType: UpdateType specifies the type of geometry update to be consumed by PointMapMatcher.

Types

UpdateType

UpdateType specifies the type of geometry update to be consumed by PointMapMatcher. Valid values are NODE for node updates and EDGE for edge updates.

UpdateType = enum { NODE, EDGE };

UpdateFlags

UpdateFlags specifies what update operation is to be performed by PointMapMatcher on the geometry using the provided data.

UpdateFlags = enum { ADD, REMOVE, CLEAR };