C# Class ProjNet.CoordinateSystems.HorizontalDatum

Horizontal datum defining the standard datum information.
Inheritance: Datum, IHorizontalDatum
Afficher le fichier Open project: fivepmtechnology/ProjNET Class Usage Examples

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.

Private Methods

Méthode Description
HorizontalDatum ( IEllipsoid ellipsoid, Wgs84ConversionInfo toWgs84, DatumType type, string name, string authority, long code, string alias, string remarks, string abbreviation ) : System

Initializes a new instance of a horizontal datum

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