Represents a base class for units of measure. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by UomUnit.
Public Constructors
Public Properties
Name | Description | |
---|---|---|
![]() |
Abbreviation | Gets or sets the abbreviation of an object. |
![]() |
Alias | Gets or sets the alias of an object. |
![]() |
Authority | Gets or sets the authority name of an object. I.e. returns if this is a standard object with an authority-specific identity code. Returns if this is a custom object. |
![]() |
AuthorityCode | Gets or sets the authority-specific identification code of an object. |
![]() |
ConversionFactor | Gets or sets unit conversion factor for converting arbitrary units to standard (SI) units and vice-versa. Conversion factor (A) is calculated using the following formula: A = |
![]() |
FactorB | Gets or sets a multiplier factor used for unit |
![]() |
FactorC | Gets or sets a unity factor used for unit |
![]() |
Name | Gets or sets the name of an object. |
![]() |
Remarks | Gets or sets the provider-supplied remarks of an object. |
![]() |
UnitType | Returns the type of an unit. |
![]() |
WKT | Returns the Well-Known Text (WKT) representation for a spatial reference object, as defined in the simple features specification. |
![]() |
XML | Returns the XML representation of an object. |
Public Methods
Name | Description | |
---|---|---|
![]() |
EqualParams | Checks whether the values of this instance is equal to the values of another instance. Only parameters used for coordinate system are used for comparison. Name, abbreviation, authority, alias and remarks are ignored in the comparison. |
![]() |
Equals | Overloaded. Compares this instance to a specified unit and returns an indication of their relative values. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
![]() |
GetType | Gets the |
![]() ![]() |
op_Equality | Returns if two units are equal, otherwise returns . |
![]() ![]() |
op_Inequality | Returns if two units are not equal, otherwise returns . |
![]() |
ToString | Returns a |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Allows an |
![]() |
MemberwiseClone | Creates a shallow copy of the current |