You can import or export point attributes.
The identifier, the reliability attributes, and the precision attributes are default attributes that can optionally be added to point feature classes. See Feature Class Type: Point.
The reliability attributes, and the precision attributes store the results of adjustment calculations of the enterprise industry model Survey module.
- Field Code
-
If applicable, the field code is determined from the field code list. See Exporting Field Codes.
- Northing Coordinate/ Easting Coordinate
-
Planimetry coordinates, stored in the GEOM attribute.
- Identifier
-
<point feature class>.TB_POINTNUMBER.
- Height
-
Height, stored in <point feature class>.Z, or in the height value of the Spatial geometry.
- Position Is Reliable(0/1)
-
<point feature class>.TB_POSITION_RELIABLE
- Position Reliability (Value)
-
<point feature class>.TB_RELIABILITY_POSITION
- Position Accuracy
-
<point feature class>.TB_ACCURACY_POSITION
- Height Is Reliable (0/1)
-
<point feature class>.TB_HEIGHT_RELIABLE
- Height Reliability (Value)
-
<point feature class>.TB_RELIABILITY_HEIGHT
- Height Accuracy
-
<point feature class>.TB_ACCURACY_HEIGHT
Import Point Numbers
If an import file contains identifiers (point numbers), these are stored in the TB_POINTNUMBER attribute. Depending on your distribution settings the automatic point numbering rules apply.
Distribute points to a single feature class
- The coordinate file contains point numbers (identifier).
-
The identifier is stored in the feature class attribute TB_POINTNUMBER. Automatic point numbering does not apply.
- The coordinate file does NOT contain identifiers.
-
The point numbers are generated according to the automatic point numbering setting. We recommend that you enable automatic point numbering. Otherwise the point number would be NULL.
Distribute points using the field code list
- The coordinate file contains identifiers, and field code settings specify Keep Identifier = TRUE.
-
The identifier is stored in the feature class attribute TB_POINTNUMBER. Automatic point numbering does not apply.
- The coordinate file contains identifiers, and field code settings specify Keep Identifier = FALSE.
-
The point numbers are generated according to the automatic point numbering setting. We recommend that you enable automatic point numbering. Otherwise the point number would be NULL.
- The coordinate file does NOT contain identifiers, and field code settings specify Keep Identifier = TRUE.
-
The point numbers are generated according to the automatic point numbering setting. We recommend that you enable automatic point numbering. Otherwise the point number would be NULL.
- The coordinate file does NOT contain identifiers, and field code settings specify Keep Identifier = FALSE.
-
The point numbers are generated according to the automatic point numbering setting. We recommend that you enable automatic point numbering. Otherwise the point number would be NULL.