OpenSpirit v2.9.0 Build 27 - Generic Model

EpiInterpretation_FaultPointSet


Derived From:
EpEntity_Entity, EpiInterpretation_FeatureRepresentation, EpiInterpretation_FaultFeatureRepresentation
Capabilties:
read
The representation of a fault surface as a set of random x,y,z points. A FaultPointSet may optionally have associated properties sampled at these points.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
PointSeq

ro db

The 4 points representing the map bounding box that encloses the points in this PointSet.
ULong

ro db

The number of points contained in the set.
PointSeq

req db

The array of random points representing the fault.
Boolean

ro db

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

ro db

An arry of data keys to refrence the associated point set properties.
 
Columns inherited from EpiInterpretation_FaultFeatureRepresentation
Feature
 
Columns inherited from EpiInterpretation_FeatureRepresentation
Comment, CoordinateSystem, CoordinateSystemName, DataSource, DatumElevation, DatumElevationUnit, Extent, Feature, Interpreter, Model, OriginTypes, OriginValues, PrimaryDomain, RepresentationPropertyKeys, RepresentationPropertyNames, ShapeType
 
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.

Extent

Data Type:PointSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The 4 points representing the map bounding box that encloses the points in this PointSet. The Z value of these points in the extent are set to zero.

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 set.

RepresentationPropertyKeys

Data Type:StringSeq
Content Type:KeySeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
An arry of data keys to refrence the associated point set properties.

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 PointSet has a three-dimensional representation (e.g. the X, Y, and Z fields are populated). The PointSet can be used in a 3d viewer type application. If false the PointSet has a two-dimensional representation (e.g. only the X and Y fields are populated). The PointSet 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 array of random points representing the fault. 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.


OpenSpirit v2.9.0 Build 27 - Generic Model