System Table TB_PROFILE_DEFINITION

The feature class TB_PROFILE_DEFINITION stores the main profile definition.

TB_PROFILE_DEFINITION attribute

Description

ID

Primary key.

USER_ID

User who creates the profile definition. This corresponds to MAPSYS.TB_USER.ID.

DEFINITION_TITLE

Title of the profile that you define when you create or edit a profile in the Profile Manager.

ACTIVE

Specifies that the profile definition is available in the Profile Manager:

  • 1 = Yes (default)
  • 0 = No

The following attributes store default values to define the relationship between the global coordinate system and the profile coordinate system for height and length information.

SCALE_FACTOR_HEIGHT

Default scale factor for the height:

NORTHING_PROFILE = (Z_GLOBAL - Z_ORIGIN) / SCALE_FACTOR_HEIGHT + GEOM.NORTHING

SCALE_FACTOR_LENGTH

Default scale factor for the length:

EASTING_PROFILE =(LENGTH_GLOBAL - DISTANCE_ORIGIN) / SCALE_FACTOR_LENGTH +GEOM.EASTING

Z_ORIGIN

Default reference altitude of the profile definition. The origin of the profile is at this altitude.

DISTANCE_ORIGIN

Default reference distance of the profile definition. The origin of the profile is at this distance.