OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_HorizonGrid1dProperty


Derived From:
Capabilties:
read
Properties that are specific to a HorizonGrid1d property. The most common are properties associated to a LineGeometry2d and PostStack2d.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
FloatSeq

req db

The data values associated to the HorizonGrid1d's XY values defined by the TraceStart, TraceEnd, and TraceDelta data extent.
String

ro req db

The associated HorizonGrid1d this property belongs to.
String

ro req db

The HorizonGrid1dSetProperty this property belongs to.
 

Column Detail

KeyString

Data Type: String
Read only: true
Unique identifier for each table entry.

GridValues

Data Type:FloatSeq
Read only:false
Required for Insert:true
Stored in db:true
Part of natural key:false
The data values associated to the HorizonGrid1d's XY values defined by the TraceStart, TraceEnd, and TraceDelta data extent. The length of this floatSeq will match the length of the HorizonGrid1d's XY pointSeq (i.e. ((TraceEnd - TraceStart) / TraceDelta) + 1). The first element (i.e. TraceStart) of the floatSeq is associated with the first element of the XY pointSeq. The last element (i.e. TraceEnd) of the floatSeq is associated with the last element of the XY pointSeq.

HorizonGrid1d

Data Type:String
Content Type:Key
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Referenced Table:EpiInterpretation_HorizonGrid1d
The associated HorizonGrid1d this property belongs to..

HorizonGrid1dSetProperty

Data Type:String
Content Type:Key
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
Referenced Table:EpiInterpretation_HorizonGrid1dSetProperty
The HorizonGrid1dSetProperty this property belongs to.


OpenSpirit v2.9.0 Build 27 - Generic Model