C# Class ProjNet.CoordinateSystems.Unit

Class for defining units
Inheritance: Info, IUnit
Datei anzeigen Open project: fivepmtechnology/ProjNET

Public Methods

Method Description
EqualParams ( object obj ) : bool

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.

Private Methods

Method Description
Unit ( double conversionFactor, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System

Initializes a new unit

Unit ( string name, double conversionFactor ) : System

Initializes a new unit

Method Details

EqualParams() public method

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 EqualParams ( object obj ) : bool
obj object
return bool