C# Class MapAround.CoordinateSystems.AngularUnit

Represents an angular unit of measurement.
Inheritance: SpatialReferenceInfo, IAngularUnit
显示文件 Open project: gkrsu/maparound.core

Public Methods

Method Description
AngularUnit ( double radiansPerUnit ) : System

Initializes a new instance of the MapAround.CoordinateSystems.AngularUnit.

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
AngularUnit ( double radiansPerUnit, string name, string authority, long authorityCode, string alias, string abbreviation, string remarks ) : System

Initializes a new instance of the MapAround.CoordinateSystems.AngularUnit.

Method Details

AngularUnit() public method

Initializes a new instance of the MapAround.CoordinateSystems.AngularUnit.
public AngularUnit ( double radiansPerUnit ) : System
radiansPerUnit double Radians per unit
return System

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