| Class | Description |
|---|---|
| Angle |
Class that represents the value and unit of an angular measure.
|
| Area |
Class that represents the value, unit and computation type of an area measure.
|
| Length |
Represents a length which is defined as a scalar number paired with a
LinearUnit. |
| Offset |
Class that represents the value, and unit of a distance measure.
|
| PaperLength |
This class represents a length on paper (as opposed to a spatial reference).
|
| Enum | Description |
|---|---|
| AngularUnit |
An unit of measure for angles.
|
| AreaUnit |
A unit of measure for area.
|
| ComputationType |
Indicates the logic to be used to interpret geometry coordinates when doing
computations such as length and area.
|
| LinearUnit |
A unit of measure for length.
|
| PaperUnit |
This class represents a unit of measure for length on paper (as opposed to
spatial).
|
| TimeUnit |
A unit of measure for time.
|