Property | Type | Description | |
---|---|---|---|
Projection | System |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Projection ( string className, List |
public GetParameter ( int n ) : |
||
n | int | Index of parameter |
return |
public GetParameter ( string name ) : |
||
name | string | Name of parameter |
return |