Use profile feature classes to store the profile elements of the related parent feature classes.
For profile points, the height values are taken from the Z attribute. If Z is null, the attribute Z_ORIGIN is used.
For profile lines, the height is obtained from the point on the line or it can be queried with an SQL statement.
WW__featureclass_PRO Attribute |
Description |
FID |
Primary key. |
FID_PARENT |
Parent feature class, related with <feature class>.FID; can be null. |
FID_PROFILE |
Profile for which the feature has been created, related with TB_PROFILE.FID; not null. This attribute is mandatory. In the Profile Designer, all feature classes that have an attribute FID_PROFILE are recognized as profile feature classes. |
GEOM |
Geometry of the feature in the profile. |
ATTRIBUTE_1 |
Specific profile feature class attribute. The name of this attribute can be freely defined. ATTRIBUTE_1 is only an example. |
Point or line feature class in the topic Profile, containing an attribute FID_PROFILE.
Point or line feature class in any topic, containing an attribute FID_PROFILE that has a child relation to TB_PROFILE.FID.
Point or line feature class in the topic Profile, containing an attribute FID_PROFILE.
Point or line feature class in any topic, containing an attribute FID_PROFILE that has a child relation to TB_PROFILE.FID.
Label feature class in the topic Profile.