OpenSpirit v2.9.0 Build 27 - Generic Model

EpCulture_FeatureAttribute


Derived From:
Capabilties:
read
The value of an attribute for a specific feature in a GIS Layer.

Column Summary
Type Name and Description
String

ro

Unique identifier for each table entry.
String

ro db

Reference to the GIS Feature that this is an attribute of.
String

ro db

Refrence to the LayerAttribute that this is a value of.
String

ro db

Name of the attribute.
String

ro db

The type of the attribute value: "short", "integer", "long", "float", "double", "string", or "date".
String

ro db

The attribute value (expressed as a string).
 

Column Detail

KeyString

Data Type: String
Read only: true
Unique identifier for each table entry.

Name

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Name of the attribute.

LayerAttribute

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpCulture_LayerAttribute
Refrence to the LayerAttribute that this is a value of.

Type

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The type of the attribute value: "short", "integer", "long", "float", "double", "string", or "date".

Feature

Data Type:String
Content Type:Key
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
Referenced Table:EpCulture_Feature
Reference to the GIS Feature that this is an attribute of.

Value

Data Type:String
Read only:true
Required for Insert:false
Stored in db:true
Part of natural key:false
The attribute value (expressed as a string). An application can convert the string to a typed value using the attribute type.


OpenSpirit v2.9.0 Build 27 - Generic Model