Ellipsoid Constructors
This class represents an ellipsoid used to build a projected coordinate system.Name | Parameters | Description |
---|---|---|
Ellipsoid() | none | Initializes a new instance of the Ellipsoid class with default settings. |
Ellipsoid(Double, Double, String) | semimajorAxis, inverseFlattening, name | Initializes a new instance of the Ellipsoid class with the specified parameters. |
See Also