C# 클래스 ProjNet.CoordinateSystems.Projection

상속: Info, IProjection
파일 보기 프로젝트 열기: fivepmtechnology/ProjNET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Projection System

공개 메소드들

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

GetParameter ( int n ) : ProjectionParameter

Gets an indexed parameter of the projection.

GetParameter ( string name ) : ProjectionParameter

Gets an named parameter of the projection.

The parameter name is case insensitive

비공개 메소드들

메소드 설명
Projection ( string className, List parameters, string name, string authority, long code, string alias, string remarks, string abbreviation ) : 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

GetParameter() 공개 메소드

Gets an indexed parameter of the projection.
public GetParameter ( int n ) : ProjectionParameter
n int Index of parameter
리턴 ProjectionParameter

GetParameter() 공개 메소드

Gets an named parameter of the projection.
The parameter name is case insensitive
public GetParameter ( string name ) : ProjectionParameter
name string Name of parameter
리턴 ProjectionParameter