Package org.iogp.gigs

Class Test2207


@DisplayName("Projected CRS") public class Test2207 extends Series2000<ProjectedCRS>
Verifies reference projected CRSs bundled with the geoscience software.
Test description
Test method: Compare projected CRS definitions included in the software against the EPSG Dataset.
Test data: GIGS_lib_2207_ProjectedCRS.txt and EPSG Dataset.
Tested API: CRSAuthorityFactory.createProjectedCRS(String).
Expected result: Projected CRS definitions bundled with the software should have the same name, coordinate system (including units and axes abbreviations and axes order) and map projection as in the EPSG Dataset. CRSs missing from the software or at variance with those in the EPSG Dataset should be reported.

Usage example

in order to specify their factories and run the tests in a JUnit framework, implementers can define a subclass in their own test suite as in the example below:
public class MyTest extends Test2207 {
    public MyTest() {
        super(new MyCRSAuthorityFactory());
    }
}
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final CRSAuthorityFactory
    Factory to use for building ProjectedCRS instances, or null if none.
    int
    The EPSG code of the expected datum.
    The name of the base geographic CRS.
    boolean
    true if the expected axis directions are (NORTH, EAST) instead of the usual (EAST, NORTH).
    boolean
    true if the y values are increasing toward SOUTH instead of NORTH.
    boolean
    true if the x values are increasing toward WEST instead of EAST.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new test using the given factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Tests “Abidjan 1987 / UTM zone 30N” projected CRS creation from the factory.
    void
    Tests “Abidjan 1987 / UTM zone 29N” projected CRS creation from the factory.
    void
    Tests “Ain el Abd / UTM zone 36N” projected CRS creation from the factory.
    void
    Tests “Ain el Abd / UTM zone 37N” projected CRS creation from the factory.
    void
    Tests “ED50(ED77) / UTM zone 38N” projected CRS creation from the factory.
    void
    Tests “ED50(ED77) / UTM zone 39N” projected CRS creation from the factory.
    void
    Tests “ED50(ED77) / UTM zone 40N” projected CRS creation from the factory.
    void
    Tests “Naparima 1955 / UTM zone 20N” projected CRS creation from the factory.
    void
    Tests “Yemen NGN96 / UTM zone 38N” projected CRS creation from the factory.
    void
    Tests “Yemen NGN96 / UTM zone 39N” projected CRS creation from the factory.
    void
    Tests “Qatar 1948 / Qatar Grid” projected CRS creation from the factory.
    void
    Tests “Batavia / UTM zone 48S” projected CRS creation from the factory.
    void
    Tests “Batavia / UTM zone 49S” projected CRS creation from the factory.
    void
    Tests “Batavia / UTM zone 50S” projected CRS creation from the factory.
    void
    Tests “Accra / Ghana National Grid” projected CRS creation from the factory.
    void
    Tests “Accra / TM 1 NW” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 13” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 14” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 15” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 16” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 17” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 18” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 19” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 20” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 21” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 22” projected CRS creation from the factory.
    void
    Tests “Beijing 1954 / Gauss-Kruger zone 23” projected CRS creation from the factory.
    void
    Tests “RGF93 / Lambert-93” projected CRS creation from the factory.
    void
    Tests “Abidjan 1987 / TM 5 NW” projected CRS creation from the factory.
    void
    Tests “Bogota 1975 / Colombia West zone” projected CRS creation from the factory.
    void
    Tests “Bogota 1975 / Colombia Bogota zone” projected CRS creation from the factory.
    void
    Tests “Bogota 1975 / Colombia East Central zone” projected CRS creation from the factory.
    void
    Tests “Bogota 1975 / Colombia East zone” projected CRS creation from the factory.
    void
    Tests “NZGD2000 / New Zealand Transverse Mercator 2000” projected CRS creation from the factory.
    void
    Tests “Camacupa 1948 / UTM zone 32S” projected CRS creation from the factory.
    void
    Tests “Camacupa 1948 / UTM zone 33S” projected CRS creation from the factory.
    void
    Tests “Camacupa 1948 / TM 11.30 SE” projected CRS creation from the factory.
    void
    Tests “Camacupa 1948 / TM 12 SE” projected CRS creation from the factory.
    void
    Tests “Manoca 1962 / UTM zone 32N” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 1” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 2” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 3” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 4” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 5” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 6” projected CRS creation from the factory.
    void
    Tests “POSGAR 98 / Argentina 7” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 1” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 2” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 3” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 4” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 5” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 6” projected CRS creation from the factory.
    void
    Tests “POSGAR 94 / Argentina 7” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 1” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 2” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 3” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 4” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 5” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 6” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / Argentina 7” projected CRS creation from the factory.
    void
    Tests “Carthage / Nord Tunisie” projected CRS creation from the factory.
    void
    Tests “Carthage / Sud Tunisie” projected CRS creation from the factory.
    void
    Tests “NAD83 / Michigan South (ft)” projected CRS creation from the factory.
    void
    Tests “Deir ez Zor / Levant Zone” projected CRS creation from the factory.
    void
    Tests “Deir ez Zor / Syria Lambert” projected CRS creation from the factory.
    void
    Tests “NAD83 / Texas South Central (ftUS)” projected CRS creation from the factory.
    void
    Tests “Egypt 1907 / Blue Belt” projected CRS creation from the factory.
    void
    Tests “Egypt 1907 / Red Belt” projected CRS creation from the factory.
    void
    Tests “Egypt 1907 / Purple Belt” projected CRS creation from the factory.
    void
    Tests “Egypt 1907 / Extended Purple Belt” projected CRS creation from the factory.
    void
    Tests “ED50 / UTM zone 30N” projected CRS creation from the factory.
    void
    Tests “ED50 / UTM zone 31N” projected CRS creation from the factory.
    void
    Tests “ED50 / UTM zone 34N” projected CRS creation from the factory.
    void
    Tests “ED50 / UTM zone 35N” projected CRS creation from the factory.
    void
    Tests “Batavia / TM 109 SE” projected CRS creation from the factory.
    void
    Tests “ED50 / TM 0 N” projected CRS creation from the factory.
    void
    Tests “ED50 / TM 5 NE” projected CRS creation from the factory.
    void
    Tests “Trinidad 1903 / Trinidad Grid (ftCla)” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / UTM zone 19S” projected CRS creation from the factory.
    void
    Tests “Campo Inchauspe / UTM zone 20S” projected CRS creation from the factory.
    void
    Tests “Ain el Abd / Aramco Lambert” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 75E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 81E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 87E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 93E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 99E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 105E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 111E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 117E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 123E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 129E” projected CRS creation from the factory.
    void
    Tests “Xian 1980 / Gauss-Kruger CM 135E” projected CRS creation from the factory.
    void
    Tests “HD72 / EOV” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 46N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 47N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 48N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 49N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 50N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 51N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 52N” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 47S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 48S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 49S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 50S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 51S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 52S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 53S” projected CRS creation from the factory.
    void
    Tests “DGN95 / UTM zone 54S” projected CRS creation from the factory.
    void
    Tests “Indian 1954 / UTM zone 46N” projected CRS creation from the factory.
    void
    Tests “Indian 1954 / UTM zone 47N” projected CRS creation from the factory.
    void
    Tests “Indian 1954 / UTM zone 48N” projected CRS creation from the factory.
    void
    Tests “Indian 1975 / UTM zone 47N” projected CRS creation from the factory.
    void
    Tests “Indian 1975 / UTM zone 48N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1937 / UTM zone 45N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1937 / UTM zone 46N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1962 / UTM zone 42N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1962 / UTM zone 43N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1975 / UTM zone 42N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1975 / UTM zone 43N” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1937 / India zone IIb” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1962 / India zone I” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1962 / India zone IIa” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1975 / India zone IIa” projected CRS creation from the factory.
    void
    Tests “Kalianpur 1975 / India zone IIb” projected CRS creation from the factory.
    void
    Tests “Kertau 1968 / UTM zone 47N” projected CRS creation from the factory.
    void
    Tests “Kertau 1968 / UTM zone 48N” projected CRS creation from the factory.
    void
    Tests “KOC Lambert” projected CRS creation from the factory.
    void
    Tests “PSAD56 / Peru west zone” projected CRS creation from the factory.
    void
    Tests “PSAD56 / Peru central zone” projected CRS creation from the factory.
    void
    Tests “PSAD56 / Peru east zone” projected CRS creation from the factory.
    void
    Tests “Luzon 1911 / Philippines zone I” projected CRS creation from the factory.
    void
    Tests “Luzon 1911 / Philippines zone II” projected CRS creation from the factory.
    void
    Tests “Luzon 1911 / Philippines zone III” projected CRS creation from the factory.
    void
    Tests “Luzon 1911 / Philippines zone IV” projected CRS creation from the factory.
    void
    Tests “Luzon 1911 / Philippines zone V” projected CRS creation from the factory.
    void
    Tests “Malongo 1987 / UTM zone 32S” projected CRS creation from the factory.
    void
    Tests “Minna / Nigeria West Belt” projected CRS creation from the factory.
    void
    Tests “Minna / Nigeria Mid Belt” projected CRS creation from the factory.
    void
    Tests “Minna / Nigeria East Belt” projected CRS creation from the factory.
    void
    Tests “NAD83 / Michigan South” projected CRS creation from the factory.
    void
    Tests “Nahrwan 1967 / UTM zone 39N” projected CRS creation from the factory.
    void
    Tests “Nahrwan 1967 / UTM zone 40N” projected CRS creation from the factory.
    void
    Tests “NZGD49 / New Zealand Map Grid” projected CRS creation from the factory.
    void
    Tests “NZGD49 / North Island Grid” projected CRS creation from the factory.
    void
    Tests “NZGD49 / South Island Grid” projected CRS creation from the factory.
    void
    Tests “NTF (Paris) / Lambert zone I” projected CRS creation from the factory.
    void
    Tests “NTF (Paris) / Lambert zone II” projected CRS creation from the factory.
    void
    Tests “NTF (Paris) / Lambert zone III” projected CRS creation from the factory.
    void
    Tests “OSGB36 / British National Grid” projected CRS creation from the factory.
    void
    Tests “NAD83(HARN) / Michigan South” projected CRS creation from the factory.
    void
    Tests “Pointe Noire / UTM zone 32S” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942 / Gauss-Kruger zone 9” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942 / Gauss-Kruger zone 16” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942 / Gauss-Kruger zone 24” projected CRS creation from the factory.
    void
    Tests “NAD83(HARN) / Texas North Central” projected CRS creation from the factory.
    void
    Tests “Qatar 1974 / Qatar National Grid” projected CRS creation from the factory.
    void
    Tests “NAD83(HARN) / Michigan South (ft)” projected CRS creation from the factory.
    void
    Tests “Amersfoort / RD New” projected CRS creation from the factory.
    void
    Tests “SAD69 / Brazil Polyconic” projected CRS creation from the factory.
    void
    Tests “NAD83(HARN) / Texas North Central (ftUS)” projected CRS creation from the factory.
    void
    Tests “SAD69 / UTM zone 24S” projected CRS creation from the factory.
    void
    Tests “QND95 / Qatar National Grid” projected CRS creation from the factory.
    void
    Tests “Schwarzeck / UTM zone 33S” projected CRS creation from the factory.
    void
    Tests “Schwarzeck / Lo22/11” projected CRS creation from the factory.
    void
    Tests “NAD83(CSRS) / UTM zone 11N” projected CRS creation from the factory.
    void
    Tests “NAD83(CSRS) / UTM zone 12N” projected CRS creation from the factory.
    void
    Tests “Tananarive (Paris) / Laborde Grid” projected CRS creation from the factory.
    void
    Tests “Tananarive (Paris) / Laborde Grid approximation” projected CRS creation from the factory.
    void
    Tests “Tananarive / UTM zone 38S” projected CRS creation from the factory.
    void
    Tests “Timbalai 1948 / UTM zone 50N” projected CRS creation from the factory.
    void
    Tests “Timbalai 1948 / RSO Borneo (ch)” projected CRS creation from the factory.
    void
    Tests “Timbalai 1948 / RSO Borneo (ftSe)” projected CRS creation from the factory.
    void
    Tests “Timbalai 1948 / RSO Borneo (m)” projected CRS creation from the factory.
    void
    Tests “Batavia / NEIEZ” projected CRS creation from the factory.
    void
    Tests “Monte Mario / Italy zone 1” projected CRS creation from the factory.
    void
    Tests “Monte Mario / Italy zone 2” projected CRS creation from the factory.
    void
    Tests “Trinidad 1903 / Trinidad Grid” projected CRS creation from the factory.
    void
    Tests “TC(1948) / UTM zone 39N” projected CRS creation from the factory.
    void
    Tests “Nord Sahara 1959 / UTM zone 30N” projected CRS creation from the factory.
    void
    Tests “Nord Sahara 1959 / UTM zone 31N” projected CRS creation from the factory.
    void
    Tests “Nord Sahara 1959 / UTM zone 32N” projected CRS creation from the factory.
    void
    Tests “Nord Sahara 1959 / Nord Algerie” projected CRS creation from the factory.
    void
    Tests “Nord Sahara 1959 / Sud Algerie” projected CRS creation from the factory.
    void
    Tests “MAGNA-SIRGAS / Colombia Far West zone” projected CRS creation from the factory.
    void
    Tests “MAGNA-SIRGAS / Colombia West zone” projected CRS creation from the factory.
    void
    Tests “MAGNA-SIRGAS / Colombia Bogota zone” projected CRS creation from the factory.
    void
    Tests “MAGNA-SIRGAS / Colombia East Central zone” projected CRS creation from the factory.
    void
    Tests “MAGNA-SIRGAS / Colombia East zone” projected CRS creation from the factory.
    void
    Tests “PRS92 / Philippines zone 1” projected CRS creation from the factory.
    void
    Tests “PRS92 / Philippines zone 2” projected CRS creation from the factory.
    void
    Tests “PRS92 / Philippines zone 3” projected CRS creation from the factory.
    void
    Tests “PRS92 / Philippines zone 4” projected CRS creation from the factory.
    void
    Tests “PRS92 / Philippines zone 5” projected CRS creation from the factory.
    void
    Tests “DHDN / 3-degree Gauss-Kruger zone 2” projected CRS creation from the factory.
    void
    Tests “DHDN / 3-degree Gauss-Kruger zone 3” projected CRS creation from the factory.
    void
    Tests “DHDN / 3-degree Gauss-Kruger zone 4” projected CRS creation from the factory.
    void
    Tests “DHDN / 3-degree Gauss-Kruger zone 5” projected CRS creation from the factory.
    void
    Tests “Indian 1960 / UTM zone 48N” projected CRS creation from the factory.
    void
    Tests “Indian 1960 / UTM zone 49N” projected CRS creation from the factory.
    void
    Tests “Dealul Piscului 1930 / Stereo 33” projected CRS creation from the factory.
    void
    Tests “Kertau (RSO) / RSO Malaya (ch)” projected CRS creation from the factory.
    void
    Tests “Kertau (RSO) / RSO Malaya (m)” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 5” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 6” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 7” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 8” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 9” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 10” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 11” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 12” projected CRS creation from the factory.
    void
    Tests “LGD2006 / Libya TM zone 13” projected CRS creation from the factory.
    void
    Tests “SIRGAS 2000 / UTM zone 22S” projected CRS creation from the factory.
    void
    Tests “LGD2006 / UTM zone 32N” projected CRS creation from the factory.
    void
    Tests “SIRGAS 1995 / UTM zone 22S” projected CRS creation from the factory.
    void
    Tests “FD58 / Iraq zone” projected CRS creation from the factory.
    void
    Tests “NAD27 / New Mexico East” projected CRS creation from the factory.
    void
    Tests “NAD27 / Texas South Central” projected CRS creation from the factory.
    void
    Tests “NAD27 / BLM 14N (ftUS)” projected CRS creation from the factory.
    void
    Tests “NAD27 / BLM 15N (ftUS)” projected CRS creation from the factory.
    void
    Tests “NAD27 / BLM 16N (ftUS)” projected CRS creation from the factory.
    void
    Tests “NAD83 / Texas South Central” projected CRS creation from the factory.
    void
    Tests “NAD83 / Wyoming East Central” projected CRS creation from the factory.
    void
    Tests “WGS 72BE / UTM zone 48N” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942(58) / Gauss-Kruger zone 4” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942(58) / Gauss-Kruger zone 5” projected CRS creation from the factory.
    void
    Tests “Mauritania 1999 / UTM zone 28N” projected CRS creation from the factory.
    void
    Tests “Mauritania 1999 / UTM zone 29N” projected CRS creation from the factory.
    void
    Tests “Mauritania 1999 / UTM zone 30N” projected CRS creation from the factory.
    void
    Tests “Mhast (onshore) / UTM zone 32S” projected CRS creation from the factory.
    void
    Tests “Mhast (offshore) / UTM zone 32S” projected CRS creation from the factory.
    void
    Tests “Egypt Gulf of Suez S-650 TL / Red Belt” projected CRS creation from the factory.
    void
    Tests “IGN Astro 1960 / UTM zone 28N” projected CRS creation from the factory.
    void
    Tests “IGN Astro 1960 / UTM zone 29N” projected CRS creation from the factory.
    void
    Tests “IGN Astro 1960 / UTM zone 30N” projected CRS creation from the factory.
    void
    Tests “GDM2000 / Peninsula RSO” projected CRS creation from the factory.
    void
    Tests “GDM2000 / East Malaysia BRSO” projected CRS creation from the factory.
    void
    Tests “PSD93 / UTM zone 40N” projected CRS creation from the factory.
    void
    Tests “NAD83 / Wyoming East (ftUS)” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942(83) / Gauss-Kruger zone 4” projected CRS creation from the factory.
    void
    Tests “Pulkovo 1942(58) / Stereo70” projected CRS creation from the factory.
    Returns the projected CRS instance to be tested.
    void
    Tests “AGD66 / AMG” projected CRS creation from the factory.
    void
    Tests “AGD84 / AMG” projected CRS creation from the factory.
    void
    Tests “Aratu / UTM” projected CRS creation from the factory.
    void
    Tests “ED50 / UTM” projected CRS creation from the factory.
    void
    Tests “ELD79 / Libya” projected CRS creation from the factory.
    void
    Tests “ELD79 / UTM” projected CRS creation from the factory.
    void
    Tests “ETRS89 / UTM” projected CRS creation from the factory.
    void
    Tests “Fahud / UTM” projected CRS creation from the factory.
    void
    Tests “GDA94 / MGA” projected CRS creation from the factory.
    void
    Tests “LGD2006 / UTM” projected CRS creation from the factory.
    void
    Tests “Minna / UTM” projected CRS creation from the factory.
    void
    Tests “NAD27 / UTM” projected CRS creation from the factory.
    void
    Tests “NAD83 / UTM” projected CRS creation from the factory.
    void
    Tests “NZGD2000 / UTM” projected CRS creation from the factory.
    void
    Tests “PSAD56 / UTM” projected CRS creation from the factory.
    void
    Tests “REGVEN / UTM” projected CRS creation from the factory.
    void
    Tests “WGS 84 / UTM” projected CRS creation from the factory.

    Methods inherited from class Series2000

    getVerifiableName

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • datumCode

      public int datumCode
      The EPSG code of the expected datum. This field is set by all test methods before to create and verify the ProjectedCRS instance.
    • geographicCRS

      public String geographicCRS
      The name of the base geographic CRS. This field is set by all test methods before to create and verify the ProjectedCRS instance.
    • isNorthAxisFirst

      public boolean isNorthAxisFirst
      true if the expected axis directions are (NORTH, EAST) instead of the usual (EAST, NORTH). This field is set by all test methods before to create and verify the ProjectedCRS instance.
    • isWestOrientated

      public boolean isWestOrientated
      true if the x values are increasing toward WEST instead of EAST. This field is set by all test methods before to create and verify the ProjectedCRS instance.
    • isSouthOrientated

      public boolean isSouthOrientated
      true if the y values are increasing toward SOUTH instead of NORTH. This field is set by all test methods before to create and verify the ProjectedCRS instance.
    • crsAuthorityFactory

      protected final CRSAuthorityFactory crsAuthorityFactory
      Factory to use for building ProjectedCRS instances, or null if none. This is the factory used by the getIdentifiedObject() method.
  • Constructor Details

    • Test2207

      public Test2207(CRSAuthorityFactory crsFactory)
      Creates a new test using the given factory. If a given factory is null, then the tests which depend on it will be skipped.
      Parameters:
      crsFactory - factory for creating ProjectedCRS instances.
  • Method Details

    • getIdentifiedObject

      public ProjectedCRS getIdentifiedObject() throws FactoryException
      Returns the projected CRS instance to be tested. When this method is invoked for the first time, it creates the CRS to test by invoking the CRSAuthorityFactory.createProjectedCRS(String) method with the current Series2000.code value in argument. The created object is then cached and returned in all subsequent invocations of this method.
      Specified by:
      getIdentifiedObject in class Series2000<ProjectedCRS>
      Returns:
      the projected CRS instance to test.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS instance.
    • EPSG_2165

      @Test @DisplayName("Abidjan 1987 / TM 5 NW") public void EPSG_2165() throws FactoryException
      Tests “Abidjan 1987 / TM 5 NW” projected CRS creation from the factory.
      • EPSG projected CRS code: 2165
      • EPSG projected CRS name: Abidjan 1987 / TM 5 NW
      • Alias(es) given by EPSG: Cote d'Ivoire / TM 5 NW, Port Bouet / TM 5 NW
      • Geographic CRS name: Abidjan 1987
      • EPSG Usage Extent: Cote d'Ivoire (Ivory Coast) - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2043

      @Test @DisplayName("Abidjan 1987 / UTM zone 29N") public void EPSG_2043() throws FactoryException
      Tests “Abidjan 1987 / UTM zone 29N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2043
      • EPSG projected CRS name: Abidjan 1987 / UTM zone 29N
      • Alias(es) given by EPSG: Abidjan 87 / UTM 29N, Port Bouet / UTM zone 29N, Côte d'Ivoire / UTM zone 29N
      • Geographic CRS name: Abidjan 1987
      • EPSG Usage Extent: Cote d'Ivoire (Ivory Coast) - west of 6°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2041

      @Test @DisplayName("Abidjan 1987 / UTM zone 30N") public void EPSG_2041() throws FactoryException
      Tests “Abidjan 1987 / UTM zone 30N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2041
      • EPSG projected CRS name: Abidjan 1987 / UTM zone 30N
      • Alias(es) given by EPSG: Abidjan 87 / UTM 30N, Port Bouet / UTM zone 30N, Côte d'Ivoire / UTM zone 30N
      • Geographic CRS name: Abidjan 1987
      • EPSG Usage Extent: Cote d'Ivoire (Ivory Coast) - east of 6°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2136

      @Test @DisplayName("Accra / Ghana National Grid") public void EPSG_2136() throws FactoryException
      Tests “Accra / Ghana National Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 2136
      • EPSG projected CRS name: Accra / Ghana National Grid
      • Alias(es) given by EPSG: Accra / Gold Coast Grid, Accra / Ghana Nat. Grid
      • Geographic CRS name: Accra
      • EPSG Usage Extent: Ghana - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2137

      @Test @DisplayName("Accra / TM 1 NW") public void EPSG_2137() throws FactoryException
      Tests “Accra / TM 1 NW” projected CRS creation from the factory.
      • EPSG projected CRS code: 2137
      • EPSG projected CRS name: Accra / TM 1 NW
      • Alias(es) given by EPSG: Accra / Ghana TM
      • Geographic CRS name: Accra
      • EPSG Usage Extent: Ghana - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousAGD66AMG

      @Test @DisplayName("AGD66 / AMG") public void variousAGD66AMG() throws FactoryException
      Tests “AGD66 / AMG” projected CRS creation from the factory.
      • EPSG projected CRS code: 20249, 20250, 20251, 20252, 20253, 20254, 20255, 20256
      • EPSG projected CRS name: AGD66 / AMG
      • Geographic CRS name: AGD66
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousAGD84AMG

      @Test @DisplayName("AGD84 / AMG") public void variousAGD84AMG() throws FactoryException
      Tests “AGD84 / AMG” projected CRS creation from the factory.
      • EPSG projected CRS code: 20349, 20350, 20351, 20352, 20353, 20354, 20355, 20356
      • EPSG projected CRS name: AGD84 / AMG
      • Geographic CRS name: AGD84
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2318

      @Test @DisplayName("Ain el Abd / Aramco Lambert") public void EPSG_2318() throws FactoryException
      Tests “Ain el Abd / Aramco Lambert” projected CRS creation from the factory.
      • EPSG projected CRS code: 2318
      • EPSG projected CRS name: Ain el Abd / Aramco Lambert
      • Alias(es) given by EPSG: Ain el Abd / Aramco Lamb
      • Geographic CRS name: Ain el Abd
      • EPSG Usage Extent: Saudi Arabia - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_20436

      @Test @DisplayName("Ain el Abd / UTM zone 36N") public void EPSG_20436() throws FactoryException
      Tests “Ain el Abd / UTM zone 36N” projected CRS creation from the factory.
      • EPSG projected CRS code: 20436
      • EPSG projected CRS name: Ain el Abd / UTM zone 36N
      • Alias(es) given by EPSG: Ain el Abd / UTM 36N
      • Geographic CRS name: Ain el Abd
      • EPSG Usage Extent: Saudi Arabia - onshore west of 36°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_20437

      @Test @DisplayName("Ain el Abd / UTM zone 37N") public void EPSG_20437() throws FactoryException
      Tests “Ain el Abd / UTM zone 37N” projected CRS creation from the factory.
      • EPSG projected CRS code: 20437
      • EPSG projected CRS name: Ain el Abd / UTM zone 37N
      • Alias(es) given by EPSG: Ain el Abd / UTM 37N
      • Geographic CRS name: Ain el Abd
      • EPSG Usage Extent: Saudi Arabia - onshore 36°E to 42°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_28992

      @Test @DisplayName("Amersfoort / RD New") public void EPSG_28992() throws FactoryException
      Tests “Amersfoort / RD New” projected CRS creation from the factory.
      • EPSG projected CRS code: 28992
      • EPSG projected CRS name: Amersfoort / RD New
      • Alias(es) given by EPSG: Stelsel van de Rijksdriehoeksmeting
      • Geographic CRS name: Amersfoort
      • EPSG Usage Extent: Netherlands - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousAratuUTM

      @Test @DisplayName("Aratu / UTM") public void variousAratuUTM() throws FactoryException
      Tests “Aratu / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 20822, 20823, 20824
      • EPSG projected CRS name: Aratu / UTM
      • Geographic CRS name: Aratu
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3001

      @Test @DisplayName("Batavia / NEIEZ") public void EPSG_3001() throws FactoryException
      Tests “Batavia / NEIEZ” projected CRS creation from the factory.
      • EPSG projected CRS code: 3001
      • EPSG projected CRS name: Batavia / NEIEZ
      • Geographic CRS name: Batavia
      • EPSG Usage Extent: Indonesia - Bali; Java and western Sumatra onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2308

      @Test @DisplayName("Batavia / TM 109 SE") public void EPSG_2308() throws FactoryException
      Tests “Batavia / TM 109 SE” projected CRS creation from the factory.
      • EPSG projected CRS code: 2308
      • EPSG projected CRS name: Batavia / TM 109 SE
      • Alias(es) given by EPSG: Genuk / TM 109 SE
      • Geographic CRS name: Batavia
      • EPSG Usage Extent: Indonesia - Java Sea - offshore northwest Java
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21148

      @Test @DisplayName("Batavia / UTM zone 48S") public void EPSG_21148() throws FactoryException
      Tests “Batavia / UTM zone 48S” projected CRS creation from the factory.
      • EPSG projected CRS code: 21148
      • EPSG projected CRS name: Batavia / UTM zone 48S
      • Alias(es) given by EPSG: Genuk / UTM zone 48S
      • Geographic CRS name: Batavia
      • EPSG Usage Extent: Indonesia - Java and Java Sea - west of 108°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21149

      @Test @DisplayName("Batavia / UTM zone 49S") public void EPSG_21149() throws FactoryException
      Tests “Batavia / UTM zone 49S” projected CRS creation from the factory.
      • EPSG projected CRS code: 21149
      • EPSG projected CRS name: Batavia / UTM zone 49S
      • Alias(es) given by EPSG: Genuk / UTM zone 49S
      • Geographic CRS name: Batavia
      • EPSG Usage Extent: Indonesia - Java and Java Sea - 108°E to 114°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21150

      @Test @DisplayName("Batavia / UTM zone 50S") public void EPSG_21150() throws FactoryException
      Tests “Batavia / UTM zone 50S” projected CRS creation from the factory.
      • EPSG projected CRS code: 21150
      • EPSG projected CRS name: Batavia / UTM zone 50S
      • Alias(es) given by EPSG: Genuk / UTM zone 50S
      • Geographic CRS name: Batavia
      • EPSG Usage Extent: Indonesia - Java and Java Sea - east of 114°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21413

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 13") public void EPSG_21413() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 13” projected CRS creation from the factory.
      • EPSG projected CRS code: 21413
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 13
      • Alias(es) given by EPSG: Beijing / GK zone 13, Beijing 1954 / 6-degree Gauss-Kruger zone 13
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - west of 78°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21414

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 14") public void EPSG_21414() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 14” projected CRS creation from the factory.
      • EPSG projected CRS code: 21414
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 14
      • Alias(es) given by EPSG: Beijing / GK zone 14, Beijing 1954 / 6-degree Gauss-Kruger zone 14
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 78°E to 84°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21415

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 15") public void EPSG_21415() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 15” projected CRS creation from the factory.
      • EPSG projected CRS code: 21415
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 15
      • Alias(es) given by EPSG: Beijing / GK zone 15, Beijing 1954 / 6-degree Gauss-Kruger zone 15
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 84°E to 90°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21416

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 16") public void EPSG_21416() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 16” projected CRS creation from the factory.
      • EPSG projected CRS code: 21416
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 16
      • Alias(es) given by EPSG: Beijing / GK zone 16, Beijing 1954 / 6-degree Gauss-Kruger zone 16
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 90°E to 96°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21417

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 17") public void EPSG_21417() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 17” projected CRS creation from the factory.
      • EPSG projected CRS code: 21417
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 17
      • Alias(es) given by EPSG: Beijing / GK zone 17, Beijing 1954 / 6-degree Gauss-Kruger zone 17
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 96°E to 102°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21418

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 18") public void EPSG_21418() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 18” projected CRS creation from the factory.
      • EPSG projected CRS code: 21418
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 18
      • Alias(es) given by EPSG: Beijing / GK zone 18, Beijing 1954 / 6-degree Gauss-Kruger zone 18
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 102°E to 108°E onshore
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21419

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 19") public void EPSG_21419() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 19” projected CRS creation from the factory.
      • EPSG projected CRS code: 21419
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 19
      • Alias(es) given by EPSG: Beijing / GK zone 19, Beijing 1954 / 6-degree Gauss-Kruger zone 19
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 108°E to 114°E onshore
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21420

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 20") public void EPSG_21420() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 20” projected CRS creation from the factory.
      • EPSG projected CRS code: 21420
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 20
      • Alias(es) given by EPSG: Beijing / GK zone 20, Beijing 1954 / 6-degree Gauss-Kruger zone 20
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 114°E to 120°E onshore
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21421

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 21") public void EPSG_21421() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 21” projected CRS creation from the factory.
      • EPSG projected CRS code: 21421
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 21
      • Alias(es) given by EPSG: Beijing / GK zone 21, Beijing 1954 / 6-degree Gauss-Kruger zone 21
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 120°E to 126°E onshore
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21422

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 22") public void EPSG_21422() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 22” projected CRS creation from the factory.
      • EPSG projected CRS code: 21422
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 22
      • Alias(es) given by EPSG: Beijing / GK zone 22, Beijing 1954 / 6-degree Gauss-Kruger zone 22
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - 126°E to 132°E onshore
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21423

      @Test @DisplayName("Beijing 1954 / Gauss-Kruger zone 23") public void EPSG_21423() throws FactoryException
      Tests “Beijing 1954 / Gauss-Kruger zone 23” projected CRS creation from the factory.
      • EPSG projected CRS code: 21423
      • EPSG projected CRS name: Beijing 1954 / Gauss-Kruger zone 23
      • Alias(es) given by EPSG: Beijing / GK zone 23, Beijing 1954 / 6-degree Gauss-Kruger zone 23
      • Geographic CRS name: Beijing 1954
      • EPSG Usage Extent: China - east of 132°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21897

      @Test @DisplayName("Bogota 1975 / Colombia Bogota zone") public void EPSG_21897() throws FactoryException
      Tests “Bogota 1975 / Colombia Bogota zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 21897
      • EPSG projected CRS name: Bogota 1975 / Colombia Bogota zone
      • Alias(es) given by EPSG: Bogota / Colombia Bogota
      • Geographic CRS name: Bogota 1975
      • EPSG Usage Extent: Colombia - 75°35'W to 72°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21898

      @Test @DisplayName("Bogota 1975 / Colombia East Central zone") public void EPSG_21898() throws FactoryException
      Tests “Bogota 1975 / Colombia East Central zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 21898
      • EPSG projected CRS name: Bogota 1975 / Colombia East Central zone
      • Alias(es) given by EPSG: Bogota / Colombia 3E
      • Geographic CRS name: Bogota 1975
      • EPSG Usage Extent: Colombia - 72°35'W to 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21899

      @Test @DisplayName("Bogota 1975 / Colombia East zone") public void EPSG_21899() throws FactoryException
      Tests “Bogota 1975 / Colombia East zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 21899
      • EPSG projected CRS name: Bogota 1975 / Colombia East zone
      • Alias(es) given by EPSG: Bogota / Colombia 6E
      • Geographic CRS name: Bogota 1975
      • EPSG Usage Extent: Colombia - east of 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_21896

      @Test @DisplayName("Bogota 1975 / Colombia West zone") public void EPSG_21896() throws FactoryException
      Tests “Bogota 1975 / Colombia West zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 21896
      • EPSG projected CRS name: Bogota 1975 / Colombia West zone
      • Alias(es) given by EPSG: Bogota / Colombia 3W
      • Geographic CRS name: Bogota 1975
      • EPSG Usage Extent: Colombia - west of 75°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22091

      @Test @DisplayName("Camacupa 1948 / TM 11.30 SE") public void EPSG_22091() throws FactoryException
      Tests “Camacupa 1948 / TM 11.30 SE” projected CRS creation from the factory.
      • EPSG projected CRS code: 22091
      • EPSG projected CRS name: Camacupa 1948 / TM 11.30 SE
      • Alias(es) given by EPSG: Camacupa / TM 11.30 SE
      • Geographic CRS name: Camacupa
      • EPSG Usage Extent: Angola - offshore block 15
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22092

      @Test @DisplayName("Camacupa 1948 / TM 12 SE") public void EPSG_22092() throws FactoryException
      Tests “Camacupa 1948 / TM 12 SE” projected CRS creation from the factory.
      • EPSG projected CRS code: 22092
      • EPSG projected CRS name: Camacupa 1948 / TM 12 SE
      • Alias(es) given by EPSG: Camacupa / TM 12 SE
      • Geographic CRS name: Camacupa
      • EPSG Usage Extent: Angola - Angola proper - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22032

      @Test @DisplayName("Camacupa 1948 / UTM zone 32S") public void EPSG_22032() throws FactoryException
      Tests “Camacupa 1948 / UTM zone 32S” projected CRS creation from the factory.
      • EPSG projected CRS code: 22032
      • EPSG projected CRS name: Camacupa 1948 / UTM zone 32S
      • Alias(es) given by EPSG: Camacupa / UTM zone 32S
      • Geographic CRS name: Camacupa
      • EPSG Usage Extent: Angola - Angola proper - offshore - west of 12°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22033

      @Test @DisplayName("Camacupa 1948 / UTM zone 33S") public void EPSG_22033() throws FactoryException
      Tests “Camacupa 1948 / UTM zone 33S” projected CRS creation from the factory.
      • EPSG projected CRS code: 22033
      • EPSG projected CRS name: Camacupa 1948 / UTM zone 33S
      • Alias(es) given by EPSG: Camacupa / UTM zone 33S
      • Geographic CRS name: Camacupa
      • EPSG Usage Extent: Angola - Angola proper - 12°E to 18°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22191

      @Test @DisplayName("Campo Inchauspe / Argentina 1") public void EPSG_22191() throws FactoryException
      Tests “Campo Inchauspe / Argentina 1” projected CRS creation from the factory.
      • EPSG projected CRS code: 22191
      • EPSG projected CRS name: Campo Inchauspe / Argentina 1
      • Alias(es) given by EPSG: C Inchauspe / Argentina 1, Campo Inchauspe / Gauss-Kruger zone 1, C Inchauspe /Argentina 1
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - west of 70.5°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22192

      @Test @DisplayName("Campo Inchauspe / Argentina 2") public void EPSG_22192() throws FactoryException
      Tests “Campo Inchauspe / Argentina 2” projected CRS creation from the factory.
      • EPSG projected CRS code: 22192
      • EPSG projected CRS name: Campo Inchauspe / Argentina 2
      • Alias(es) given by EPSG: C Inchauspe / Argentina 2, Campo Inchauspe / Gauss-Kruger zone 2, C Inchauspe /Argentina 2
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - 70.5°W to 67.5°W mainland onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22193

      @Test @DisplayName("Campo Inchauspe / Argentina 3") public void EPSG_22193() throws FactoryException
      Tests “Campo Inchauspe / Argentina 3” projected CRS creation from the factory.
      • EPSG projected CRS code: 22193
      • EPSG projected CRS name: Campo Inchauspe / Argentina 3
      • Alias(es) given by EPSG: C Inchauspe / Argentina 3, Campo Inchauspe / Gauss-Kruger zone 3, C Inchauspe /Argentina 3
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - 67.5°W to 64.5°W mainland onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22194

      @Test @DisplayName("Campo Inchauspe / Argentina 4") public void EPSG_22194() throws FactoryException
      Tests “Campo Inchauspe / Argentina 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 22194
      • EPSG projected CRS name: Campo Inchauspe / Argentina 4
      • Alias(es) given by EPSG: C Inchauspe / Argentina 4, Campo Inchauspe / Gauss-Kruger zone 4, C Inchauspe /Argentina 4
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - 64.5°W to 61.5°W mainland onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22195

      @Test @DisplayName("Campo Inchauspe / Argentina 5") public void EPSG_22195() throws FactoryException
      Tests “Campo Inchauspe / Argentina 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 22195
      • EPSG projected CRS name: Campo Inchauspe / Argentina 5
      • Alias(es) given by EPSG: C Inchauspe / Argentina 5, Campo Inchauspe / Gauss-Kruger zone 5, C Inchauspe /Argentina 5
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - 61.5°W to 58.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22196

      @Test @DisplayName("Campo Inchauspe / Argentina 6") public void EPSG_22196() throws FactoryException
      Tests “Campo Inchauspe / Argentina 6” projected CRS creation from the factory.
      • EPSG projected CRS code: 22196
      • EPSG projected CRS name: Campo Inchauspe / Argentina 6
      • Alias(es) given by EPSG: C Inchauspe / Argentina 6, Campo Inchauspe / Gauss-Kruger zone 6, C Inchauspe /Argentina 6
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - 58.5°W to 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22197

      @Test @DisplayName("Campo Inchauspe / Argentina 7") public void EPSG_22197() throws FactoryException
      Tests “Campo Inchauspe / Argentina 7” projected CRS creation from the factory.
      • EPSG projected CRS code: 22197
      • EPSG projected CRS name: Campo Inchauspe / Argentina 7
      • Alias(es) given by EPSG: C Inchauspe / Argentina 7, Campo Inchauspe / Gauss-Kruger zone 7, C Inchauspe /Argentina 7
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - east of 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2315

      @Test @DisplayName("Campo Inchauspe / UTM zone 19S") public void EPSG_2315() throws FactoryException
      Tests “Campo Inchauspe / UTM zone 19S” projected CRS creation from the factory.
      • EPSG projected CRS code: 2315
      • EPSG projected CRS name: Campo Inchauspe / UTM zone 19S
      • Alias(es) given by EPSG: C Inchauspe / UTM 19S, Campo Inchauspe /UTM 19S
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - Tierra del Fuego offshore west of 66°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2316

      @Test @DisplayName("Campo Inchauspe / UTM zone 20S") public void EPSG_2316() throws FactoryException
      Tests “Campo Inchauspe / UTM zone 20S” projected CRS creation from the factory.
      • EPSG projected CRS code: 2316
      • EPSG projected CRS name: Campo Inchauspe / UTM zone 20S
      • Alias(es) given by EPSG: C Inchauspe / UTM 20S, Campo Inchauspe /UTM 20S
      • Geographic CRS name: Campo Inchauspe
      • EPSG Usage Extent: Argentina - Tierra del Fuego offshore east of 66°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22391

      @Test @DisplayName("Carthage / Nord Tunisie") public void EPSG_22391() throws FactoryException
      Tests “Carthage / Nord Tunisie” projected CRS creation from the factory.
      • EPSG projected CRS code: 22391
      • EPSG projected CRS name: Carthage / Nord Tunisie
      • Geographic CRS name: Carthage
      • EPSG Usage Extent: Tunisia - north of 34°39'N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22392

      @Test @DisplayName("Carthage / Sud Tunisie") public void EPSG_22392() throws FactoryException
      Tests “Carthage / Sud Tunisie” projected CRS creation from the factory.
      • EPSG projected CRS code: 22392
      • EPSG projected CRS name: Carthage / Sud Tunisie
      • Geographic CRS name: Carthage
      • EPSG Usage Extent: Tunisia - south of 34°39'N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31600

      @Test @DisplayName("Dealul Piscului 1930 / Stereo 33") public void EPSG_31600() throws FactoryException
      Tests “Dealul Piscului 1930 / Stereo 33” projected CRS creation from the factory.
      • EPSG projected CRS code: 31600
      • EPSG projected CRS name: Dealul Piscului 1930 / Stereo 33
      • Alias(es) given by EPSG: Stereo 33, Dealul Piscului 1933/ Stereo 33, Stereo 30
      • Geographic CRS name: Dealul Piscului 1930
      • EPSG Usage Extent: Romania - onshore
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22700

      @Test @DisplayName("Deir ez Zor / Levant Zone") public void EPSG_22700() throws FactoryException
      Tests “Deir ez Zor / Levant Zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 22700
      • EPSG projected CRS name: Deir ez Zor / Levant Zone
      • Alias(es) given by EPSG: Levant / Levant Zone
      • Geographic CRS name: Deir ez Zor
      • EPSG Usage Extent: Asia - Middle East - Lebanon and Syria onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22770

      @Test @DisplayName("Deir ez Zor / Syria Lambert") public void EPSG_22770() throws FactoryException
      Tests “Deir ez Zor / Syria Lambert” projected CRS creation from the factory.
      • EPSG projected CRS code: 22770
      • EPSG projected CRS name: Deir ez Zor / Syria Lambert
      • Alias(es) given by EPSG: Levant / Syria Lambert
      • Geographic CRS name: Deir ez Zor
      • EPSG Usage Extent: Asia - Middle East - Lebanon and Syria onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23866

      @Test @DisplayName("DGN95 / UTM zone 46N") public void EPSG_23866() throws FactoryException
      Tests “DGN95 / UTM zone 46N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23866
      • EPSG projected CRS name: DGN95 / UTM zone 46N
      • Alias(es) given by EPSG: IGD95 / UTM zone 46N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - west of 96°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23867

      @Test @DisplayName("DGN95 / UTM zone 47N") public void EPSG_23867() throws FactoryException
      Tests “DGN95 / UTM zone 47N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23867
      • EPSG projected CRS name: DGN95 / UTM zone 47N
      • Alias(es) given by EPSG: IGD95 / UTM zone 47N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 96°E to 102°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23877

      @Test @DisplayName("DGN95 / UTM zone 47S") public void EPSG_23877() throws FactoryException
      Tests “DGN95 / UTM zone 47S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23877
      • EPSG projected CRS name: DGN95 / UTM zone 47S
      • Alias(es) given by EPSG: IGD95 / UTM zone 47S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 96°E to 102°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23868

      @Test @DisplayName("DGN95 / UTM zone 48N") public void EPSG_23868() throws FactoryException
      Tests “DGN95 / UTM zone 48N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23868
      • EPSG projected CRS name: DGN95 / UTM zone 48N
      • Alias(es) given by EPSG: IGD95 / UTM zone 48N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 102°E to 108°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23878

      @Test @DisplayName("DGN95 / UTM zone 48S") public void EPSG_23878() throws FactoryException
      Tests “DGN95 / UTM zone 48S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23878
      • EPSG projected CRS name: DGN95 / UTM zone 48S
      • Alias(es) given by EPSG: IGD95 / UTM zone 48S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 102°E to 108°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23869

      @Test @DisplayName("DGN95 / UTM zone 49N") public void EPSG_23869() throws FactoryException
      Tests “DGN95 / UTM zone 49N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23869
      • EPSG projected CRS name: DGN95 / UTM zone 49N
      • Alias(es) given by EPSG: IGD95 / UTM zone 49N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 108°E to 114°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23879

      @Test @DisplayName("DGN95 / UTM zone 49S") public void EPSG_23879() throws FactoryException
      Tests “DGN95 / UTM zone 49S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23879
      • EPSG projected CRS name: DGN95 / UTM zone 49S
      • Alias(es) given by EPSG: IGD95 / UTM zone 49S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 108°E to 114°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23870

      @Test @DisplayName("DGN95 / UTM zone 50N") public void EPSG_23870() throws FactoryException
      Tests “DGN95 / UTM zone 50N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23870
      • EPSG projected CRS name: DGN95 / UTM zone 50N
      • Alias(es) given by EPSG: IGD95 / UTM zone 50N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 114°E to 120°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23880

      @Test @DisplayName("DGN95 / UTM zone 50S") public void EPSG_23880() throws FactoryException
      Tests “DGN95 / UTM zone 50S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23880
      • EPSG projected CRS name: DGN95 / UTM zone 50S
      • Alias(es) given by EPSG: IGD95 / UTM zone 50S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 114°E to 120°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23871

      @Test @DisplayName("DGN95 / UTM zone 51N") public void EPSG_23871() throws FactoryException
      Tests “DGN95 / UTM zone 51N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23871
      • EPSG projected CRS name: DGN95 / UTM zone 51N
      • Alias(es) given by EPSG: IGD95 / UTM zone 51N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 120°E to 126°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23881

      @Test @DisplayName("DGN95 / UTM zone 51S") public void EPSG_23881() throws FactoryException
      Tests “DGN95 / UTM zone 51S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23881
      • EPSG projected CRS name: DGN95 / UTM zone 51S
      • Alias(es) given by EPSG: IGD95 / UTM zone 51S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 120°E to 126°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23872

      @Test @DisplayName("DGN95 / UTM zone 52N") public void EPSG_23872() throws FactoryException
      Tests “DGN95 / UTM zone 52N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23872
      • EPSG projected CRS name: DGN95 / UTM zone 52N
      • Alias(es) given by EPSG: IGD95 / UTM zone 52N
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 126°E to 132°E; N hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23882

      @Test @DisplayName("DGN95 / UTM zone 52S") public void EPSG_23882() throws FactoryException
      Tests “DGN95 / UTM zone 52S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23882
      • EPSG projected CRS name: DGN95 / UTM zone 52S
      • Alias(es) given by EPSG: IGD95 / UTM zone 52S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 126°E to 132°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23883

      @Test @DisplayName("DGN95 / UTM zone 53S") public void EPSG_23883() throws FactoryException
      Tests “DGN95 / UTM zone 53S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23883
      • EPSG projected CRS name: DGN95 / UTM zone 53S
      • Alias(es) given by EPSG: IGD95 / UTM zone 53S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - 132°E to 138°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23884

      @Test @DisplayName("DGN95 / UTM zone 54S") public void EPSG_23884() throws FactoryException
      Tests “DGN95 / UTM zone 54S” projected CRS creation from the factory.
      • EPSG projected CRS code: 23884
      • EPSG projected CRS name: DGN95 / UTM zone 54S
      • Alias(es) given by EPSG: IGD95 / UTM zone 54S
      • Geographic CRS name: DGN95
      • EPSG Usage Extent: Indonesia - east of 138°E; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31466

      @Test @DisplayName("DHDN / 3-degree Gauss-Kruger zone 2") public void EPSG_31466() throws FactoryException
      Tests “DHDN / 3-degree Gauss-Kruger zone 2” projected CRS creation from the factory.
      • EPSG projected CRS code: 31466
      • EPSG projected CRS name: DHDN / 3-degree Gauss-Kruger zone 2
      • Alias(es) given by EPSG: DHDN / Gauss-Kruger zone 2, DE_DHDN / GK_3, DHDN / 3GK zone 2
      • Geographic CRS name: DHDN
      • EPSG Usage Extent: Germany - West Germany - west of 7.5°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31467

      @Test @DisplayName("DHDN / 3-degree Gauss-Kruger zone 3") public void EPSG_31467() throws FactoryException
      Tests “DHDN / 3-degree Gauss-Kruger zone 3” projected CRS creation from the factory.
      • EPSG projected CRS code: 31467
      • EPSG projected CRS name: DHDN / 3-degree Gauss-Kruger zone 3
      • Alias(es) given by EPSG: DHDN / Gauss-Kruger zone 3, DE_DHDN / GK_3, DHDN / 3GK zone 3
      • Geographic CRS name: DHDN
      • EPSG Usage Extent: Germany - West-Germany - 7.5°E to 10.5°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31468

      @Test @DisplayName("DHDN / 3-degree Gauss-Kruger zone 4") public void EPSG_31468() throws FactoryException
      Tests “DHDN / 3-degree Gauss-Kruger zone 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 31468
      • EPSG projected CRS name: DHDN / 3-degree Gauss-Kruger zone 4
      • Alias(es) given by EPSG: DHDN / Gauss-Kruger zone 4, DE_DHDN / GK_3, DHDN / 3GK zone 4
      • Geographic CRS name: DHDN
      • EPSG Usage Extent: Germany - West Germany - 10.5°E to 13.5°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31469

      @Test @DisplayName("DHDN / 3-degree Gauss-Kruger zone 5") public void EPSG_31469() throws FactoryException
      Tests “DHDN / 3-degree Gauss-Kruger zone 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 31469
      • EPSG projected CRS name: DHDN / 3-degree Gauss-Kruger zone 5
      • Alias(es) given by EPSG: DHDN / Gauss-Kruger zone 5, DE_DHDN / GK_3, DHDN / 3GK zone 5
      • Geographic CRS name: DHDN
      • EPSG Usage Extent: Germany - West Germany - east of 13.5°E
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2058

      @Test @DisplayName("ED50(ED77) / UTM zone 38N") public void EPSG_2058() throws FactoryException
      Tests “ED50(ED77) / UTM zone 38N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2058
      • EPSG projected CRS name: ED50(ED77) / UTM zone 38N
      • Alias(es) given by EPSG: ED50(ED77) / UTM 38N
      • Geographic CRS name: ED50(ED77)
      • EPSG Usage Extent: Iran - west of 48°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2059

      @Test @DisplayName("ED50(ED77) / UTM zone 39N") public void EPSG_2059() throws FactoryException
      Tests “ED50(ED77) / UTM zone 39N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2059
      • EPSG projected CRS name: ED50(ED77) / UTM zone 39N
      • Alias(es) given by EPSG: ED50(ED77) / UTM 39N
      • Geographic CRS name: ED50(ED77)
      • EPSG Usage Extent: Iran - 48°E to 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2060

      @Test @DisplayName("ED50(ED77) / UTM zone 40N") public void EPSG_2060() throws FactoryException
      Tests “ED50(ED77) / UTM zone 40N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2060
      • EPSG projected CRS name: ED50(ED77) / UTM zone 40N
      • Alias(es) given by EPSG: ED50(ED77) / UTM 40N
      • Geographic CRS name: ED50(ED77)
      • EPSG Usage Extent: Iran - 54°E to 60°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23090

      @Test @DisplayName("ED50 / TM 0 N") public void EPSG_23090() throws FactoryException
      Tests “ED50 / TM 0 N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23090
      • EPSG projected CRS name: ED50 / TM 0 N
      • Geographic CRS name: ED50
      • EPSG Usage Extent: UK - offshore - North Sea
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23095

      @Test @DisplayName("ED50 / TM 5 NE") public void EPSG_23095() throws FactoryException
      Tests “ED50 / TM 5 NE” projected CRS creation from the factory.
      • EPSG projected CRS code: 23095
      • EPSG projected CRS name: ED50 / TM 5 NE
      • Geographic CRS name: ED50
      • EPSG Usage Extent: Netherlands - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousED50UTM

      @Test @DisplayName("ED50 / UTM") public void variousED50UTM() throws FactoryException
      Tests “ED50 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 23028, 23029, 23032, 23033
      • EPSG projected CRS name: ED50 / UTM
      • Alias(es) given by EPSG: (ES_ED50 / UTM - see alias remarks)
      • Geographic CRS name: ED50
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23030

      @Test @DisplayName("ED50 / UTM zone 30N") public void EPSG_23030() throws FactoryException
      Tests “ED50 / UTM zone 30N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23030
      • EPSG projected CRS name: ED50 / UTM zone 30N
      • Alias(es) given by EPSG: (GI_ED50 / UTM - see alias remarks)
      • Geographic CRS name: ED50
      • EPSG Usage Extent: Europe - 6°W to 0°W and ED50 by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23031

      @Test @DisplayName("ED50 / UTM zone 31N") public void EPSG_23031() throws FactoryException
      Tests “ED50 / UTM zone 31N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23031
      • EPSG projected CRS name: ED50 / UTM zone 31N
      • Alias(es) given by EPSG: (ES_ED50 / UTM - see alias remarks)
      • Geographic CRS name: ED50
      • EPSG Usage Extent: Europe - 0°E to 6°E and ED50 by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23034

      @Test @DisplayName("ED50 / UTM zone 34N") public void EPSG_23034() throws FactoryException
      Tests “ED50 / UTM zone 34N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23034
      • EPSG projected CRS name: ED50 / UTM zone 34N
      • Geographic CRS name: ED50
      • EPSG Usage Extent: Europe - 18°E to 24°E and ED50 by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23035

      @Test @DisplayName("ED50 / UTM zone 35N") public void EPSG_23035() throws FactoryException
      Tests “ED50 / UTM zone 35N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23035
      • EPSG projected CRS name: ED50 / UTM zone 35N
      • Alias(es) given by EPSG: (TR_ED50 / UTM - see alias remarks)
      • Geographic CRS name: ED50
      • EPSG Usage Extent: Europe - 24°E to 30°E and ED50 by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22991

      @Test @DisplayName("Egypt 1907 / Blue Belt") public void EPSG_22991() throws FactoryException
      Tests “Egypt 1907 / Blue Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 22991
      • EPSG projected CRS name: Egypt 1907 / Blue Belt
      • Alias(es) given by EPSG: Egypt 1907 / Green Belt
      • Geographic CRS name: Egypt 1907
      • EPSG Usage Extent: Egypt - east of 33°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22994

      @Test @DisplayName("Egypt 1907 / Extended Purple Belt") public void EPSG_22994() throws FactoryException
      Tests “Egypt 1907 / Extended Purple Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 22994
      • EPSG projected CRS name: Egypt 1907 / Extended Purple Belt
      • Alias(es) given by EPSG: Egypt 1907 / Ext. Purple
      • Geographic CRS name: Egypt 1907
      • EPSG Usage Extent: Egypt - west of 29°E; south of 28°11'N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22993

      @Test @DisplayName("Egypt 1907 / Purple Belt") public void EPSG_22993() throws FactoryException
      Tests “Egypt 1907 / Purple Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 22993
      • EPSG projected CRS name: Egypt 1907 / Purple Belt
      • Geographic CRS name: Egypt 1907
      • EPSG Usage Extent: Egypt - west of 29°E; north of 28°11'N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22992

      @Test @DisplayName("Egypt 1907 / Red Belt") public void EPSG_22992() throws FactoryException
      Tests “Egypt 1907 / Red Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 22992
      • EPSG projected CRS name: Egypt 1907 / Red Belt
      • Geographic CRS name: Egypt 1907
      • EPSG Usage Extent: Egypt - 29°E to 33°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3355

      @Test @DisplayName("Egypt Gulf of Suez S-650 TL / Red Belt") public void EPSG_3355() throws FactoryException
      Tests “Egypt Gulf of Suez S-650 TL / Red Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 3355
      • EPSG projected CRS name: Egypt Gulf of Suez S-650 TL / Red Belt
      • Alias(es) given by EPSG: S-650 TL / Red Belt
      • Geographic CRS name: Egypt Gulf of Suez S-650 TL
      • EPSG Usage Extent: Egypt - Gulf of Suez
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousELD79Libya

      @Test @DisplayName("ELD79 / Libya") public void variousELD79Libya() throws FactoryException
      Tests “ELD79 / Libya” projected CRS creation from the factory.
      • EPSG projected CRS code: 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076
      • EPSG projected CRS name: ELD79 / Libya
      • Geographic CRS name: ELD79
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousELD79UTM

      @Test @DisplayName("ELD79 / UTM") public void variousELD79UTM() throws FactoryException
      Tests “ELD79 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 2077, 2078, 2079, 2080
      • EPSG projected CRS name: ELD79 / UTM
      • Geographic CRS name: ELD79
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousETRS89UTM

      @Test @DisplayName("ETRS89 / UTM") public void variousETRS89UTM() throws FactoryException
      Tests “ETRS89 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 25828, 25829, 25830, 25831, 25832, 25833, 25834, 25835
      • EPSG projected CRS name: ETRS89 / UTM
      • Geographic CRS name: ETRS89
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousFahudUTM

      @Test @DisplayName("Fahud / UTM") public void variousFahudUTM() throws FactoryException
      Tests “Fahud / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 23239, 23240
      • EPSG projected CRS name: Fahud / UTM
      • Geographic CRS name: Fahud
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3200

      @Test @DisplayName("FD58 / Iraq zone") public void EPSG_3200() throws FactoryException
      Tests “FD58 / Iraq zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 3200
      • EPSG projected CRS name: FD58 / Iraq zone
      • Alias(es) given by EPSG: Final Datum 1958 / Iraq zone
      • Geographic CRS name: FD58
      • EPSG Usage Extent: Iran - FD58
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousGDA94MGA

      @Test @DisplayName("GDA94 / MGA") public void variousGDA94MGA() throws FactoryException
      Tests “GDA94 / MGA” projected CRS creation from the factory.
      • EPSG projected CRS code: 28349, 28350, 28351, 28352, 28353, 28354, 28355, 28356
      • EPSG projected CRS name: GDA94 / MGA
      • Geographic CRS name: GDA94
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3376

      @Test @DisplayName("GDM2000 / East Malaysia BRSO") public void EPSG_3376() throws FactoryException
      Tests “GDM2000 / East Malaysia BRSO” projected CRS creation from the factory.
      • EPSG projected CRS code: 3376
      • EPSG projected CRS name: GDM2000 / East Malaysia BRSO
      • Alias(es) given by EPSG: GDM2000 / E Malaysia RSO
      • Geographic CRS name: GDM2000
      • EPSG Usage Extent: Malaysia - East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3375

      @Test @DisplayName("GDM2000 / Peninsula RSO") public void EPSG_3375() throws FactoryException
      Tests “GDM2000 / Peninsula RSO” projected CRS creation from the factory.
      • EPSG projected CRS code: 3375
      • EPSG projected CRS name: GDM2000 / Peninsula RSO
      • Geographic CRS name: GDM2000
      • EPSG Usage Extent: Malaysia - West Malaysia
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23700

      @Test @DisplayName("HD72 / EOV") public void EPSG_23700() throws FactoryException
      Tests “HD72 / EOV” projected CRS creation from the factory.
      • EPSG projected CRS code: 23700
      • EPSG projected CRS name: HD72 / EOV
      • Geographic CRS name: HD72
      • EPSG Usage Extent: Hungary
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3367

      @Test @DisplayName("IGN Astro 1960 / UTM zone 28N") public void EPSG_3367() throws FactoryException
      Tests “IGN Astro 1960 / UTM zone 28N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3367
      • EPSG projected CRS name: IGN Astro 1960 / UTM zone 28N
      • Alias(es) given by EPSG: Mauritanian Mining Cadastre 1999 / UTM zone 28N, IGN Astro 1960 / UTM 28N
      • Geographic CRS name: IGN Astro 1960
      • EPSG Usage Extent: Mauritania - west of 12°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3368

      @Test @DisplayName("IGN Astro 1960 / UTM zone 29N") public void EPSG_3368() throws FactoryException
      Tests “IGN Astro 1960 / UTM zone 29N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3368
      • EPSG projected CRS name: IGN Astro 1960 / UTM zone 29N
      • Alias(es) given by EPSG: Mauritanian Mining Cadastre 1999 / UTM zone 29N, IGN Astro 1960 / UTM 29N
      • Geographic CRS name: IGN Astro 1960
      • EPSG Usage Extent: Mauritania - 12°W to 6°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3369

      @Test @DisplayName("IGN Astro 1960 / UTM zone 30N") public void EPSG_3369() throws FactoryException
      Tests “IGN Astro 1960 / UTM zone 30N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3369
      • EPSG projected CRS name: IGN Astro 1960 / UTM zone 30N
      • Alias(es) given by EPSG: Mauritanian Mining Cadastre 1999 / UTM zone 30N, IGN Astro 1960 / UTM 30N
      • Geographic CRS name: IGN Astro 1960
      • EPSG Usage Extent: Mauritania - east of 6°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23946

      @Test @DisplayName("Indian 1954 / UTM zone 46N") public void EPSG_23946() throws FactoryException
      Tests “Indian 1954 / UTM zone 46N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23946
      • EPSG projected CRS name: Indian 1954 / UTM zone 46N
      • Alias(es) given by EPSG: Indian 1954 / UTM 46N
      • Geographic CRS name: Indian 1954
      • EPSG Usage Extent: Myanmar (Burma) - onshore west of 96°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23947

      @Test @DisplayName("Indian 1954 / UTM zone 47N") public void EPSG_23947() throws FactoryException
      Tests “Indian 1954 / UTM zone 47N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23947
      • EPSG projected CRS name: Indian 1954 / UTM zone 47N
      • Alias(es) given by EPSG: Indian 1954 / UTM 47N
      • Geographic CRS name: Indian 1954
      • EPSG Usage Extent: Asia - Myanmar and Thailand - 96°E to 102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_23948

      @Test @DisplayName("Indian 1954 / UTM zone 48N") public void EPSG_23948() throws FactoryException
      Tests “Indian 1954 / UTM zone 48N” projected CRS creation from the factory.
      • EPSG projected CRS code: 23948
      • EPSG projected CRS name: Indian 1954 / UTM zone 48N
      • Alias(es) given by EPSG: Indian 1954 / UTM 48N
      • Geographic CRS name: Indian 1954
      • EPSG Usage Extent: Thailand - onshore east of 102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3148

      @Test @DisplayName("Indian 1960 / UTM zone 48N") public void EPSG_3148() throws FactoryException
      Tests “Indian 1960 / UTM zone 48N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3148
      • EPSG projected CRS name: Indian 1960 / UTM zone 48N
      • Alias(es) given by EPSG: Indian (DMA Reduced) / UTM zone 48N, Indian 1960 / UTM 48N
      • Geographic CRS name: Indian 1960
      • EPSG Usage Extent: Asia - Cambodia and Vietnam - west of 108°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3149

      @Test @DisplayName("Indian 1960 / UTM zone 49N") public void EPSG_3149() throws FactoryException
      Tests “Indian 1960 / UTM zone 49N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3149
      • EPSG projected CRS name: Indian 1960 / UTM zone 49N
      • Alias(es) given by EPSG: Indian (DMA Reduced) / UTM zone 49N, Indian 1960 / UTM 49N
      • Geographic CRS name: Indian 1960
      • EPSG Usage Extent: Vietnam - east of 108°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24047

      @Test @DisplayName("Indian 1975 / UTM zone 47N") public void EPSG_24047() throws FactoryException
      Tests “Indian 1975 / UTM zone 47N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24047
      • EPSG projected CRS name: Indian 1975 / UTM zone 47N
      • Alias(es) given by EPSG: Indian 1975 / UTM 47N
      • Geographic CRS name: Indian 1975
      • EPSG Usage Extent: Thailand - onshore and GoT 96°E to102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24048

      @Test @DisplayName("Indian 1975 / UTM zone 48N") public void EPSG_24048() throws FactoryException
      Tests “Indian 1975 / UTM zone 48N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24048
      • EPSG projected CRS name: Indian 1975 / UTM zone 48N
      • Alias(es) given by EPSG: Indian 1975 / UTM 48N
      • Geographic CRS name: Indian 1975
      • EPSG Usage Extent: Thailand - east of 102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24375

      @Test @DisplayName("Kalianpur 1937 / India zone IIb") public void EPSG_24375() throws FactoryException
      Tests “Kalianpur 1937 / India zone IIb” projected CRS creation from the factory.
      • EPSG projected CRS code: 24375
      • EPSG projected CRS name: Kalianpur 1937 / India zone IIb
      • Alias(es) given by EPSG: Kalianpur 37 / India IIb
      • Geographic CRS name: Kalianpur 1937
      • EPSG Usage Extent: Bangladesh - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24305

      @Test @DisplayName("Kalianpur 1937 / UTM zone 45N") public void EPSG_24305() throws FactoryException
      Tests “Kalianpur 1937 / UTM zone 45N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24305
      • EPSG projected CRS name: Kalianpur 1937 / UTM zone 45N
      • Alias(es) given by EPSG: Kalianpur 37 / UTM 45N
      • Geographic CRS name: Kalianpur 1937
      • EPSG Usage Extent: Bangladesh - onshore west of 90°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24306

      @Test @DisplayName("Kalianpur 1937 / UTM zone 46N") public void EPSG_24306() throws FactoryException
      Tests “Kalianpur 1937 / UTM zone 46N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24306
      • EPSG projected CRS name: Kalianpur 1937 / UTM zone 46N
      • Alias(es) given by EPSG: Kalianpur 37 / UTM 46N
      • Geographic CRS name: Kalianpur 1937
      • EPSG Usage Extent: Bangladesh - onshore east of 90°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24376

      @Test @DisplayName("Kalianpur 1962 / India zone I") public void EPSG_24376() throws FactoryException
      Tests “Kalianpur 1962 / India zone I” projected CRS creation from the factory.
      • EPSG projected CRS code: 24376
      • EPSG projected CRS name: Kalianpur 1962 / India zone I
      • Alias(es) given by EPSG: Kalianpur 62 / India I
      • Geographic CRS name: Kalianpur 1962
      • EPSG Usage Extent: Pakistan - 28°N to 35°35'N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24377

      @Test @DisplayName("Kalianpur 1962 / India zone IIa") public void EPSG_24377() throws FactoryException
      Tests “Kalianpur 1962 / India zone IIa” projected CRS creation from the factory.
      • EPSG projected CRS code: 24377
      • EPSG projected CRS name: Kalianpur 1962 / India zone IIa
      • Alias(es) given by EPSG: Kalianpur 62 / India IIa
      • Geographic CRS name: Kalianpur 1962
      • EPSG Usage Extent: Pakistan - onshore south of 28°N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24312

      @Test @DisplayName("Kalianpur 1962 / UTM zone 42N") public void EPSG_24312() throws FactoryException
      Tests “Kalianpur 1962 / UTM zone 42N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24312
      • EPSG projected CRS name: Kalianpur 1962 / UTM zone 42N
      • Alias(es) given by EPSG: Kalianpur 62 / UTM 42N
      • Geographic CRS name: Kalianpur 1962
      • EPSG Usage Extent: Pakistan - onshore 66°E to 72°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24313

      @Test @DisplayName("Kalianpur 1962 / UTM zone 43N") public void EPSG_24313() throws FactoryException
      Tests “Kalianpur 1962 / UTM zone 43N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24313
      • EPSG projected CRS name: Kalianpur 1962 / UTM zone 43N
      • Alias(es) given by EPSG: Kalianpur 62 / UTM 43N
      • Geographic CRS name: Kalianpur 1962
      • EPSG Usage Extent: Pakistan - east of 72°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24379

      @Test @DisplayName("Kalianpur 1975 / India zone IIa") public void EPSG_24379() throws FactoryException
      Tests “Kalianpur 1975 / India zone IIa” projected CRS creation from the factory.
      • EPSG projected CRS code: 24379
      • EPSG projected CRS name: Kalianpur 1975 / India zone IIa
      • Alias(es) given by EPSG: Kalianpur 75 / India IIa
      • Geographic CRS name: Kalianpur 1975
      • EPSG Usage Extent: India - onshore 21°N to 28°N and west of 82°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24380

      @Test @DisplayName("Kalianpur 1975 / India zone IIb") public void EPSG_24380() throws FactoryException
      Tests “Kalianpur 1975 / India zone IIb” projected CRS creation from the factory.
      • EPSG projected CRS code: 24380
      • EPSG projected CRS name: Kalianpur 1975 / India zone IIb
      • Alias(es) given by EPSG: Kalianpur 75 / India IIb
      • Geographic CRS name: Kalianpur 1975
      • EPSG Usage Extent: India - onshore north of 21°N and east of 82°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24342

      @Test @DisplayName("Kalianpur 1975 / UTM zone 42N") public void EPSG_24342() throws FactoryException
      Tests “Kalianpur 1975 / UTM zone 42N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24342
      • EPSG projected CRS name: Kalianpur 1975 / UTM zone 42N
      • Alias(es) given by EPSG: Kalianpur 75 / UTM 42N
      • Geographic CRS name: Kalianpur 1975
      • EPSG Usage Extent: India - onshore west of 72°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24343

      @Test @DisplayName("Kalianpur 1975 / UTM zone 43N") public void EPSG_24343() throws FactoryException
      Tests “Kalianpur 1975 / UTM zone 43N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24343
      • EPSG projected CRS name: Kalianpur 1975 / UTM zone 43N
      • Alias(es) given by EPSG: Kalianpur 75 / UTM 43N
      • Geographic CRS name: Kalianpur 1975
      • EPSG Usage Extent: India - mainland 72°E to 78°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3167

      @Test @DisplayName("Kertau (RSO) / RSO Malaya (ch)") public void EPSG_3167() throws FactoryException
      Tests “Kertau (RSO) / RSO Malaya (ch)” projected CRS creation from the factory.
      • EPSG projected CRS code: 3167
      • EPSG projected CRS name: Kertau (RSO) / RSO Malaya (ch)
      • Alias(es) given by EPSG: Kertau (RSO) / RSO (ch)
      • Geographic CRS name: Kertau (RSO)
      • EPSG Usage Extent: Malaysia - West Malaysia - onshore
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3168

      @Test @DisplayName("Kertau (RSO) / RSO Malaya (m)") public void EPSG_3168() throws FactoryException
      Tests “Kertau (RSO) / RSO Malaya (m)” projected CRS creation from the factory.
      • EPSG projected CRS code: 3168
      • EPSG projected CRS name: Kertau (RSO) / RSO Malaya (m)
      • Alias(es) given by EPSG: Kertau (RSO) / RSO (m)
      • Geographic CRS name: Kertau (RSO)
      • EPSG Usage Extent: Malaysia - West Malaysia - onshore
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24547

      @Test @DisplayName("Kertau 1968 / UTM zone 47N") public void EPSG_24547() throws FactoryException
      Tests “Kertau 1968 / UTM zone 47N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24547
      • EPSG projected CRS name: Kertau 1968 / UTM zone 47N
      • Alias(es) given by EPSG: MRT68 / UTM zone 47N
      • Geographic CRS name: Kertau 1968
      • EPSG Usage Extent: Malaysia - West Malaysia - onshore west of 102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24548

      @Test @DisplayName("Kertau 1968 / UTM zone 48N") public void EPSG_24548() throws FactoryException
      Tests “Kertau 1968 / UTM zone 48N” projected CRS creation from the factory.
      • EPSG projected CRS code: 24548
      • EPSG projected CRS name: Kertau 1968 / UTM zone 48N
      • Alias(es) given by EPSG: MRT68 / UTM zone 48N
      • Geographic CRS name: Kertau 1968
      • EPSG Usage Extent: Malaysia - West Malaysia - east of 102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24600

      @Test @DisplayName("KOC Lambert") public void EPSG_24600() throws FactoryException
      Tests “KOC Lambert” projected CRS creation from the factory.
      • EPSG projected CRS code: 24600
      • EPSG projected CRS name: KOC Lambert
      • Geographic CRS name: KOC
      • EPSG Usage Extent: Kuwait - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3195

      @Test @DisplayName("LGD2006 / Libya TM zone 10") public void EPSG_3195() throws FactoryException
      Tests “LGD2006 / Libya TM zone 10” projected CRS creation from the factory.
      • EPSG projected CRS code: 3195
      • EPSG projected CRS name: LGD2006 / Libya TM zone 10
      • Alias(es) given by EPSG: LGD2006 / Libya TM 10
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 18°E to 20°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3196

      @Test @DisplayName("LGD2006 / Libya TM zone 11") public void EPSG_3196() throws FactoryException
      Tests “LGD2006 / Libya TM zone 11” projected CRS creation from the factory.
      • EPSG projected CRS code: 3196
      • EPSG projected CRS name: LGD2006 / Libya TM zone 11
      • Alias(es) given by EPSG: LGD2006 / Libya TM 11
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 20°E to 22°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3197

      @Test @DisplayName("LGD2006 / Libya TM zone 12") public void EPSG_3197() throws FactoryException
      Tests “LGD2006 / Libya TM zone 12” projected CRS creation from the factory.
      • EPSG projected CRS code: 3197
      • EPSG projected CRS name: LGD2006 / Libya TM zone 12
      • Alias(es) given by EPSG: LGD2006 / Libya TM 12
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 22°E to 24°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3198

      @Test @DisplayName("LGD2006 / Libya TM zone 13") public void EPSG_3198() throws FactoryException
      Tests “LGD2006 / Libya TM zone 13” projected CRS creation from the factory.
      • EPSG projected CRS code: 3198
      • EPSG projected CRS name: LGD2006 / Libya TM zone 13
      • Alias(es) given by EPSG: LGD2006 / Libya TM 13
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - east of 24°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3190

      @Test @DisplayName("LGD2006 / Libya TM zone 5") public void EPSG_3190() throws FactoryException
      Tests “LGD2006 / Libya TM zone 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 3190
      • EPSG projected CRS name: LGD2006 / Libya TM zone 5
      • Alias(es) given by EPSG: LGD2006 / Libya TM 5
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - west of 10°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3191

      @Test @DisplayName("LGD2006 / Libya TM zone 6") public void EPSG_3191() throws FactoryException
      Tests “LGD2006 / Libya TM zone 6” projected CRS creation from the factory.
      • EPSG projected CRS code: 3191
      • EPSG projected CRS name: LGD2006 / Libya TM zone 6
      • Alias(es) given by EPSG: LGD2006 / Libya TM 6
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 10°E to 12°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3192

      @Test @DisplayName("LGD2006 / Libya TM zone 7") public void EPSG_3192() throws FactoryException
      Tests “LGD2006 / Libya TM zone 7” projected CRS creation from the factory.
      • EPSG projected CRS code: 3192
      • EPSG projected CRS name: LGD2006 / Libya TM zone 7
      • Alias(es) given by EPSG: LGD2006 / Libya TM 7
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 12°E to 14°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3193

      @Test @DisplayName("LGD2006 / Libya TM zone 8") public void EPSG_3193() throws FactoryException
      Tests “LGD2006 / Libya TM zone 8” projected CRS creation from the factory.
      • EPSG projected CRS code: 3193
      • EPSG projected CRS name: LGD2006 / Libya TM zone 8
      • Alias(es) given by EPSG: LGD2006 / Libya TM 8
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 14°E to 16°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3194

      @Test @DisplayName("LGD2006 / Libya TM zone 9") public void EPSG_3194() throws FactoryException
      Tests “LGD2006 / Libya TM zone 9” projected CRS creation from the factory.
      • EPSG projected CRS code: 3194
      • EPSG projected CRS name: LGD2006 / Libya TM zone 9
      • Alias(es) given by EPSG: LGD2006 / Libya TM 9
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - 16°E to 18°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousLGD2006UTM

      @Test @DisplayName("LGD2006 / UTM") public void variousLGD2006UTM() throws FactoryException
      Tests “LGD2006 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 3201, 3202, 3203
      • EPSG projected CRS name: LGD2006 / UTM
      • Geographic CRS name: LGD2006
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3199

      @Test @DisplayName("LGD2006 / UTM zone 32N") public void EPSG_3199() throws FactoryException
      Tests “LGD2006 / UTM zone 32N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3199
      • EPSG projected CRS name: LGD2006 / UTM zone 32N
      • Geographic CRS name: LGD2006
      • EPSG Usage Extent: Libya - west of 12°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_25391

      @Test @DisplayName("Luzon 1911 / Philippines zone I") public void EPSG_25391() throws FactoryException
      Tests “Luzon 1911 / Philippines zone I” projected CRS creation from the factory.
      • EPSG projected CRS code: 25391
      • EPSG projected CRS name: Luzon 1911 / Philippines zone I
      • Alias(es) given by EPSG: Luzon / Philippines I
      • Geographic CRS name: Luzon 1911
      • EPSG Usage Extent: Philippines - zone I onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_25392

      @Test @DisplayName("Luzon 1911 / Philippines zone II") public void EPSG_25392() throws FactoryException
      Tests “Luzon 1911 / Philippines zone II” projected CRS creation from the factory.
      • EPSG projected CRS code: 25392
      • EPSG projected CRS name: Luzon 1911 / Philippines zone II
      • Alias(es) given by EPSG: Luzon / Philippines II
      • Geographic CRS name: Luzon 1911
      • EPSG Usage Extent: Philippines - zone II onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_25393

      @Test @DisplayName("Luzon 1911 / Philippines zone III") public void EPSG_25393() throws FactoryException
      Tests “Luzon 1911 / Philippines zone III” projected CRS creation from the factory.
      • EPSG projected CRS code: 25393
      • EPSG projected CRS name: Luzon 1911 / Philippines zone III
      • Alias(es) given by EPSG: Luzon / Philippines III
      • Geographic CRS name: Luzon 1911
      • EPSG Usage Extent: Philippines - zone III onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_25394

      @Test @DisplayName("Luzon 1911 / Philippines zone IV") public void EPSG_25394() throws FactoryException
      Tests “Luzon 1911 / Philippines zone IV” projected CRS creation from the factory.
      • EPSG projected CRS code: 25394
      • EPSG projected CRS name: Luzon 1911 / Philippines zone IV
      • Alias(es) given by EPSG: Luzon / Philippines IV
      • Geographic CRS name: Luzon 1911
      • EPSG Usage Extent: Philippines - zone IV onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_25395

      @Test @DisplayName("Luzon 1911 / Philippines zone V") public void EPSG_25395() throws FactoryException
      Tests “Luzon 1911 / Philippines zone V” projected CRS creation from the factory.
      • EPSG projected CRS code: 25395
      • EPSG projected CRS name: Luzon 1911 / Philippines zone V
      • Alias(es) given by EPSG: Luzon / Philippines V
      • Geographic CRS name: Luzon 1911
      • EPSG Usage Extent: Philippines - zone V onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3116

      @Test @DisplayName("MAGNA-SIRGAS / Colombia Bogota zone") public void EPSG_3116() throws FactoryException
      Tests “MAGNA-SIRGAS / Colombia Bogota zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 3116
      • EPSG projected CRS name: MAGNA-SIRGAS / Colombia Bogota zone
      • Alias(es) given by EPSG: MAGNA-SIRGAS / Col Bog
      • Geographic CRS name: MAGNA-SIRGAS
      • EPSG Usage Extent: Colombia - 75°35'W to 72°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3117

      @Test @DisplayName("MAGNA-SIRGAS / Colombia East Central zone") public void EPSG_3117() throws FactoryException
      Tests “MAGNA-SIRGAS / Colombia East Central zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 3117
      • EPSG projected CRS name: MAGNA-SIRGAS / Colombia East Central zone
      • Alias(es) given by EPSG: MAGNA-SIRGAS / Col EC
      • Geographic CRS name: MAGNA-SIRGAS
      • EPSG Usage Extent: Colombia - 72°35'W to 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3118

      @Test @DisplayName("MAGNA-SIRGAS / Colombia East zone") public void EPSG_3118() throws FactoryException
      Tests “MAGNA-SIRGAS / Colombia East zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 3118
      • EPSG projected CRS name: MAGNA-SIRGAS / Colombia East zone
      • Alias(es) given by EPSG: MAGNA-SIRGAS / Col E
      • Geographic CRS name: MAGNA-SIRGAS
      • EPSG Usage Extent: Colombia - east of 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3114

      @Test @DisplayName("MAGNA-SIRGAS / Colombia Far West zone") public void EPSG_3114() throws FactoryException
      Tests “MAGNA-SIRGAS / Colombia Far West zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 3114
      • EPSG projected CRS name: MAGNA-SIRGAS / Colombia Far West zone
      • Alias(es) given by EPSG: MAGNA-SIRGAS / Col FW
      • Geographic CRS name: MAGNA-SIRGAS
      • EPSG Usage Extent: Colombia - west of 78°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3115

      @Test @DisplayName("MAGNA-SIRGAS / Colombia West zone") public void EPSG_3115() throws FactoryException
      Tests “MAGNA-SIRGAS / Colombia West zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 3115
      • EPSG projected CRS name: MAGNA-SIRGAS / Colombia West zone
      • Alias(es) given by EPSG: MAGNA-SIRGAS / Col W
      • Geographic CRS name: MAGNA-SIRGAS
      • EPSG Usage Extent: Colombia - 78°35'W to 75°35'W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_25932

      @Test @DisplayName("Malongo 1987 / UTM zone 32S") public void EPSG_25932() throws FactoryException
      Tests “Malongo 1987 / UTM zone 32S” projected CRS creation from the factory.
      • EPSG projected CRS code: 25932
      • EPSG projected CRS name: Malongo 1987 / UTM zone 32S
      • Alias(es) given by EPSG: Malongo 1987 / UTM 32S, Mhast / UTM zone 32S
      • Geographic CRS name: Malongo 1987
      • EPSG Usage Extent: Africa - Angola (Cabinda) and DR Congo (Zaire) - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2215

      @Test @DisplayName("Manoca 1962 / UTM zone 32N") public void EPSG_2215() throws FactoryException
      Tests “Manoca 1962 / UTM zone 32N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2215
      • EPSG projected CRS name: Manoca 1962 / UTM zone 32N
      • Alias(es) given by EPSG: Manoca 1962 / UTM 32N
      • Geographic CRS name: Manoca 1962
      • EPSG Usage Extent: Cameroon - coastal area
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3343

      @Test @DisplayName("Mauritania 1999 / UTM zone 28N") public void EPSG_3343() throws FactoryException
      Tests “Mauritania 1999 / UTM zone 28N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3343
      • EPSG projected CRS name: Mauritania 1999 / UTM zone 28N
      • Alias(es) given by EPSG: Mauritania 99 / UTM 28N
      • Geographic CRS name: Mauritania 1999
      • EPSG Usage Extent: Mauritania - 18°W to 12°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3344

      @Test @DisplayName("Mauritania 1999 / UTM zone 29N") public void EPSG_3344() throws FactoryException
      Tests “Mauritania 1999 / UTM zone 29N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3344
      • EPSG projected CRS name: Mauritania 1999 / UTM zone 29N
      • Alias(es) given by EPSG: Mauritania 99 / UTM 29N
      • Geographic CRS name: Mauritania 1999
      • EPSG Usage Extent: Mauritania - 12°W to 6°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3345

      @Test @DisplayName("Mauritania 1999 / UTM zone 30N") public void EPSG_3345() throws FactoryException
      Tests “Mauritania 1999 / UTM zone 30N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3345
      • EPSG projected CRS name: Mauritania 1999 / UTM zone 30N
      • Alias(es) given by EPSG: Mauritania 99 / UTM 30N
      • Geographic CRS name: Mauritania 1999
      • EPSG Usage Extent: Mauritania - east of 6°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3354

      @Test @DisplayName("Mhast (offshore) / UTM zone 32S") public void EPSG_3354() throws FactoryException
      Tests “Mhast (offshore) / UTM zone 32S” projected CRS creation from the factory.
      • EPSG projected CRS code: 3354
      • EPSG projected CRS name: Mhast (offshore) / UTM zone 32S
      • Alias(es) given by EPSG: Mhast / UTM zone 32S, Mhast offshore / UTM 32S
      • Geographic CRS name: Mhast (offshore)
      • EPSG Usage Extent: Africa - Angola (Cabinda) and DR Congo (Zaire) - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3353

      @Test @DisplayName("Mhast (onshore) / UTM zone 32S") public void EPSG_3353() throws FactoryException
      Tests “Mhast (onshore) / UTM zone 32S” projected CRS creation from the factory.
      • EPSG projected CRS code: 3353
      • EPSG projected CRS name: Mhast (onshore) / UTM zone 32S
      • Alias(es) given by EPSG: Mhast / UTM zone 32S, Mhast onshore / UTM 32S
      • Geographic CRS name: Mhast (onshore)
      • EPSG Usage Extent: Africa - Angola (Cabinda) and DR Congo (Zaire) - coastal
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_26393

      @Test @DisplayName("Minna / Nigeria East Belt") public void EPSG_26393() throws FactoryException
      Tests “Minna / Nigeria East Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 26393
      • EPSG projected CRS name: Minna / Nigeria East Belt
      • Alias(es) given by EPSG: Minna / Nigeria East
      • Geographic CRS name: Minna
      • EPSG Usage Extent: Nigeria - east of 10.5°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_26392

      @Test @DisplayName("Minna / Nigeria Mid Belt") public void EPSG_26392() throws FactoryException
      Tests “Minna / Nigeria Mid Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 26392
      • EPSG projected CRS name: Minna / Nigeria Mid Belt
      • Geographic CRS name: Minna
      • EPSG Usage Extent: Nigeria - 6.5°E to 10.5°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_26391

      @Test @DisplayName("Minna / Nigeria West Belt") public void EPSG_26391() throws FactoryException
      Tests “Minna / Nigeria West Belt” projected CRS creation from the factory.
      • EPSG projected CRS code: 26391
      • EPSG projected CRS name: Minna / Nigeria West Belt
      • Alias(es) given by EPSG: Minna / Nigeria West
      • Geographic CRS name: Minna
      • EPSG Usage Extent: Nigeria - west of 6.5°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousMinnaUTM

      @Test @DisplayName("Minna / UTM") public void variousMinnaUTM() throws FactoryException
      Tests “Minna / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 26331, 26332
      • EPSG projected CRS name: Minna / UTM
      • Geographic CRS name: Minna
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3003

      @Test @DisplayName("Monte Mario / Italy zone 1") public void EPSG_3003() throws FactoryException
      Tests “Monte Mario / Italy zone 1” projected CRS creation from the factory.
      • EPSG projected CRS code: 3003
      • EPSG projected CRS name: Monte Mario / Italy zone 1
      • Alias(es) given by EPSG: Rome 1940 / Italy zone 1
      • Geographic CRS name: Monte Mario
      • EPSG Usage Extent: Italy - west of 12°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3004

      @Test @DisplayName("Monte Mario / Italy zone 2") public void EPSG_3004() throws FactoryException
      Tests “Monte Mario / Italy zone 2” projected CRS creation from the factory.
      • EPSG projected CRS code: 3004
      • EPSG projected CRS name: Monte Mario / Italy zone 2
      • Alias(es) given by EPSG: Rome 1940 / Italy zone 2
      • Geographic CRS name: Monte Mario
      • EPSG Usage Extent: Italy - east of 12°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32064

      @Test @DisplayName("NAD27 / BLM 14N (ftUS)") public void EPSG_32064() throws FactoryException
      Tests “NAD27 / BLM 14N (ftUS)” projected CRS creation from the factory.
      • EPSG projected CRS code: 32064
      • EPSG projected CRS name: NAD27 / BLM 14N (ftUS)
      • Alias(es) given by EPSG: NAD27 / UTM zone 14N (ftUS)
      • Geographic CRS name: NAD27
      • EPSG Usage Extent: USA - 102°W to 96°W and GoM OCS
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32065

      @Test @DisplayName("NAD27 / BLM 15N (ftUS)") public void EPSG_32065() throws FactoryException
      Tests “NAD27 / BLM 15N (ftUS)” projected CRS creation from the factory.
      • EPSG projected CRS code: 32065
      • EPSG projected CRS name: NAD27 / BLM 15N (ftUS)
      • Alias(es) given by EPSG: NAD27 / UTM zone 15N (ftUS)
      • Geographic CRS name: NAD27
      • EPSG Usage Extent: USA - 96°W to 90°W and GoM OCS
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32066

      @Test @DisplayName("NAD27 / BLM 16N (ftUS)") public void EPSG_32066() throws FactoryException
      Tests “NAD27 / BLM 16N (ftUS)” projected CRS creation from the factory.
      • EPSG projected CRS code: 32066
      • EPSG projected CRS name: NAD27 / BLM 16N (ftUS)
      • Alias(es) given by EPSG: NAD27 / UTM zone 16N (ftUS)
      • Geographic CRS name: NAD27
      • EPSG Usage Extent: USA - 90°W to 84°W and GoM OCS
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32012

      @Test @DisplayName("NAD27 / New Mexico East") public void EPSG_32012() throws FactoryException
      Tests “NAD27 / New Mexico East” projected CRS creation from the factory.
      • EPSG projected CRS code: 32012
      • EPSG projected CRS name: NAD27 / New Mexico East
      • Geographic CRS name: NAD27
      • EPSG Usage Extent: USA - New Mexico - SPCS - E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32040

      @Test @DisplayName("NAD27 / Texas South Central") public void EPSG_32040() throws FactoryException
      Tests “NAD27 / Texas South Central” projected CRS creation from the factory.
      • EPSG projected CRS code: 32040
      • EPSG projected CRS name: NAD27 / Texas South Central
      • Alias(es) given by EPSG: NAD27 / Texas South Cen.
      • Geographic CRS name: NAD27
      • EPSG Usage Extent: USA - Texas - SPCS27 - SC
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousNAD27UTM

      @Test @DisplayName("NAD27 / UTM") public void variousNAD27UTM() throws FactoryException
      Tests “NAD27 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 26711, 26712
      • EPSG projected CRS name: NAD27 / UTM
      • Geographic CRS name: NAD27
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2955

      @Test @DisplayName("NAD83(CSRS) / UTM zone 11N") public void EPSG_2955() throws FactoryException
      Tests “NAD83(CSRS) / UTM zone 11N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2955
      • EPSG projected CRS name: NAD83(CSRS) / UTM zone 11N
      • Alias(es) given by EPSG: NAD83(CSRS) / UTM 11N
      • Geographic CRS name: NAD83(CSRS)
      • EPSG Usage Extent: Canada - 120°W to 114°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2956

      @Test @DisplayName("NAD83(CSRS) / UTM zone 12N") public void EPSG_2956() throws FactoryException
      Tests “NAD83(CSRS) / UTM zone 12N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2956
      • EPSG projected CRS name: NAD83(CSRS) / UTM zone 12N
      • Alias(es) given by EPSG: NAD83(CSRS) / UTM 12N
      • Geographic CRS name: NAD83(CSRS)
      • EPSG Usage Extent: Canada - 114°W to 108°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2809

      @Test @DisplayName("NAD83(HARN) / Michigan South") public void EPSG_2809() throws FactoryException
      Tests “NAD83(HARN) / Michigan South” projected CRS creation from the factory.
      • EPSG projected CRS code: 2809
      • EPSG projected CRS name: NAD83(HARN) / Michigan South
      • Alias(es) given by EPSG: NAD83(HPGN) / Michigan South, NAD83(HARN) / Michigan South (m), NAD83(HARN) / MI S (m)
      • Geographic CRS name: NAD83(HARN)
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2898

      @Test @DisplayName("NAD83(HARN) / Michigan South (ft)") public void EPSG_2898() throws FactoryException
      Tests “NAD83(HARN) / Michigan South (ft)” projected CRS creation from the factory.
      • EPSG projected CRS code: 2898
      • EPSG projected CRS name: NAD83(HARN) / Michigan South (ft)
      • Alias(es) given by EPSG: NAD83(HPGN) / Michigan South (ft), NAD83(HARN) / MI S (ft)
      • Geographic CRS name: NAD83(HARN)
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2845

      @Test @DisplayName("NAD83(HARN) / Texas North Central") public void EPSG_2845() throws FactoryException
      Tests “NAD83(HARN) / Texas North Central” projected CRS creation from the factory.
      • EPSG projected CRS code: 2845
      • EPSG projected CRS name: NAD83(HARN) / Texas North Central
      • Alias(es) given by EPSG: NAD83(HPGN) / Texas North Central, NAD83(HARN) / Texas North Central (m), NAD83(HARN) / TX NC (m)
      • Geographic CRS name: NAD83(HARN)
      • EPSG Usage Extent: USA - Texas - SPCS - NC
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2917

      @Test @DisplayName("NAD83(HARN) / Texas North Central (ftUS)") public void EPSG_2917() throws FactoryException
      Tests “NAD83(HARN) / Texas North Central (ftUS)” projected CRS creation from the factory.
      • EPSG projected CRS code: 2917
      • EPSG projected CRS name: NAD83(HARN) / Texas North Central (ftUS)
      • Alias(es) given by EPSG: NAD83(HPGN) / Texas North Central (ftUS), NAD83(HARN) / TX NC (ftUS)
      • Geographic CRS name: NAD83(HARN)
      • EPSG Usage Extent: USA - Texas - SPCS - NC
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_26990

      @Test @DisplayName("NAD83 / Michigan South") public void EPSG_26990() throws FactoryException
      Tests “NAD83 / Michigan South” projected CRS creation from the factory.
      • EPSG projected CRS code: 26990
      • EPSG projected CRS name: NAD83 / Michigan South
      • Alias(es) given by EPSG: NAD83 / Michigan South (m)
      • Geographic CRS name: NAD83
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2253

      @Test @DisplayName("NAD83 / Michigan South (ft)") public void EPSG_2253() throws FactoryException
      Tests “NAD83 / Michigan South (ft)” projected CRS creation from the factory.
      • EPSG projected CRS code: 2253
      • EPSG projected CRS name: NAD83 / Michigan South (ft)
      • Alias(es) given by EPSG: NAD83 / Michigan S (ft)
      • Geographic CRS name: NAD83
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32140

      @Test @DisplayName("NAD83 / Texas South Central") public void EPSG_32140() throws FactoryException
      Tests “NAD83 / Texas South Central” projected CRS creation from the factory.
      • EPSG projected CRS code: 32140
      • EPSG projected CRS name: NAD83 / Texas South Central
      • Alias(es) given by EPSG: NAD83 / Texas South Cen., NAD83 / Texas South Central (m)
      • Geographic CRS name: NAD83
      • EPSG Usage Extent: USA - Texas - SPCS83 - SC
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2278

      @Test @DisplayName("NAD83 / Texas South Central (ftUS)") public void EPSG_2278() throws FactoryException
      Tests “NAD83 / Texas South Central (ftUS)” projected CRS creation from the factory.
      • EPSG projected CRS code: 2278
      • EPSG projected CRS name: NAD83 / Texas South Central (ftUS)
      • Alias(es) given by EPSG: NAD83 / Texas SC (ftUS)
      • Geographic CRS name: NAD83
      • EPSG Usage Extent: USA - Texas - SPCS83 - SC
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousNAD83UTM

      @Test @DisplayName("NAD83 / UTM") public void variousNAD83UTM() throws FactoryException
      Tests “NAD83 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 26911, 26912
      • EPSG projected CRS name: NAD83 / UTM
      • Geographic CRS name: NAD83
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3736

      @Test @DisplayName("NAD83 / Wyoming East (ftUS)") public void EPSG_3736() throws FactoryException
      Tests “NAD83 / Wyoming East (ftUS)” projected CRS creation from the factory.
      • EPSG projected CRS code: 3736
      • EPSG projected CRS name: NAD83 / Wyoming East (ftUS)
      • Alias(es) given by EPSG: NAD83 / Wyoming E (ftUS)
      • Geographic CRS name: NAD83
      • EPSG Usage Extent: USA - Wyoming - SPCS - E
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32156

      @Test @DisplayName("NAD83 / Wyoming East Central") public void EPSG_32156() throws FactoryException
      Tests “NAD83 / Wyoming East Central” projected CRS creation from the factory.
      • EPSG projected CRS code: 32156
      • EPSG projected CRS name: NAD83 / Wyoming East Central
      • Alias(es) given by EPSG: NAD83 / Wyoming E. Cen., NAD83 / Wyoming East Central (m)
      • Geographic CRS name: NAD83
      • EPSG Usage Extent: USA - Wyoming - SPCS - EC
      Remarks: Check UoM.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27039

      @Test @DisplayName("Nahrwan 1967 / UTM zone 39N") public void EPSG_27039() throws FactoryException
      Tests “Nahrwan 1967 / UTM zone 39N” projected CRS creation from the factory.
      • EPSG projected CRS code: 27039
      • EPSG projected CRS name: Nahrwan 1967 / UTM zone 39N
      • Alias(es) given by EPSG: Nahrwan 1967 / UTM 39N
      • Geographic CRS name: Nahrwan 1967
      • EPSG Usage Extent: Asia - Middle East - Qatar offshore and UAE west of 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27040

      @Test @DisplayName("Nahrwan 1967 / UTM zone 40N") public void EPSG_27040() throws FactoryException
      Tests “Nahrwan 1967 / UTM zone 40N” projected CRS creation from the factory.
      • EPSG projected CRS code: 27040
      • EPSG projected CRS name: Nahrwan 1967 / UTM zone 40N
      • Alias(es) given by EPSG: Nahrwan 1967 / UTM 40N
      • Geographic CRS name: Nahrwan 1967
      • EPSG Usage Extent: UAE - east of 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2067

      @Test @DisplayName("Naparima 1955 / UTM zone 20N") public void EPSG_2067() throws FactoryException
      Tests “Naparima 1955 / UTM zone 20N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2067
      • EPSG projected CRS name: Naparima 1955 / UTM zone 20N
      • Alias(es) given by EPSG: Naparima 1955 / UTM 20N
      • Geographic CRS name: Naparima 1955
      • EPSG Usage Extent: Trinidad and Tobago - Trinidad - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30791

      @Test @DisplayName("Nord Sahara 1959 / Nord Algerie") public void EPSG_30791() throws FactoryException
      Tests “Nord Sahara 1959 / Nord Algerie” projected CRS creation from the factory.
      • EPSG projected CRS code: 30791
      • EPSG projected CRS name: Nord Sahara 1959 / Nord Algerie
      • Alias(es) given by EPSG: Nord Sahara 1959 / Lambert Nord Voirol Unifie 1960, Nord Sahara / N Algerie, Nord Sahara 1959 / Lambert Algerie Nord, Nord Sahara 1959 / LAN, Nord Sahara 1959 / Voirol Unifie Nord
      • Geographic CRS name: Nord Sahara 1959
      • EPSG Usage Extent: Algeria - north of 34°39'N
      Remarks: Check old Voirol.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30792

      @Test @DisplayName("Nord Sahara 1959 / Sud Algerie") public void EPSG_30792() throws FactoryException
      Tests “Nord Sahara 1959 / Sud Algerie” projected CRS creation from the factory.
      • EPSG projected CRS code: 30792
      • EPSG projected CRS name: Nord Sahara 1959 / Sud Algerie
      • Alias(es) given by EPSG: Nord Sahara 1959 / Lambert Sud Voirol Unifie 1960, Nord Sahara / S Algerie, Nord Sahara 1959 / Lambert Algerie Sud, Nord Sahara 1959 / LAS, Nord Sahara 1959 / Voirol Unifie Sud
      • Geographic CRS name: Nord Sahara 1959
      • EPSG Usage Extent: Algeria - 31°30'N to 34°39'N
      Remarks: Check old Voirol.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30730

      @Test @DisplayName("Nord Sahara 1959 / UTM zone 30N") public void EPSG_30730() throws FactoryException
      Tests “Nord Sahara 1959 / UTM zone 30N” projected CRS creation from the factory.
      • EPSG projected CRS code: 30730
      • EPSG projected CRS name: Nord Sahara 1959 / UTM zone 30N
      • Alias(es) given by EPSG: Nord Sahara / UTM 30N
      • Geographic CRS name: Nord Sahara 1959
      • EPSG Usage Extent: Algeria - 6°W to 0°W
      Remarks: Check old Voirol.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30731

      @Test @DisplayName("Nord Sahara 1959 / UTM zone 31N") public void EPSG_30731() throws FactoryException
      Tests “Nord Sahara 1959 / UTM zone 31N” projected CRS creation from the factory.
      • EPSG projected CRS code: 30731
      • EPSG projected CRS name: Nord Sahara 1959 / UTM zone 31N
      • Alias(es) given by EPSG: Nord Sahara / UTM 31N
      • Geographic CRS name: Nord Sahara 1959
      • EPSG Usage Extent: Algeria - 0°E to 6°E
      Remarks: Check old Voirol.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30732

      @Test @DisplayName("Nord Sahara 1959 / UTM zone 32N") public void EPSG_30732() throws FactoryException
      Tests “Nord Sahara 1959 / UTM zone 32N” projected CRS creation from the factory.
      • EPSG projected CRS code: 30732
      • EPSG projected CRS name: Nord Sahara 1959 / UTM zone 32N
      • Alias(es) given by EPSG: Nord Sahara / UTM 32N
      • Geographic CRS name: Nord Sahara 1959
      • EPSG Usage Extent: Algeria - east of 6°E
      Remarks: Check old Voirol.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27571

      @Test @DisplayName("NTF (Paris) / Lambert zone I") public void EPSG_27571() throws FactoryException
      Tests “NTF (Paris) / Lambert zone I” projected CRS creation from the factory.
      • EPSG projected CRS code: 27571
      • EPSG projected CRS name: NTF (Paris) / Lambert zone I
      • Alias(es) given by EPSG: NTF (Paris) / France I
      • Geographic CRS name: NTF (Paris)
      • EPSG Usage Extent: France - mainland north of 48.15°N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27572

      @Test @DisplayName("NTF (Paris) / Lambert zone II") public void EPSG_27572() throws FactoryException
      Tests “NTF (Paris) / Lambert zone II” projected CRS creation from the factory.
      • EPSG projected CRS code: 27572
      • EPSG projected CRS name: NTF (Paris) / Lambert zone II
      • Alias(es) given by EPSG: NTF (Paris) / France II, NTF (Paris) / Lambert zone II etendu
      • Geographic CRS name: NTF (Paris)
      • EPSG Usage Extent: France - mainland 45.45°N to 48.15°N. Also all mainland.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27573

      @Test @DisplayName("NTF (Paris) / Lambert zone III") public void EPSG_27573() throws FactoryException
      Tests “NTF (Paris) / Lambert zone III” projected CRS creation from the factory.
      • EPSG projected CRS code: 27573
      • EPSG projected CRS name: NTF (Paris) / Lambert zone III
      • Alias(es) given by EPSG: NTF (Paris) / France III
      • Geographic CRS name: NTF (Paris)
      • EPSG Usage Extent: France - mainland south of 45.45°N
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2193

      @Test @DisplayName("NZGD2000 / New Zealand Transverse Mercator 2000") public void EPSG_2193() throws FactoryException
      Tests “NZGD2000 / New Zealand Transverse Mercator 2000” projected CRS creation from the factory.
      • EPSG projected CRS code: 2193
      • EPSG projected CRS name: NZGD2000 / New Zealand Transverse Mercator 2000
      • Alias(es) given by EPSG: NZGD2000 / NZTM, NZGD2000 / New Zealand Transverse Mercator, NZGD2000 / NZTM2000
      • Geographic CRS name: NZGD2000
      • EPSG Usage Extent: New Zealand - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousNZGD2000UTM

      @Test @DisplayName("NZGD2000 / UTM") public void variousNZGD2000UTM() throws FactoryException
      Tests “NZGD2000 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 2133, 2134, 2135
      • EPSG projected CRS name: NZGD2000 / UTM
      • Geographic CRS name: NZGD2000
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27200

      @Test @DisplayName("NZGD49 / New Zealand Map Grid") public void EPSG_27200() throws FactoryException
      Tests “NZGD49 / New Zealand Map Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 27200
      • EPSG projected CRS name: NZGD49 / New Zealand Map Grid
      • Alias(es) given by EPSG: NZGD49 / NZ Map Grid
      • Geographic CRS name: NZGD49
      • EPSG Usage Extent: New Zealand - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27291

      @Test @DisplayName("NZGD49 / North Island Grid") public void EPSG_27291() throws FactoryException
      Tests “NZGD49 / North Island Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 27291
      • EPSG projected CRS name: NZGD49 / North Island Grid
      • Alias(es) given by EPSG: GD49 / North Island Grid
      • Geographic CRS name: NZGD49
      • EPSG Usage Extent: New Zealand - North Island
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27292

      @Test @DisplayName("NZGD49 / South Island Grid") public void EPSG_27292() throws FactoryException
      Tests “NZGD49 / South Island Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 27292
      • EPSG projected CRS name: NZGD49 / South Island Grid
      • Alias(es) given by EPSG: GD49 / South Island Grid
      • Geographic CRS name: NZGD49
      • EPSG Usage Extent: New Zealand - South and Stewart Islands
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_27700

      @Test @DisplayName("OSGB36 / British National Grid") public void EPSG_27700() throws FactoryException
      Tests “OSGB36 / British National Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 27700
      • EPSG projected CRS name: OSGB36 / British National Grid
      • Alias(es) given by EPSG: British National Grid
      • Geographic CRS name: OSGB36
      • EPSG Usage Extent: UK - Britain and UKCS 49°45'N to 61°N; 9°W to 2°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_28232

      @Test @DisplayName("Pointe Noire / UTM zone 32S") public void EPSG_28232() throws FactoryException
      Tests “Pointe Noire / UTM zone 32S” projected CRS creation from the factory.
      • EPSG projected CRS code: 28232
      • EPSG projected CRS name: Pointe Noire / UTM zone 32S
      • Alias(es) given by EPSG: Point Noire / UTM 32S, Congo 1960 Pointe Noire / UTM zone 32S
      • Geographic CRS name: Pointe Noire
      • EPSG Usage Extent: Congo
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22181

      @Test @DisplayName("POSGAR 94 / Argentina 1") public void EPSG_22181() throws FactoryException
      Tests “POSGAR 94 / Argentina 1” projected CRS creation from the factory.
      • EPSG projected CRS code: 22181
      • EPSG projected CRS name: POSGAR 94 / Argentina 1
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 1
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - west of 70.5°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22182

      @Test @DisplayName("POSGAR 94 / Argentina 2") public void EPSG_22182() throws FactoryException
      Tests “POSGAR 94 / Argentina 2” projected CRS creation from the factory.
      • EPSG projected CRS code: 22182
      • EPSG projected CRS name: POSGAR 94 / Argentina 2
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 2
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - 70.5°W to 67.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22183

      @Test @DisplayName("POSGAR 94 / Argentina 3") public void EPSG_22183() throws FactoryException
      Tests “POSGAR 94 / Argentina 3” projected CRS creation from the factory.
      • EPSG projected CRS code: 22183
      • EPSG projected CRS name: POSGAR 94 / Argentina 3
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 3
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - 67.5°W to 64.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22184

      @Test @DisplayName("POSGAR 94 / Argentina 4") public void EPSG_22184() throws FactoryException
      Tests “POSGAR 94 / Argentina 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 22184
      • EPSG projected CRS name: POSGAR 94 / Argentina 4
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 4
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - 64.5°W to 61.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22185

      @Test @DisplayName("POSGAR 94 / Argentina 5") public void EPSG_22185() throws FactoryException
      Tests “POSGAR 94 / Argentina 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 22185
      • EPSG projected CRS name: POSGAR 94 / Argentina 5
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 5
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - 61.5°W to 58.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22186

      @Test @DisplayName("POSGAR 94 / Argentina 6") public void EPSG_22186() throws FactoryException
      Tests “POSGAR 94 / Argentina 6” projected CRS creation from the factory.
      • EPSG projected CRS code: 22186
      • EPSG projected CRS name: POSGAR 94 / Argentina 6
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 6
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - 58.5°W to 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22187

      @Test @DisplayName("POSGAR 94 / Argentina 7") public void EPSG_22187() throws FactoryException
      Tests “POSGAR 94 / Argentina 7” projected CRS creation from the factory.
      • EPSG projected CRS code: 22187
      • EPSG projected CRS name: POSGAR 94 / Argentina 7
      • Alias(es) given by EPSG: POSGAR 94 / Gauss-Kruger zone 7
      • Geographic CRS name: POSGAR 94
      • EPSG Usage Extent: Argentina - east of 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22171

      @Test @DisplayName("POSGAR 98 / Argentina 1") public void EPSG_22171() throws FactoryException
      Tests “POSGAR 98 / Argentina 1” projected CRS creation from the factory.
      • EPSG projected CRS code: 22171
      • EPSG projected CRS name: POSGAR 98 / Argentina 1
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 1
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - west of 70.5°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22172

      @Test @DisplayName("POSGAR 98 / Argentina 2") public void EPSG_22172() throws FactoryException
      Tests “POSGAR 98 / Argentina 2” projected CRS creation from the factory.
      • EPSG projected CRS code: 22172
      • EPSG projected CRS name: POSGAR 98 / Argentina 2
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 2
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - 70.5°W to 67.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22173

      @Test @DisplayName("POSGAR 98 / Argentina 3") public void EPSG_22173() throws FactoryException
      Tests “POSGAR 98 / Argentina 3” projected CRS creation from the factory.
      • EPSG projected CRS code: 22173
      • EPSG projected CRS name: POSGAR 98 / Argentina 3
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 3
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - 67.5°W to 64.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22174

      @Test @DisplayName("POSGAR 98 / Argentina 4") public void EPSG_22174() throws FactoryException
      Tests “POSGAR 98 / Argentina 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 22174
      • EPSG projected CRS name: POSGAR 98 / Argentina 4
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 4
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - 64.5°W to 61.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22175

      @Test @DisplayName("POSGAR 98 / Argentina 5") public void EPSG_22175() throws FactoryException
      Tests “POSGAR 98 / Argentina 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 22175
      • EPSG projected CRS name: POSGAR 98 / Argentina 5
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 5
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - 61.5°W to 58.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22176

      @Test @DisplayName("POSGAR 98 / Argentina 6") public void EPSG_22176() throws FactoryException
      Tests “POSGAR 98 / Argentina 6” projected CRS creation from the factory.
      • EPSG projected CRS code: 22176
      • EPSG projected CRS name: POSGAR 98 / Argentina 6
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 6
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - 58.5°W to 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_22177

      @Test @DisplayName("POSGAR 98 / Argentina 7") public void EPSG_22177() throws FactoryException
      Tests “POSGAR 98 / Argentina 7” projected CRS creation from the factory.
      • EPSG projected CRS code: 22177
      • EPSG projected CRS name: POSGAR 98 / Argentina 7
      • Alias(es) given by EPSG: POSGAR 98 / Gauss-Kruger zone 7
      • Geographic CRS name: POSGAR 98
      • EPSG Usage Extent: Argentina - east of 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3121

      @Test @DisplayName("PRS92 / Philippines zone 1") public void EPSG_3121() throws FactoryException
      Tests “PRS92 / Philippines zone 1” projected CRS creation from the factory.
      • EPSG projected CRS code: 3121
      • EPSG projected CRS name: PRS92 / Philippines zone 1
      • Alias(es) given by EPSG: New Luzon / Philippines zone 1, PRS92 / Philippines 1
      • Geographic CRS name: PRS92
      • EPSG Usage Extent: Philippines - zone I
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3122

      @Test @DisplayName("PRS92 / Philippines zone 2") public void EPSG_3122() throws FactoryException
      Tests “PRS92 / Philippines zone 2” projected CRS creation from the factory.
      • EPSG projected CRS code: 3122
      • EPSG projected CRS name: PRS92 / Philippines zone 2
      • Alias(es) given by EPSG: New Luzon / Philippines zone 2, PRS92 / Philippines 2
      • Geographic CRS name: PRS92
      • EPSG Usage Extent: Philippines - zone II
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3123

      @Test @DisplayName("PRS92 / Philippines zone 3") public void EPSG_3123() throws FactoryException
      Tests “PRS92 / Philippines zone 3” projected CRS creation from the factory.
      • EPSG projected CRS code: 3123
      • EPSG projected CRS name: PRS92 / Philippines zone 3
      • Alias(es) given by EPSG: New Luzon / Philippines zone 3, PRS92 / Philippines 3
      • Geographic CRS name: PRS92
      • EPSG Usage Extent: Philippines - zone III
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3124

      @Test @DisplayName("PRS92 / Philippines zone 4") public void EPSG_3124() throws FactoryException
      Tests “PRS92 / Philippines zone 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 3124
      • EPSG projected CRS name: PRS92 / Philippines zone 4
      • Alias(es) given by EPSG: New Luzon / Philippines zone 4, PRS92 / Philippines 4
      • Geographic CRS name: PRS92
      • EPSG Usage Extent: Philippines - zone IV
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3125

      @Test @DisplayName("PRS92 / Philippines zone 5") public void EPSG_3125() throws FactoryException
      Tests “PRS92 / Philippines zone 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 3125
      • EPSG projected CRS name: PRS92 / Philippines zone 5
      • Alias(es) given by EPSG: New Luzon / Philippines zone 5, PRS92 / Philippines 5
      • Geographic CRS name: PRS92
      • EPSG Usage Extent: Philippines - zone V
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24892

      @Test @DisplayName("PSAD56 / Peru central zone") public void EPSG_24892() throws FactoryException
      Tests “PSAD56 / Peru central zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 24892
      • EPSG projected CRS name: PSAD56 / Peru central zone
      • Alias(es) given by EPSG: PSAD56 / Peru central
      • Geographic CRS name: PSAD56
      • EPSG Usage Extent: Peru - 79°W to 73°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24893

      @Test @DisplayName("PSAD56 / Peru east zone") public void EPSG_24893() throws FactoryException
      Tests “PSAD56 / Peru east zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 24893
      • EPSG projected CRS name: PSAD56 / Peru east zone
      • Geographic CRS name: PSAD56
      • EPSG Usage Extent: Peru - east of 73°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_24891

      @Test @DisplayName("PSAD56 / Peru west zone") public void EPSG_24891() throws FactoryException
      Tests “PSAD56 / Peru west zone” projected CRS creation from the factory.
      • EPSG projected CRS code: 24891
      • EPSG projected CRS name: PSAD56 / Peru west zone
      • Geographic CRS name: PSAD56
      • EPSG Usage Extent: Peru - west of 79°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousPSAD56UTM

      @Test @DisplayName("PSAD56 / UTM") public void variousPSAD56UTM() throws FactoryException
      Tests “PSAD56 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 24817, 24818, 24819, 24820, 24877, 24878, 24879
      • EPSG projected CRS name: PSAD56 / UTM
      • Geographic CRS name: PSAD56
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3440

      @Test @DisplayName("PSD93 / UTM zone 40N") public void EPSG_3440() throws FactoryException
      Tests “PSD93 / UTM zone 40N” projected CRS creation from the factory.
      • EPSG projected CRS code: 3440
      • EPSG projected CRS name: PSD93 / UTM zone 40N
      • Geographic CRS name: PSD93
      • EPSG Usage Extent: Oman - onshore east of 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3334

      @Test @DisplayName("Pulkovo 1942(58) / Gauss-Kruger zone 4") public void EPSG_3334() throws FactoryException
      Tests “Pulkovo 1942(58) / Gauss-Kruger zone 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 3334
      • EPSG projected CRS name: Pulkovo 1942(58) / Gauss-Kruger zone 4
      • Alias(es) given by EPSG: System 1942/21 (6), S-42 zone 4, S-42 zone 34, Pulkovo 1942(58) / 6-degree Gauss-Kruger zone 4, Pulkovo 42(58) / GK zn 4
      • Geographic CRS name: Pulkovo 1942(58)
      • EPSG Usage Extent: Europe - 18°E to 24°E onshore and S-42(58) by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3335

      @Test @DisplayName("Pulkovo 1942(58) / Gauss-Kruger zone 5") public void EPSG_3335() throws FactoryException
      Tests “Pulkovo 1942(58) / Gauss-Kruger zone 5” projected CRS creation from the factory.
      • EPSG projected CRS code: 3335
      • EPSG projected CRS name: Pulkovo 1942(58) / Gauss-Kruger zone 5
      • Alias(es) given by EPSG: System 1942/27 (6), S-42 zone 5, S-42 zone 35, Pulkovo 1942(58) / 6-degree Gauss-Kruger zone 5, Pulkovo 42(58) / GK zn 5
      • Geographic CRS name: Pulkovo 1942(58)
      • EPSG Usage Extent: Europe - 24°E to 30°E onshore and S-42(58) by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3844

      @Test @DisplayName("Pulkovo 1942(58) / Stereo70") public void EPSG_3844() throws FactoryException
      Tests “Pulkovo 1942(58) / Stereo70” projected CRS creation from the factory.
      • EPSG projected CRS code: 3844
      • EPSG projected CRS name: Pulkovo 1942(58) / Stereo70
      • Alias(es) given by EPSG: Stereo 70, S-42 / Stereo 70, Dealul Piscului 1970/ Stereo 70
      • Geographic CRS name: Pulkovo 1942(58)
      • EPSG Usage Extent: Romania
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_3836

      @Test @DisplayName("Pulkovo 1942(83) / Gauss-Kruger zone 4") public void EPSG_3836() throws FactoryException
      Tests “Pulkovo 1942(83) / Gauss-Kruger zone 4” projected CRS creation from the factory.
      • EPSG projected CRS code: 3836
      • EPSG projected CRS name: Pulkovo 1942(83) / Gauss-Kruger zone 4
      • Alias(es) given by EPSG: Pulkovo 1942(83) / 6-degree Gauss-Kruger zone 4, S-42 zone 4, Pulkovo 42(83) / GK zn 4
      • Geographic CRS name: Pulkovo 1942(83)
      • EPSG Usage Extent: Europe - 18°E to 24°E onshore and S-42(83) by country
      Remarks: Check axes order and abbreviations.
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_28416

      @Test @DisplayName("Pulkovo 1942 / Gauss-Kruger zone 16") public void EPSG_28416() throws FactoryException
      Tests “Pulkovo 1942 / Gauss-Kruger zone 16” projected CRS creation from the factory.
      • EPSG projected CRS code: 28416
      • EPSG projected CRS name: Pulkovo 1942 / Gauss-Kruger zone 16
      • Alias(es) given by EPSG: S-42 zone 16, Pulkovo 1942 / 6-degree Gauss-Kruger zone 16
      • Geographic CRS name: Pulkovo 1942
      • EPSG Usage Extent: Russia - 90°E to 96°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_28424

      @Test @DisplayName("Pulkovo 1942 / Gauss-Kruger zone 24") public void EPSG_28424() throws FactoryException
      Tests “Pulkovo 1942 / Gauss-Kruger zone 24” projected CRS creation from the factory.
      • EPSG projected CRS code: 28424
      • EPSG projected CRS name: Pulkovo 1942 / Gauss-Kruger zone 24
      • Alias(es) given by EPSG: S-42 zone 24, Pulkovo 1942 / 6-degree Gauss-Kruger zone 24
      • Geographic CRS name: Pulkovo 1942
      • EPSG Usage Extent: Russia - 138°E to 144°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_28409

      @Test @DisplayName("Pulkovo 1942 / Gauss-Kruger zone 9") public void EPSG_28409() throws FactoryException
      Tests “Pulkovo 1942 / Gauss-Kruger zone 9” projected CRS creation from the factory.
      • EPSG projected CRS code: 28409
      • EPSG projected CRS name: Pulkovo 1942 / Gauss-Kruger zone 9
      • Alias(es) given by EPSG: S-42 zone 9, Pulkovo 1942 / 6-degree Gauss-Kruger zone 9
      • Geographic CRS name: Pulkovo 1942
      • EPSG Usage Extent: Asia - FSU onshore 48°E to 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2099

      @Test @DisplayName("Qatar 1948 / Qatar Grid") public void EPSG_2099() throws FactoryException
      Tests “Qatar 1948 / Qatar Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 2099
      • EPSG projected CRS name: Qatar 1948 / Qatar Grid
      • Alias(es) given by EPSG: Qatar Plane CS
      • Geographic CRS name: Qatar 1948
      • EPSG Usage Extent: Qatar - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_28600

      @Test @DisplayName("Qatar 1974 / Qatar National Grid") public void EPSG_28600() throws FactoryException
      Tests “Qatar 1974 / Qatar National Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 28600
      • EPSG projected CRS name: Qatar 1974 / Qatar National Grid
      • Alias(es) given by EPSG: Qatar National Grid
      • Geographic CRS name: Qatar 1974
      • EPSG Usage Extent: Qatar - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2932

      @Test @DisplayName("QND95 / Qatar National Grid") public void EPSG_2932() throws FactoryException
      Tests “QND95 / Qatar National Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 2932
      • EPSG projected CRS name: QND95 / Qatar National Grid
      • Alias(es) given by EPSG: QND95 / Qatar Nat Grid
      • Geographic CRS name: QND95
      • EPSG Usage Extent: Qatar - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousREGVENUTM

      @Test @DisplayName("REGVEN / UTM") public void variousREGVENUTM() throws FactoryException
      Tests “REGVEN / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: 2201, 2202, 2203
      • EPSG projected CRS name: REGVEN / UTM
      • Geographic CRS name: REGVEN
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2154

      @Test @DisplayName("RGF93 / Lambert-93") public void EPSG_2154() throws FactoryException
      Tests “RGF93 / Lambert-93” projected CRS creation from the factory.
      • EPSG projected CRS code: 2154
      • EPSG projected CRS name: RGF93 / Lambert-93
      • Geographic CRS name: RGF93
      • EPSG Usage Extent: France
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29101

      @Test @DisplayName("SAD69 / Brazil Polyconic") public void EPSG_29101() throws FactoryException
      Tests “SAD69 / Brazil Polyconic” projected CRS creation from the factory.
      • EPSG projected CRS code: 29101
      • EPSG projected CRS name: SAD69 / Brazil Polyconic
      • Geographic CRS name: SAD69
      • EPSG Usage Extent: Brazil
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29194

      @Test @DisplayName("SAD69 / UTM zone 24S") public void EPSG_29194() throws FactoryException
      Tests “SAD69 / UTM zone 24S” projected CRS creation from the factory.
      • EPSG projected CRS code: 29194
      • EPSG projected CRS name: SAD69 / UTM zone 24S
      • Geographic CRS name: SAD69
      • EPSG Usage Extent: Brazil - 42°W to 36°W
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29371

      @Test @DisplayName("Schwarzeck / Lo22/11") public void EPSG_29371() throws FactoryException
      Tests “Schwarzeck / Lo22/11” projected CRS creation from the factory.
      • EPSG projected CRS code: 29371
      • EPSG projected CRS name: Schwarzeck / Lo22/11
      • Alias(es) given by EPSG: SW African CS zone 11, South West African Coord. System zone 11
      • Geographic CRS name: Schwarzeck
      • EPSG Usage Extent: Namibia - west of 12°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29333

      @Test @DisplayName("Schwarzeck / UTM zone 33S") public void EPSG_29333() throws FactoryException
      Tests “Schwarzeck / UTM zone 33S” projected CRS creation from the factory.
      • EPSG projected CRS code: 29333
      • EPSG projected CRS name: Schwarzeck / UTM zone 33S
      • Alias(es) given by EPSG: Schwarzeck / UTM 33S
      • Geographic CRS name: Schwarzeck
      • EPSG Usage Extent: Namibia - offshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31997

      @Test @DisplayName("SIRGAS 1995 / UTM zone 22S") public void EPSG_31997() throws FactoryException
      Tests “SIRGAS 1995 / UTM zone 22S” projected CRS creation from the factory.
      • EPSG projected CRS code: 31997
      • EPSG projected CRS name: SIRGAS 1995 / UTM zone 22S
      • Alias(es) given by EPSG: SIRGAS / UTM zone 22S
      • Geographic CRS name: SIRGAS 1995
      • EPSG Usage Extent: South America - 54°W to 48°W; S hemisphere
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_31982

      @Test @DisplayName("SIRGAS 2000 / UTM zone 22S") public void EPSG_31982() throws FactoryException
      Tests “SIRGAS 2000 / UTM zone 22S” projected CRS creation from the factory.
      • EPSG projected CRS code: 31982
      • EPSG projected CRS name: SIRGAS 2000 / UTM zone 22S
      • Alias(es) given by EPSG: SIRGAS 2000 / UTM 22S, SIRGAS2000 / UTM zone 22S
      • Geographic CRS name: SIRGAS 2000
      • EPSG Usage Extent: South America - 54°W to 48°W; S hemisphere and SIRGAS 2000 by country
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29701

      @Test @DisplayName("Tananarive (Paris) / Laborde Grid") public void EPSG_29701() throws FactoryException
      Tests “Tananarive (Paris) / Laborde Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 29701
      • EPSG projected CRS name: Tananarive (Paris) / Laborde Grid
      • Geographic CRS name: Tananarive (Paris)
      • EPSG Usage Extent: Madagascar - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29702

      @Test @DisplayName("Tananarive (Paris) / Laborde Grid approximation") public void EPSG_29702() throws FactoryException
      Tests “Tananarive (Paris) / Laborde Grid approximation” projected CRS creation from the factory.
      • EPSG projected CRS code: 29702
      • EPSG projected CRS name: Tananarive (Paris) / Laborde Grid approximation
      • Alias(es) given by EPSG: Tananarive / Laborde app
      • Geographic CRS name: Tananarive (Paris)
      • EPSG Usage Extent: Madagascar - onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29738

      @Test @DisplayName("Tananarive / UTM zone 38S") public void EPSG_29738() throws FactoryException
      Tests “Tananarive / UTM zone 38S” projected CRS creation from the factory.
      • EPSG projected CRS code: 29738
      • EPSG projected CRS name: Tananarive / UTM zone 38S
      • Alias(es) given by EPSG: Tananarive / UTM 38S
      • Geographic CRS name: Tananarive
      • EPSG Usage Extent: Madagascar - nearshore - west of 48°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30339

      @Test @DisplayName("TC(1948) / UTM zone 39N") public void EPSG_30339() throws FactoryException
      Tests “TC(1948) / UTM zone 39N” projected CRS creation from the factory.
      • EPSG projected CRS code: 30339
      • EPSG projected CRS name: TC(1948) / UTM zone 39N
      • Geographic CRS name: TC(1948)
      • EPSG Usage Extent: UAE - Abu Dhabi - onshore west of 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29871

      @Test @DisplayName("Timbalai 1948 / RSO Borneo (ch)") public void EPSG_29871() throws FactoryException
      Tests “Timbalai 1948 / RSO Borneo (ch)” projected CRS creation from the factory.
      • EPSG projected CRS code: 29871
      • EPSG projected CRS name: Timbalai 1948 / RSO Borneo (ch)
      • Alias(es) given by EPSG: Timbalai / Borneo (ch)
      • Geographic CRS name: Timbalai 1948
      • EPSG Usage Extent: Asia - Brunei and East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29872

      @Test @DisplayName("Timbalai 1948 / RSO Borneo (ftSe)") public void EPSG_29872() throws FactoryException
      Tests “Timbalai 1948 / RSO Borneo (ftSe)” projected CRS creation from the factory.
      • EPSG projected CRS code: 29872
      • EPSG projected CRS name: Timbalai 1948 / RSO Borneo (ftSe)
      • Alias(es) given by EPSG: Timbalai / Borneo (ftSe)
      • Geographic CRS name: Timbalai 1948
      • EPSG Usage Extent: Malaysia - East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29873

      @Test @DisplayName("Timbalai 1948 / RSO Borneo (m)") public void EPSG_29873() throws FactoryException
      Tests “Timbalai 1948 / RSO Borneo (m)” projected CRS creation from the factory.
      • EPSG projected CRS code: 29873
      • EPSG projected CRS name: Timbalai 1948 / RSO Borneo (m)
      • Alias(es) given by EPSG: Timbalai / Borneo (m), BT68 / RSO Borneo (m), Timbalai 1968 / RSO Borneo (m)
      • Geographic CRS name: Timbalai 1948
      • EPSG Usage Extent: Asia - Brunei and East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_29850

      @Test @DisplayName("Timbalai 1948 / UTM zone 50N") public void EPSG_29850() throws FactoryException
      Tests “Timbalai 1948 / UTM zone 50N” projected CRS creation from the factory.
      • EPSG projected CRS code: 29850
      • EPSG projected CRS name: Timbalai 1948 / UTM zone 50N
      • Alias(es) given by EPSG: Timbalai 1948 / UTM 50N, BT68 / UTM zone 50N, Timbalai 1968 / UTM zone 50N
      • Geographic CRS name: Timbalai 1948
      • EPSG Usage Extent: Asia - Brunei and East Malaysia - 114°E to 120°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_30200

      @Test @DisplayName("Trinidad 1903 / Trinidad Grid") public void EPSG_30200() throws FactoryException
      Tests “Trinidad 1903 / Trinidad Grid” projected CRS creation from the factory.
      • EPSG projected CRS code: 30200
      • EPSG projected CRS name: Trinidad 1903 / Trinidad Grid
      • Alias(es) given by EPSG: Trinidad 1903 / Cassini
      • Geographic CRS name: Trinidad 1903
      • EPSG Usage Extent: Trinidad and Tobago - Trinidad
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2314

      @Test @DisplayName("Trinidad 1903 / Trinidad Grid (ftCla)") public void EPSG_2314() throws FactoryException
      Tests “Trinidad 1903 / Trinidad Grid (ftCla)” projected CRS creation from the factory.
      • EPSG projected CRS code: 2314
      • EPSG projected CRS name: Trinidad 1903 / Trinidad Grid (ftCla)
      • Alias(es) given by EPSG: Trinidad 03 Grid (ftCla)
      • Geographic CRS name: Trinidad 1903
      • EPSG Usage Extent: Trinidad and Tobago - Trinidad
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_32448

      @Test @DisplayName("WGS 72BE / UTM zone 48N") public void EPSG_32448() throws FactoryException
      Tests “WGS 72BE / UTM zone 48N” projected CRS creation from the factory.
      • EPSG projected CRS code: 32448
      • EPSG projected CRS name: WGS 72BE / UTM zone 48N
      • Geographic CRS name: WGS 72BE
      • EPSG Usage Extent: World - N hemisphere - 102°E to 108°E - by country and WGS 72BE
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • variousWGS84UTM

      @Test @DisplayName("WGS 84 / UTM") public void variousWGS84UTM() throws FactoryException
      Tests “WGS 84 / UTM” projected CRS creation from the factory.
      • EPSG projected CRS code: various
      • EPSG projected CRS name: WGS 84 / UTM
      • Geographic CRS name: WGS 84
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2343

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 105E") public void EPSG_2343() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 105E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2343
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 105E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 105E, Xian 1980 / G-K CM 105E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 102°E to 108°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2344

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 111E") public void EPSG_2344() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 111E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2344
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 111E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 111E, Xian 1980 / G-K CM 111E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 108°E to 114°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2345

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 117E") public void EPSG_2345() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 117E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2345
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 117E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 117E, Xian 1980 / G-K CM 117E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 114°E to 120°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2346

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 123E") public void EPSG_2346() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 123E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2346
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 123E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 123E, Xian 1980 / G-K CM 123E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 120°E to 126°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2347

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 129E") public void EPSG_2347() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 129E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2347
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 129E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 129E, Xian 1980 / G-K CM 129E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 126°E to 132°E onshore
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2348

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 135E") public void EPSG_2348() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 135E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2348
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 135E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 135E, Xian 1980 / G-K CM 135E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - east of 132°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2338

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 75E") public void EPSG_2338() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 75E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2338
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 75E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 75E, Xian 1980 / G-K CM 75E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - west of 78°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2339

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 81E") public void EPSG_2339() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 81E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2339
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 81E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 81E, Xian 1980 / G-K CM 81E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 78°E to 84°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2340

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 87E") public void EPSG_2340() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 87E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2340
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 87E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 87E, Xian 1980 / G-K CM 87E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 84°E to 90°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2341

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 93E") public void EPSG_2341() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 93E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2341
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 93E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 93E, Xian 1980 / G-K CM 93E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 90°E to 96°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2342

      @Test @DisplayName("Xian 1980 / Gauss-Kruger CM 99E") public void EPSG_2342() throws FactoryException
      Tests “Xian 1980 / Gauss-Kruger CM 99E” projected CRS creation from the factory.
      • EPSG projected CRS code: 2342
      • EPSG projected CRS name: Xian 1980 / Gauss-Kruger CM 99E
      • Alias(es) given by EPSG: Xian 1980 / 6-degree Gauss-Kruger CM 99E, Xian 1980 / G-K CM 99E
      • Geographic CRS name: Xian 1980
      • EPSG Usage Extent: China - 96°E to 102°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2089

      @Test @DisplayName("Yemen NGN96 / UTM zone 38N") public void EPSG_2089() throws FactoryException
      Tests “Yemen NGN96 / UTM zone 38N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2089
      • EPSG projected CRS name: Yemen NGN96 / UTM zone 38N
      • Alias(es) given by EPSG: Yemen NGN96 / UTM 38N
      • Geographic CRS name: Yemen NGN96
      • EPSG Usage Extent: Yemen - 42°E to 48°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.
    • EPSG_2090

      @Test @DisplayName("Yemen NGN96 / UTM zone 39N") public void EPSG_2090() throws FactoryException
      Tests “Yemen NGN96 / UTM zone 39N” projected CRS creation from the factory.
      • EPSG projected CRS code: 2090
      • EPSG projected CRS name: Yemen NGN96 / UTM zone 39N
      • Alias(es) given by EPSG: Yemen NGN96 / UTM 39N
      • Geographic CRS name: Yemen NGN96
      • EPSG Usage Extent: Yemen - 48°E to 54°E
      Throws:
      FactoryException - if an error occurred while creating the projected CRS from the EPSG code.