C# Class ProjNet.CoordinateSystems.Projection

Inheritance: Info, IProjection
Afficher le fichier Open project: fivepmtechnology/ProjNET Class Usage Examples

Private Properties

Свойство Type Description
Projection System

Méthodes publiques

Méthode 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 ) : 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

Private Methods

Méthode Description
Projection ( string className, List parameters, string name, string authority, long code, string alias, string remarks, string abbreviation ) : System

Method Details

EqualParams() public méthode

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
Résultat bool

GetParameter() public méthode

Gets an indexed parameter of the projection.
public GetParameter ( int n ) : ProjectionParameter
n int Index of parameter
Résultat ProjectionParameter

GetParameter() public méthode

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