OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_HorizonGrid2dProperty


Derived From:
EpiInterpretation_RepresentationProperty, EpiInterpretation_HorizonProperty
Capabilties:
read
Properties that are specific to a HorizonGrid2d property.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
PointSeq

ro db

The data extent in the form of an array of points which represents the minimum bounding box of the feature representation's shape where non-null data exists.
String

ro req db

The associated horizon grid 2d feature representation.
 
Columns inherited from EpiInterpretation_HorizonProperty
FeatureRepresentation, PickReference
 
Columns inherited from EpiInterpretation_RepresentationProperty
Color, ColorName, DataExtent, DataType, DataUnit, FeatureRepresentation, LastModifiedDate, MaxValue, MinValue, Notes, NoteTags, NullValue, PropertyAlias, PropertyName, PropertyType
 

Column Detail

KeyString

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

DataExtent

Data Type:PointSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The data extent in the form of an array of points which represents the minimum bounding box of the feature representation's shape where non-null data exists. 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 points are ordered based on the row/column coordinate space. Eight points will be returned for primary time/depth properties in the following order: (minColumn, minRow, minimum Z), (maxColumn, minRow, minimum Z), (maxColumn, maxRow, minimum Z), (minColumn, maxRow, minimum Z), (minColumn, minRow, maximum Z), (maxColumn, minRow, maximum Z), (maxColumn, maxRow, maximum Z), (minColumn, maxRow, maximum Z). Four points will be returned for attribute properties in the following order: (minColumn, minRow, 0), (maxColumn, minRow, 0), (maxColumn, maxRow, 0), (minColumn, maxRow, 0), The returned point's X value is the horizontal axis value (i.e. columns). The returned point's Y value is the vertical axis value (i.e. rows). The points are returned based on the FeatureRepresentation's CoordinateSystem if a coordinate system is not provided. A zero length PointSeq will be returned if all the data values are null. Requesting this column can be time consuming if the data extents are not stored in a database and have to be computed.

FeatureRepresentation

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_HorizonGrid2d
The associated horizon grid 2d feature representation.


OpenSpirit v2.9.0 Build 27 - Generic Model