Long name | GDB Text Export |
Short name | GTE |
File extension(s) | .gte |
The GDB Text Export (GTE) format is supported in Read/Write mode.
The following is a description of the file syntax:
The file is divided into segments. Each segment contains several parts. These are described in the sections that follow.
Segment
NAME=name_of_segment
DESCRIPTION=description_of_segment
This is not mandatory, but if available, should have the following structure:
char | Units[20]; | OUNITS |
double | Dearth[2]; | DEARTH |
double | RefLong; | DRLON |
double | RefLat; | DRLAT |
double | StdParallel1; | DSPAR1 |
double | StdParallel2; | DSPAR2 |
double | FalseEasting; | DEFALS |
double | FalseNorthing; | DNFALS |
double | Scale; | DSCALE |
double | Height; | DHEIGH |
double | Long1; | DLONG1 |
double | Lat1; | DLAT1 |
double | Long2; | DLONG2 |
double | Lat2; | DLAT2 |
double | Azimuth; | DASIMU |
int | LandsatNum; | LSAT |
int | LandsatPath; | PATH |
The Fields part explains the fields (or attributes) that are attached to each record of the segment. The following are defined:
Field <field index> <field name> <field type> <field format>
<field index> | Integer, starts with 0 for the first field |
<field name> | String, enclosed by "". For example: "REPCode" |
<field type> | Can be Integer, Double, Float, String, or CountedInt |
<field format> | Can be %s,%d,or %g |
RepCodeField <field index> * GroupField <field index> AngleField <field index> HeightField <field index> TextField <field index>
* <field index>: one of the indices of the fields defined in the previous table or -1 if not set.
non value: 0
array containing 3 values (5 7 9): 3,5,7,9
The following structure is used:
The following structure is used:
The header represents the segment name and description, the projection information, the fields information, the layer metadata, and the associated RST.
EndHeader
The Record part contains the actual field values and geometry information, as follows.
EndSeg
The following structure is used:
© PCI Geomatics Enterprises, Inc.®, 2024. All rights reserved.