14.8.3.3 StreamlinePolylineSet
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML 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.
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. |
Association |
Notes |
---|---|
From: StreamlinePolylineSet.0..1To: IntervalGridCells.IntervalGridCells Association |
|
From: StreamlinesRepresentation.0..1To: StreamlinePolylineSet.Geometry Association |