14.7.2.2 Seismic2dCoordinates

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1
Stereotypes:XSDcomplexType

A group of 2D seismic coordinates that stores the 1-to-1 mapping between geometry patch coordinates (usually X, Y, Z) and trace or inter-trace positions on a seismic line.

BUSINESS RULE: This patch must reference a geometry patch by its UUID.

Table 14.7.2.2.2-1 Attributes

Name

Data Type

Notes

LineAbscissa

AbstractDoubleArray

The sequence of trace or inter-trace positions that correspond to the geometry coordinates.

BUSINESS RULE: Both sequences must be in the same order.

VerticalCoordinates

AbstractDoubleArray

The sequence of vertical sample or inter-sample positions that corresponds to the geometry coordinates.

BUSINESS RULE: Sequence must be in the same order as the previous one.

Derived From: AbstractSeismicCoordinates

Derived Classes: (none)

Relationships: None