Click or drag to resize
UomUnit Properties

The UomUnit type exposes the following members.

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
See Also