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