OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_HorizonPointSetProperty


Derived From:
EpiInterpretation_RepresentationProperty, EpiInterpretation_HorizonProperty
Capabilties:
read
An array of data values representing some property associated with a Horizon PointSet. The length and ordering of the data values in this PointSetProperty matches the number and ordering of the points in the associated PointSet.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
DoubleSeq

ro db

An array of doubles representing this property.
FloatSeq

ro db

An array of floats representing this property.
LongSeq

ro db

An array of longs representing this property.
StringSeq

ro db

An array of strings representing this property.
 
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.

DoubleProperty

Data Type:DoubleSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
An array of doubles representing this property. The length and ordering of this array matches the associated PointSet. This column will be null if the property data type is not double.

StringProperty

Data Type:StringSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
An array of strings representing this property. The length and ordering of this array matches the associated PointSet. This column will be null if the property data type is not string.

LongProperty

Data Type:LongSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
An array of longs representing this property. The length and ordering of this array matches the associated PointSet. This column will be null if the property data type is not long.

FloatProperty

Data Type:FloatSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
An array of floats representing this property. The length and ordering of this array matches the associated PointSet. This column will be null if the property data type is not float.


OpenSpirit v2.9.0 Build 27 - Generic Model