Ellipsoid.Ellipsoid

Ellipsoid constructor

Creates new Ellipsoid.

public Ellipsoid(string name, double semiMajorAxis, double inverseFlattening, 
    Identifier identifier = null)
ParameterTypeDescription
nameStringName of the ellipsoid.
semiMajorAxisDoubleSemi major axis of ellipsoid.
inverseFlatteningDoubleInverse flattening of ellipsoid. Should be 0 to create a spheroid.
identifierIdentifierIdentifier of the ellipsoid.

See Also