Use this tab to define how data is exported from AutoCAD Civil 3D to a LandXML file.
- Imperial Units
- Angle/Direction Format
-
Specifies the units of the exported angles and directions:
- Degrees Decimal (DDD.DDDDDD): Exports angles and directions as decimal degrees. Decimal degrees express the minutes and seconds of an angle as its decimal equivalent. For example, 3°30'36" equals 3.51 decimal degrees.
- Degrees Decimal dms (DDD.MMSSSS): Exports angles and directions using the degrees, minutes, and seconds convention, in which the numbers after the decimal are read as minutes and seconds, not decimal degrees. For example, 3°30'36" equals 3.303600.
- Grads: Exports angles and directions using grads (where one grad equals 1/100 of a 90° angle, or 360° = 400 grads).
- Radians: Exports angles and directions using radians (where 2PI radians equals 360°).
- Create Read-Only File
- Code Attribute
-
Specifies the field that is used for the ‘code’ attribute in the LandXML file:
- Disabled: Does not export the point description to a ‘code’ attribute.
- Raw Description: Exports a point raw description to the ‘code’ attribute.
- Full Description: Exports a point full description to the ‘code’ attribute.
NoteTypically you would export the raw description to the ‘code’ attribute. For more information, see Point Description and Code Matching.
- Desc Attribute
-
Specifies the field that is used for the ‘desc’ attribute in the LandXML file:
- Disabled: Does not export the point description to a ‘desc’ attribute.
- Raw Description: Exports a point raw description to the ‘desc’ attribute.
- Full Description: Exports a point full description to the ‘desc’ attribute.
NoteTypically, you would export the full description to the ‘desc’ attribute. If you select Disabled for both the Code Attribute and Desc Attribute, then no descriptions are exported. For more information, see Point Description and Code Matching.
- Skip Full When Same As Raw
-
Specifies whether to export the full description if it is the same as the raw description:
- On: Does not export the full description if it is the same as the raw description. For example, if the raw and full descriptions are the same, then only one value is exported. This would occur when points do not have defined description keys.
- Off: Exports both values.
- Export Point References
-
Specifies whether to export point references. Point references substitute a known point name instead of using northing and easting coordinates. Select On to export point references.
For example, if the start point of a line element dose not have a point reference, it is written as follows:
<Start>5447.73530 4525.60643</Start>
If it has a point reference, it is written as follows:
For more information, see Point Reference Options.
- Point Reference Tolerance
- Export Description Keys
- Surface Data
-
Specifies how to export the surface data:
- Points Only: Exports surface information as points. Creates a surface that has northing, easting, and elevation points that are identical to the surface definition. However, the triangulation may be different from the original surface.
- Points and Faces: Exports both the points and the surface faces, if available. Creates the surface information from the face edges and creates a surface that is identical to the surface definition.
- Watersheds
- Parcel Direction
-
Specifies the direction from the parcel start point for exporting parcel segments. Parcel segments are exported in sequence in either a clockwise or counter-clockwise direction.
- Clockwise: Exports parcel segments in a clockwise direction.
- Counter-clockwise: Exports parcel segments in a counter-clockwise direction.