Reference sphere
A referenceSphere
object represents a sphere with a
specific name and radius that you can use in map projections and other geodetic
operations.
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.