OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_Interval


Derived From:
EpEntity_Entity, EpiInterpretation_Feature
Capabilties:
read
An interval bounded by two FeatureBoundaries. An interval may have zero or more subIntervals, and a subInterval has one or more layers.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro db

Feature bounded at the base of the interval.
String

ro db

Attribute to define how the layers are infilled between the top and base feature boundaries.
ULong

ro db

Number of layers in the interval, if this is a leaf interval.
String

ro db

Parent of this interval, if this is a subinterval.
StringSeq

ro db

List of subintervals, if any.
String

ro db

Feature bounded at the top of the interval.
 
Columns inherited from EpiInterpretation_Feature
Color, ColorName, Comment, Kind, Name, Project
 
Columns inherited from EpEntity_Entity
LastModifiedDate, Name, Project, ProjectName, StoreInstallationName, StoreType
 

Column Detail

KeyString

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

TopBoundary

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiInterpretation_Feature
Feature bounded at the top of the interval.

SubIntervals

Data Type:StringSeq
Content Type:KeySeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
List of subintervals, if any. The subintervals in the list are ordered from top to base.

BaseBoundary

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpiInterpretation_Feature
Feature bounded at the base of the interval.

Parent

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Parent of this interval, if this is a subinterval. If Interval is null, the interval is the top-most interval.

NumLayers

Data Type:ULong
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Number of layers in the interval, if this is a leaf interval.

InfillType

Data Type:String
Content Type:RVString
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
RVS Set:IntervalInfillType
Attribute to define how the layers are infilled between the top and base feature boundaries. The infillType is RVS controlled.


OpenSpirit v2.9.0 Build 27 - Generic Model