Data Group Header Record

Each data group within a CCOGIF dataset starts with a Data Group Header Record (DGHR). This record defines the name of the data group and tells how many point, line, and area themes are contained in the group.

The FME represents a DGHR with a CCOGIF_METADATA feature with the following attributes:

Attribute Name

Description

Type

ccogif_record_code

Record code, constant DGHR.

char(4)

ccogif_data_group_name

Name of data group.

char(64)

ccogif_num_point_themes,
ccogif_num_line_themes,
ccogif_num_area_themes

Number of (point, line, area) themes contained in this data group.

int(16)