Class WellKnownText


  • public class WellKnownText
    extends Object
    DGIWG (Defence Geospatial Information Working Group) Well-Known Text constants
    Since:
    6.6.0
    Author:
    osbornb
    • 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
    • Constructor Detail

      • WellKnownText

        public WellKnownText()
    • 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 EPSG
        name - CRS name
        crsType - CRS type
        geoDatum - GeoDatums.WGS84, GeoDatums.ETRS89, or GeoDatums.NAD83
        latitudeOfOrigin - latitude of origin
        centralMeridian - central meridian
        scaleFactor - scale factor
        falseEasting - false easting
        falseNorthing - 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 EPSG
        name - CRS name
        crsType - CRS type
        geoDatum - GeoDatums.WGS84, GeoDatums.ETRS89, or GeoDatums.NAD83
        standardParallel1 - standard parallel 1
        standardParallel2 - standard parallel 2
        latitudeOfOrigin - latitude of origin
        centralMeridian - central meridian
        falseEasting - false easting
        falseNorthing - false northing
        Returns:
        well-known text