OpenSpirit v2.9.0 Build 27 - Generic Model

EpiSeismic_SeismicGeometry


Derived From:
EpEntity_Entity
Derivatives:
EpiSeismic_LineGeometry2d, EpiSeismic_SeismicGeometry3d
Capabilties:
read
SeismicGeometry is synonymous with a survey. Contains a collection of SeismicDatasets that share a common geometry representation. Maintains annotation attributes which provide domain definitions and are common to all of the SeismicDatasets. These attributes are relevant to both 2D and 3D surveys.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro db

The comments associated with the survey.
PointSeq

ro db

The bounding box of the seismic geometry.
String

ro db

The survey's MapSystem used for projecting a 3D globe on a 2D plane.
String

ro db

The survey's MapSystem used for projecting a 3D globe on a 2D plane.
String

ro req db

The survey name.
StringSeq

ro db

Comments associated with a specific property.
StringSeq

ro db

List of tags associated with notes for a specific property.
StringSeq

ro db

Sequence of SeismicDatasets which share common geometry.
 
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.

Comment

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The comments associated with the survey.

MapDepthCoordinateSystem

Data Type:String
Content Type:CoordinateSystemKey
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The survey's MapSystem used for projecting a 3D globe on a 2D plane. Also known as a world coordinate system or XYD (geographic X/Y and Depth). Represents a surface mapping in two dimensions of the real world. Equivalent to the getMapTimeCoordinateSystem except for the third axis which is in Depth. The MapTimeCoordinateSystem and MapDepthCoordinateSystem on the SeismicGeometry do NOT have to be the same as the project's.

NoteTags

Data Type:StringSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
List of tags associated with notes for a specific property. The array length should be the same as the Notes column. The NoteTags and Notes columns are ordered so the first notes corresponds to the first note tag.

Name

Data Type:String
Read only:true
Required for Insert:true
Stored in db:true
Part of natural key:false
The survey name.

Extent

Data Type:PointSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The bounding box of the seismic geometry. 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.

SeismicDatasets

Data Type:StringSeq
Content Type:KeySeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Sequence of SeismicDatasets which share common geometry. For SeismicGeometry3d objects, this method will return PostStack3d objects that are contained in the 3D survey; for LineGeometry2d objects, it will return PostStack2d objects that share the same line.

Notes

Data Type:StringSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Comments associated with a specific property. The array length should be the same as the NoteTags column. The NoteTags and Notes columns are ordered so the first notes corresponds to the first note tag.

MapTimeCoordinateSystem

Data Type:String
Content Type:CoordinateSystemKey
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The survey's MapSystem used for projecting a 3D globe on a 2D plane. Also known as a world coordinate system or XYT (geographic X/Y and Time). Represents a surface mapping in two dimensions of the real world. Equivalent to the getMapDepthCoordinateSystem except for the third axis which is in Time. The MapTimeCoordinateSystem and MapDepthCoordinateSystem on the SeismicGeometry do NOT have to be the same as the project's.


OpenSpirit v2.9.0 Build 27 - Generic Model