referenceSphere
Reference sphere
Description
A referenceSphere object represents a sphere with a
            specific name and radius that you can use in map projections and other geodetic
            operations.
Creation
There are several ways to create reference sphere objects, including:
Description
S = referenceSphere creates a
                        referenceSphere object that represents the unit
                    sphere.
S = referenceSphere( creates a
                        name)referenceSphere object corresponding to the specified
                    spherical body given by name. The radius of the reference
                    sphere is in meters.
S = referenceSphere(
                    creates a name,lengthUnit)referenceSphere object with radius in the specified
                    unit of length, LengthUnit. The unit of length can be any
                    length unit supported by the validateLengthUnit
                    function.
Input Arguments
Properties
Examples
Version History
Introduced in R2012a