Click or drag to resize
UomUnit Class
Represents a base class for units of measure.
Inheritance Hierarchy

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract class UomUnit : IUnit, 
	IEquatable<UomUnit>

The UomUnit type exposes the following members.

Constructors
  NameDescription
Public methodUomUnit
Initializes a new instance of the UomUnit class
Public methodUomUnit(String, String, Int64, String, String, String)
Initializes a new instance of the UomUnit class
Public methodUomUnit(Double, Double, String, String, Int64, String, String, String)
Initializes a new instance of the UomUnit class
Top
Properties
  NameDescription
Public propertyAbbreviation
Gets or sets the abbreviation of an object.
Public propertyAlias
Gets or sets the alias of an object.
Public propertyAuthority
Gets or sets the authority name of an object. I.e. returns EPSG if this is a standard object with an authority-specific identity code. Returns CUSTOM if this is a custom object.
Public propertyAuthorityCode
Gets or sets the authority-specific identification code of an object.
Public propertyConversionFactor
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 = B / C
Public propertyFactorB
Gets or sets a multiplier factor used for unit conversion.
Public propertyFactorC
Gets or sets a unity factor used for unit conversion.
Public propertyName
Gets or sets the name of an object.
Public propertyRemarks
Gets or sets the provider-supplied remarks of an object.
Public propertyUnitType
Returns the type of an unit.
Public propertyWKT
Returns the Well-Known Text (WKT) representation for a spatial reference object, as defined in the simple features specification.
Public propertyXML
Returns the XML representation of an object.
Top
Methods
  NameDescription
Public methodEqualParams
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.
Public methodEquals
Compares this instance to a specified unit and returns an indication of their relative values.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns True if two units are equal, otherwise returns False.
Public operatorStatic memberInequality
Returns True if two units are not equal, otherwise returns False.
Top
Remarks
See Also