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 HemisphereHemisphere. from(Point point)Get the hemisphere for the pointstatic HemisphereHemisphere. fromLatitude(double latitude)Get the hemisphere for the latitudestatic HemisphereHemisphere. 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.
-