OpenSpirit v2.9.0 Build 27 - Generic Model

EpCulture_PointFeature


Derived From:
EpEntity_Entity, EpCulture_Feature
Capabilties:
read
A GIS feature is comprised of one or more points.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
DoubleSeq

ro db

An optional measure associated with each point.
PointSeq

ro db

The points in this Point feature.
 
Columns inherited from EpCulture_Feature
Is3D, IsMeasured, Layer
 
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.

Measures

Data Type:DoubleSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
An optional measure associated with each point. The measures array will have the same number of elements, in the same order, as the Points array. If the Points do not have measure values (IsMeasured is false), the measures array will have zero elements.

Points

Data Type:PointSeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The points in this Point feature. It is possible for there to be more the one point in a PointFeature. If the points do not have z-values (Is3D is false), the z-values will be 0.0 and should be ignored.


OpenSpirit v2.9.0 Build 27 - Generic Model