C# Class ProjNet.CoordinateSystems.AngularUnit

Inheritance: Info, IAngularUnit
Afficher le fichier Open project: fivepmtechnology/ProjNET

Méthodes publiques

Méthode Description
AngularUnit ( double radiansPerUnit ) : System

Initializes a new instance of a angular unit

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

Méthode Description
AngularUnit ( double radiansPerUnit, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System

Initializes a new instance of a angular unit

Method Details

AngularUnit() public méthode

Initializes a new instance of a angular unit
public AngularUnit ( double radiansPerUnit ) : System
radiansPerUnit double Radians per unit
Résultat System

EqualParams() public méthode

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
Résultat bool