C# Class MapAround.CoordinateSystems.Ellipsoid

Represents an ellipsoid.
Inheritance: SpatialReferenceInfo, IEllipsoid
Afficher le fichier Open project: gkrsu/maparound.core 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.

SurfaceArea ( ) : double

Calculates an area of the ellipsoid surface.

Private Methods

Méthode Description
Ellipsoid ( double semiMajorAxis, double semiMinorAxis, double inverseFlattening, bool isIvfDefinitive, ILinearUnit axisUnit, string name, string authority, long code, string alias, string abbreviation, string remarks ) : System

Initializes a new instance of the MapAround.CoordinateSystems.Ellipsoid.

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

SurfaceArea() public méthode

Calculates an area of the ellipsoid surface.
public SurfaceArea ( ) : double
Résultat double