Uses of Class
mil.nga.crs.geo.Ellipsoids
-
Packages that use Ellipsoids Package Description mil.nga.crs.geo -
-
Uses of Ellipsoids in mil.nga.crs.geo
Methods in mil.nga.crs.geo that return Ellipsoids Modifier and Type Method Description static Ellipsoids
Ellipsoids. fromName(String name)
Get the ellipsoids type from the nameEllipsoids
GeoDatums. getEllipsoid()
Get the ellipsoidstatic Ellipsoids
Ellipsoids. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ellipsoids[]
Ellipsoids. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-