Class UTMZone


  • public class UTMZone
    extends Object
    UTM Zone utilities
    Since:
    6.6.0
    Author:
    osbornb
    • Constructor Detail

      • UTMZone

        public UTMZone()
    • Method Detail

      • getLatDirection

        public static String getLatDirection​(long epsg)
        Get the UTM Zone Latitude Direction
        Parameters:
        epsg - UTM Zone EPSG (NORTH_MIN - NORTH_MAX or SOUTH_MIN - SOUTH_MAX)
        Returns:
        latitude direction
      • getCentralMeridian

        public static long getCentralMeridian​(long zone)
        Get the central meridian
        Parameters:
        zone - UTM zone
        Returns:
        central meridian
      • getFalseNorthing

        public static long getFalseNorthing​(long epsg)
        Get the UTM Zone False Northing
        Parameters:
        epsg - UTM Zone EPSG (NORTH_MIN - NORTH_MAX or SOUTH_MIN - SOUTH_MAX)
        Returns:
        false northing
      • isZone

        public static boolean isZone​(long epsg)
        Is the EPSG a UTM Zone
        Parameters:
        epsg - EPSG
        Returns:
        true if UTM zone
      • isNorth

        public static boolean isNorth​(long epsg)
        Is the EPSG a UTM North Zone
        Parameters:
        epsg - EPSG
        Returns:
        true if UTM north zone
      • isSouth

        public static boolean isSouth​(long epsg)
        Is the EPSG a UTM South Zone
        Parameters:
        epsg - EPSG
        Returns:
        true if UTM south zone