OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_FaultPolyline


Derived From:
Capabilties:
read
Represents a single fault polyline, sometimes called a fault segment.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

req db

The parent of the fault polyline.
StringSeq

ro db

Identifies the origin of the fault polyline.
StringSeq

ro db

Identifies the specific entity that was used when the fault polyline was created.
PointSeq

req db

Contains the XYZ data.
 

Column Detail

KeyString

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

OriginValues

Data Type:StringSeq
Content Type:KeySeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Identifies the specific entity that was used when the fault polyline was created. There is a one-to-one relationship between this column and the OriginTypes column.

OriginTypes

Data Type:StringSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Permitted Values:SeismicGeometry | SeismicGeometry3d | LineGeometry2d | SeismicDataset | PostStack2d | PostStack3d
Identifies the origin of the fault polyline.

Polyline

Data Type:PointSeq
Read only:false
Required for Insert:true
Stored in db:true
Part of natural key:false
Contains the XYZ data. Clients should always set the coordinate system when retrieving this column so they know the exact coordinate system the points are returned in; otherwise, the points will be returned in the default coordinate system and each vendor store might have a different default. The polyline data is returned in the FaultPolylineSet's default coordinate system if a preferred coordinate system isn't set.

FaultPolylineSet

Data Type:String
Content Type:Key
Read only:false
Required for Insert:true
Stored in db:true
Part of natural key:false
Referenced Table:EpiInterpretation_FaultPolylineSet
The parent of the fault polyline.


OpenSpirit v2.9.0 Build 27 - Generic Model