C# 클래스 MapAround.CoordinateSystems.AngularUnit

Represents an angular unit of measurement.
상속: SpatialReferenceInfo, IAngularUnit
파일 보기 프로젝트 열기: gkrsu/maparound.core

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

AngularUnit() 공개 메소드

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

EqualParams() 공개 메소드

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
리턴 bool