ARC

gina_feat_type: gina_arc

The GINA format adopts a three-points definition for arc and circle features. The VISION* GINA reader/writer converts the definition into, or creates it from, the one supported by the FME.

The feature has only one coordinate point, which is the center point of the arc. The feature supports the following system attributes.

Arc Attributes:

System Attribute

Range

Description

gina_feat_radius

Num(31, 15)

The arc feature’s radius (primary axis). There is no default.

gina_feat_radius2

Num(31, 15)

The arc feature’s second radius (secondary axis); in the case of the GINA circular arc, the VISION* GINA reader makes it the same as the

gina_feat_radius while the VISION* GINA writer ignores it. There is no default.

gina_feat_startAngle

Num(31, 15)

The arc feature’s start angle in degrees. There is no default.

gina_feat_sweepAngle

Num(31, 15)

The arc feature’s sweep angle in degrees. There is no default.

The VISION* GINA writer can accept a gina_feat_text attribute for the feature.