OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_HorizonFaultBoundary


Derived From:
Capabilties:
read
A set of connected points representing the intersection between a horizon representation and a geologic fault. If the fault dies out within the extent of of the horizon representation then this will form a closed polygon. It is possible an intersection between a fault and horizon representation may be represented by multiple horizon fault boundary polygons.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro req db

Identifies the associated geologic fault.
String

ro req db

The associated horizon fault boundary set.
String

ro db

The date the data was last changed in the data store returned in the following format: "YYYY-MONTH-DAY HOUR:MINUTE:SECOND" For example, "1998-10-22 20:15:50"
ULong

ro db

The number of points contained in the boundary.
PointSeq

req db

The set of ordered points that when connected form the horizon/fault boundary (fault polygon).
Boolean

ro db

Indicates whether the the Point's Z field can be used.
 

Column Detail

KeyString

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

LastModifiedDate

Data Type:String
Content Type:Date
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The date the data was last changed in the data store returned in the following format: "YYYY-MONTH-DAY HOUR:MINUTE:SECOND" For example, "1998-10-22 20:15:50"

NumPoints

Data Type:ULong
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The number of points contained in the boundary.

GeologicFault

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_GeologicFault
Identifies the associated geologic fault.

PrimaryZExists

Data Type:Boolean
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Indicates whether the the Point's Z field can be used.. If true the points have a three-dimensional representation (e.g. the X, Y, and Z fields are populated). The points can be used in a 3d viewer type application. If false the points has a two-dimensional representation (e.g. only the X and Y fields are populated). The points can be used in a 2d viewer type application (e.g. basemap).

Points

Data Type:PointSeq
Read only:false
Required for Insert:true
Stored in db:true
Part of natural key:false
The set of ordered points that when connected form the horizon/fault boundary (fault polygon). The X and Y fields will always be populated; however, the Z field is not guaranteed to be populated. Refer to the PrimaryZExists's column description.

HorizonFaultBoundarySet

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_HorizonFaultBoundarySet
The associated horizon fault boundary set.


OpenSpirit v2.9.0 Build 27 - Generic Model