Package mil.nga.geopackage.dgiwg
Class UTMZone
- java.lang.Object
- 
- mil.nga.geopackage.dgiwg.UTMZone
 
- 
 public class UTMZone extends Object UTM Zone utilities- Since:
- 6.6.0
- Author:
- osbornb
 
- 
- 
Constructor SummaryConstructors Constructor Description UTMZone()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetCentralMeridian(long zone)Get the central meridianstatic longgetFalseNorthing(long epsg)Get the UTM Zone False Northingstatic StringgetLatDirection(long epsg)Get the UTM Zone Latitude Directionstatic longgetZone(long epsg)Get the UTM Zonestatic booleanisNorth(long epsg)Is the EPSG a UTM North Zonestatic booleanisSouth(long epsg)Is the EPSG a UTM South Zonestatic booleanisZone(long epsg)Is the EPSG a UTM Zone
 
- 
- 
- 
Field Detail- 
NORTH_MINpublic static final long NORTH_MIN North min EPSG code- See Also:
- Constant Field Values
 
 - 
NORTH_MAXpublic static final long NORTH_MAX North max EPSG code- See Also:
- Constant Field Values
 
 - 
SOUTH_MINpublic static final long SOUTH_MIN South min EPSG code- See Also:
- Constant Field Values
 
 - 
SOUTH_MAXpublic static final long SOUTH_MAX South max EPSG code- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getZonepublic static long getZone(long epsg) Get the UTM Zone
 - 
getLatDirectionpublic static String getLatDirection(long epsg) Get the UTM Zone Latitude Direction
 - 
getCentralMeridianpublic static long getCentralMeridian(long zone) Get the central meridian- Parameters:
- zone- UTM zone
- Returns:
- central meridian
 
 - 
getFalseNorthingpublic static long getFalseNorthing(long epsg) Get the UTM Zone False Northing
 - 
isZonepublic static boolean isZone(long epsg) Is the EPSG a UTM Zone- Parameters:
- epsg- EPSG
- Returns:
- true if UTM zone
 
 - 
isNorthpublic static boolean isNorth(long epsg) Is the EPSG a UTM North Zone- Parameters:
- epsg- EPSG
- Returns:
- true if UTM north zone
 
 - 
isSouthpublic static boolean isSouth(long epsg) Is the EPSG a UTM South Zone- Parameters:
- epsg- EPSG
- Returns:
- true if UTM south zone
 
 
- 
 
-