OpenSpirit v2.9.0 Build 27 - Generic Model

EpCulture_PolygonFeature


Derived From:
EpEntity_Entity, EpCulture_Feature
Capabilties:
read
A GIS feature comprised of one or more non-intersecting SimplePolygons. A SimplePolygon has one outer boundary and zero or more interior holes.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
ULong

ro db

The number of SimplePolygons for this PolygonFeature.
StringSeq

ro db

References to the SimplePolygons for this PolygonFeature.
 
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.

NumPolygons

Data Type:ULong
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The number of SimplePolygons for this PolygonFeature.

Polygons

Data Type:StringSeq
Content Type:KeySeq
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
References to the SimplePolygons for this PolygonFeature.


OpenSpirit v2.9.0 Build 27 - Generic Model