Enhancements / ADAC Version v5.0.1

Dimension

Represents a measured dimension between two features.

ADAC
ADAC Versions

Attributes

Required and optional XML attributes
Type enum
Required

The type of dimension. Standard dimension types are suggested for uniform interpretation.

Accepted Values
ValueDescription
Aligned Linear dimension aligned with two points.
Linear Horizontal or vertical dimension.
Angular Angle between two lines or three points.
Angular3D Angle between two lines or three points.
ArcLength Length of an arc or curve.
Radius Radius of a circle or arc.
Diameter Diameter of a circle or arc.
Ordinate X or Y coordinate dimension.
Jogged Radius dimension with a jog for larger arcs.
Measure float
Required

The measurement being represented. No units are specified, but it is expected that all dimensions of the same type will be expressed in the same units, allowing uniform presentations to be applied in client applications.

FromFeatureId String_40
Optional

The ObjectId of the feature being measured from.

ToFeatureId String_40
Optional

The ObjectId of the feature being measured from.

RefLineFrom String_40
Optional

A pair of decimal offsets in map units describing the extent of the reference line at the start of the baseline. Negative measures are left of the baseline, positive measures are right in the direction of the baseline. E.g: the values -0.5 4.0 represent a line through the start point, perpendicular to the baseline, that runs from 0.5m left of the baseline to 4.0m right. By convention the leftmost offset should be stated first.

RefLineTo String_40
Optional

A pair of decimal offsets in map units describing the extent of the reference line at the end of the baseline. Negative measures are left of the baseline, positive measures are right in the direction of the baseline. E.g: the values -0.5 4.0 represent a line through the end point, perpendicular to the baseline, that runs from 0.5m left of the baseline to 4.0m right. By convention the leftmost offset should be stated first.

BaseLineOffset float
Optional

A single decimal offset in map units describing the position of the measure line parallel to the baseline. Negative measures are left of the baseline, positive measures are right in the direction of the baseline. E.g: the value 2.0 represents a measure line parallel to the baseline, that runs from 2.0m right of the baseline.