14.8.3.3 StreamlinePolylineSet

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1

A polyline set is used to define the geometry of the streamlines. Point geometry is to be attached to the nodes of the streamline polyline set.

The cumulative node count per polyline is used to separate the set into multiple polylines.

A polyline with N nodes has N-1 intervals (N>1).

BUSINESS RULE: The IntervalCount must equal the sum of the number of intervals over all polylines.

Table 14.8.3.3-1 Attributes

Name

Type

Notes

CumulativeNodeCountPerPolyline

AbstractIntegerArray

1D array of cumulative node counts to the end of each polyline in the polyline set. This is also equal to the index of the first node of the next polyline. The count of nodes per polyline may be obtained from the difference in cumulative counts.

IntervalCount

positiveInteger

Total number of intervals.

BUSINESS RULE: Must be equal to the sum of the count of intervals per polyline.

NodeCount

positiveInteger

Total number of nodes.

BUSINESS RULE: Must be equal to the value of the cumulative count of nodes per polyline for the last polyline.

Table 14.8.3.3-2 Associations

Association

Notes

From: StreamlinePolylineSet.0..1To: IntervalGridCells.IntervalGridCells

Association

 

From: StreamlinesRepresentation.0..1To: StreamlinePolylineSet.Geometry

Association