Uses of Class
mil.nga.grid.Hemisphere
-
Packages that use Hemisphere Package Description mil.nga.grid -
-
Uses of Hemisphere in mil.nga.grid
Methods in mil.nga.grid that return Hemisphere Modifier and Type Method Description static Hemisphere
Hemisphere. from(Point point)
Get the hemisphere for the pointstatic Hemisphere
Hemisphere. fromLatitude(double latitude)
Get the hemisphere for the latitudestatic Hemisphere
Hemisphere. valueOf(String name)
Returns the enum constant of this type with the specified name.static Hemisphere[]
Hemisphere. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-