Package mil.nga.geopackage.dgiwg
Class WellKnownText
- java.lang.Object
-
- mil.nga.geopackage.dgiwg.WellKnownText
-
public class WellKnownText extends Object
DGIWG (Defence Geospatial Information Working Group) Well-Known Text constants- Since:
- 6.6.0
- Author:
- osbornb
-
-
Field Summary
Fields Modifier and Type Field Description static String
EPSG_3035
ETRS89-extended / LAEA Europestatic String
EPSG_3395
WGS 84 / World Mercatorstatic String
EPSG_3855
EGM2008 geoid heightstatic String
EPSG_3857
WGS 84 / Pseudo-Mercatorstatic String
EPSG_3978
NAD83 / Canada Atlas Lambertstatic String
EPSG_4326
WGS 84 Geographic 2Dstatic String
EPSG_4979
WGS 84 Geographic 3Dstatic String
EPSG_5041
WGS 84 / UPS North (E,N)static String
EPSG_5042
WGS 84 / UPS South (E,N)static String
EPSG_9518
WGS84 4326 + EGM2008 height 3855
-
Constructor Summary
Constructors Constructor Description WellKnownText()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getLambertConicConformal1SP(long epsg, String name, CRSType crsType, GeoDatums geoDatum, double latitudeOfOrigin, double centralMeridian, double scaleFactor, double falseEasting, double falseNorthing)
Get Lambert Conic Conformal 1SP well-known textstatic String
getLambertConicConformal2SP(long epsg, String name, CRSType crsType, GeoDatums geoDatum, double standardParallel1, double standardParallel2, double latitudeOfOrigin, double centralMeridian, double falseEasting, double falseNorthing)
Get Lambert Conic Conformal 2SP well-known textstatic String
getUTMZone(long epsg)
Get the UTM Zone Well-Known Text
-
-
-
Field Detail
-
EPSG_3035
public static String EPSG_3035
ETRS89-extended / LAEA Europe
-
EPSG_3395
public static String EPSG_3395
WGS 84 / World Mercator
-
EPSG_3855
public static String EPSG_3855
EGM2008 geoid height
-
EPSG_3857
public static String EPSG_3857
WGS 84 / Pseudo-Mercator
-
EPSG_3978
public static String EPSG_3978
NAD83 / Canada Atlas Lambert
-
EPSG_4326
public static String EPSG_4326
WGS 84 Geographic 2D
-
EPSG_4979
public static String EPSG_4979
WGS 84 Geographic 3D
-
EPSG_5041
public static String EPSG_5041
WGS 84 / UPS North (E,N)
-
EPSG_5042
public static String EPSG_5042
WGS 84 / UPS South (E,N)
-
EPSG_9518
public static String EPSG_9518
WGS84 4326 + EGM2008 height 3855
-
-
Method Detail
-
getUTMZone
public static String getUTMZone(long epsg)
Get the UTM Zone Well-Known Text- Parameters:
epsg
- UTM Zone EPSG- Returns:
- UTM Zone Well-Known Text
-
getLambertConicConformal1SP
public static String getLambertConicConformal1SP(long epsg, String name, CRSType crsType, GeoDatums geoDatum, double latitudeOfOrigin, double centralMeridian, double scaleFactor, double falseEasting, double falseNorthing)
Get Lambert Conic Conformal 1SP well-known text- Parameters:
epsg
- Lambert Conic Conformal 1SP EPSGname
- CRS namecrsType
- CRS typegeoDatum
-GeoDatums.WGS84
,GeoDatums.ETRS89
, orGeoDatums.NAD83
latitudeOfOrigin
- latitude of origincentralMeridian
- central meridianscaleFactor
- scale factorfalseEasting
- false eastingfalseNorthing
- false northing- Returns:
- well-known text
-
getLambertConicConformal2SP
public static String getLambertConicConformal2SP(long epsg, String name, CRSType crsType, GeoDatums geoDatum, double standardParallel1, double standardParallel2, double latitudeOfOrigin, double centralMeridian, double falseEasting, double falseNorthing)
Get Lambert Conic Conformal 2SP well-known text- Parameters:
epsg
- Lambert Conic Conformal 2SP EPSGname
- CRS namecrsType
- CRS typegeoDatum
-GeoDatums.WGS84
,GeoDatums.ETRS89
, orGeoDatums.NAD83
standardParallel1
- standard parallel 1standardParallel2
- standard parallel 2latitudeOfOrigin
- latitude of origincentralMeridian
- central meridianfalseEasting
- false eastingfalseNorthing
- false northing- Returns:
- well-known text
-
-