Click or drag to resize
UomLinearUnit Class
Inheritance Hierarchy

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class UomLinearUnit : UomUnit, 
	ILinearUnit

The UomLinearUnit type exposes the following members.

Constructors
  NameDescription
Public methodUomLinearUnit
Initializes a new instance of the UomLinearUnit class
Public methodUomLinearUnit(Double, Double, String, String, Int64, String, String, String)
Initializes a new instance of the UomLinearUnit class
Top
Properties
  NameDescription
Public propertyStatic memberCentimetre
Returns the centimetre linear unit (1 mm = 0.01 m).
Public propertyStatic memberClarkesFoot
Returns the Clarke's foot linear unit (1 ft = 0.3047972654 m).
Public propertyStatic memberFoot
Returns the foot linear unit (1 ft = 0.3048 m).
Public propertyStatic memberKilometre
Returns the kilometre linear unit (1 km = 1000 m).
Public propertyMetersPerUnit
Gets or sets the lenght in meters (m) per base-unit.
Public propertyStatic memberMetre
Returns the metre linear unit. Also known as International metre. SI standard unit.
Public propertyStatic memberMillimetre
Returns the millimetre linear unit (1 mm = 0.001 m).
Public propertyStatic memberNauticalMile
Returns the nautical mile linear unit (1 mi = 1852 m).
Public propertyUnitType
Returns the type of an unit.
(Overrides UomUnitUnitType.)
Public propertyWKT
Returns the Well-Known Text (WKT) representation for a spatial reference object, as defined in the simple features specification.
(Overrides UomUnitWKT.)
Public propertyXML
Returns the XML representation of an object.
(Overrides UomUnitXML.)
Top
See Also