recreation_map_feature_geom

-1 rows


Description

Captures amendments to spatial geometry for recreation applications received via the electronic submission process.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
rmf_skey int4 10 null
recreation_map_feature.rmf_skey recreation_map_feature_geom_rmf_skey_fkey R

The SKEY for the RECREATION MAP FEATURE.

map_feature_id int4 10 null

A unique identifier to a version of a map object. This is very similar to the feature ID in INCOSADA except it was universally unique. If a new version of a cut block came in it would be assigned a new identifier.

geometry_type_code varchar 3 null

Identifies linear or polygonal geometry types for a tenure application feature.

geometry geometry 2147483647 null

The geometry for this feature.

feature_area numeric 11,4 null

Spatial feature area in hectares. This value is calculated.

feature_length numeric 11,4 null

Spatial feature length in kilometres. This value is calculated.

feature_perimeter numeric 11,4 null

Spatial feature perimeter in kilometres. This value is calculated.

revision_count int4 10 null

A count of the number of times an entry in the entity has been modified. Used to validate if the current information displayed on a user’s web browser is the most current.

updated_at timestamp 29,6 now()

The timestamp of the last update to the road section record.

updated_by text 2147483647 null

The userid of the individual who last updated this road section record.

created_at timestamp 29,6 now()

Contains the system timestamp when data in a table was inserted.

created_by text 2147483647 null

The userid responsible for inserting data into a table.

sys_period tstzrange 2147483647 tstzrange(CURRENT_TIMESTAMP, NULL::timestamp with time zone)

Indexes

Constraint Name Type Sort Column(s)
recreation_map_feature_geom_pkey Primary key Asc rmf_skey
idx_recreation_map_feature_geom_map_feature_id Performance Asc map_feature_id
recreation_map_feature_geom_map_feature_id_key Must be unique Asc map_feature_id

Relationships