14.7.2.3 Seismic3dCoordinates

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

The 1-to-1 mapping between geometry coordinates (usually X, Y, Z or X, Y, TWT) and trace or inter-trace positions on a seismic lattice.

Table 14.7.2.3-1 Attributes

Name

Data Type

Notes

CrosslineCoordinates

AbstractDoubleArray

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

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

InlineCoordinates

AbstractDoubleArray

The sequence of trace or inter-trace inline 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 two previous ones.

Derived From: AbstractSeismicCoordinates

Derived Classes: (none)

Relationships: None