프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ) : |
Gets an indexed parameter of the projection.
|
|
GetParameter ( string name ) : |
Gets an named parameter of the projection. The parameter name is case insensitive |
메소드 | 설명 | |
---|---|---|
Projection ( string className, List |
public GetParameter ( int n ) : |
||
n | int | Index of parameter |
리턴 |
public GetParameter ( string name ) : |
||
name | string | Name of parameter |
리턴 |