Uses of Class
mil.nga.mgrs.utm.Hemisphere
-
Packages that use Hemisphere Package Description mil.nga.mgrs mil.nga.mgrs.features mil.nga.mgrs.gzd mil.nga.mgrs.utm -
-
Uses of Hemisphere in mil.nga.mgrs
Methods in mil.nga.mgrs that return Hemisphere Modifier and Type Method Description HemisphereMGRS. getHemisphere()Get the hemisphere -
Uses of Hemisphere in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return Hemisphere Modifier and Type Method Description HemispherePoint. getHemisphere()Get the point hemisphereMethods in mil.nga.mgrs.features with parameters of type Hemisphere Modifier and Type Method Description static PointPoint. create(int zoneNumber, Hemisphere hemisphere, double easting, double northing)Create a point from UTM values -
Uses of Hemisphere in mil.nga.mgrs.gzd
Methods in mil.nga.mgrs.gzd that return Hemisphere Modifier and Type Method Description HemisphereGridZone. getHemisphere()Get the hemisphereHemisphereLatitudeBand. getHemisphere()Get the hemisphere -
Uses of Hemisphere in mil.nga.mgrs.utm
Methods in mil.nga.mgrs.utm that return Hemisphere Modifier and Type Method Description static HemisphereHemisphere. fromBandLetter(char letter)Get the hemisphere of the band letterstatic HemisphereHemisphere. fromLatitude(double latitude)Get the hemisphere for the latitudeHemisphereUTM. getHemisphere()Get the hemispherestatic 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.Methods in mil.nga.mgrs.utm with parameters of type Hemisphere Modifier and Type Method Description static UTMUTM. create(int zone, Hemisphere hemisphere, double easting, double northing)Createstatic UTMUTM. from(Point latLng, int zone, Hemisphere hemisphere)Create from a coordinate, zone number, and hemisphereConstructors in mil.nga.mgrs.utm with parameters of type Hemisphere Constructor Description UTM(int zone, Hemisphere hemisphere, double easting, double northing)Constructor
-