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