14.7.2.3 Seismic3dCoordinates
Topic Version | 1 | Published | 09/11/2015 | |
For Standard | RESQML 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.
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