Class GIGS2004


  • public class GIGS2004
    extends AuthorityFactoryTestCase<GeodeticDatum>
    Verifies reference geodetic datums and CRSs bundled with the geoscience software. Each test method in this class instantiate exactly one GeodeticDatum, but may instantiate an arbitrary amount of GeodeticCRS using that datum.
    Test method: Compare geodetic datum and geocentric, geographic 3D and geographic 2D CRS definitions included in the geoscience software against the EPSG Dataset.
    Test data: GIGS_2004_libGeodeticDatumCRS.csv and EPSG Dataset. Tests for component logical consistency: for example, if a higher-level library-defined component such as ED50 datum is selected it should then not be possible to change any of its lower-level components such as the ellipsoid from the pre-defined value (in this example International 1924).
    Tested API: DatumAuthorityFactory.createGeodeticDatum(String),
    CRSAuthorityFactory.createGeographicCRS(String) and
    CRSAuthorityFactory.createGeocentricCRS(String).
    Expected result: Definitions bundled with the software should have the same name and associated ellipsoid and prime meridian 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, implementors can define a subclass in their own test suite as in the example below:
    import org.junit.runner.RunWith;
    import org.junit.runners.JUnit4;
    import org.opengis.test.referencing.gigs.GIGS2004;
    
    @RunWith(JUnit4.class)
    public class MyTest extends GIGS2004 {
        public MyTest() {
            super(new MyDatumAuthorityFactory(),
                  new MyCRSAuthorityFactory());
        }
    }
    Since:
    3.1
    • Method Summary

      Modifier and Type Method Description
      Configuration configuration()
      Returns information about the configuration of the test which has been run.
      static List<Factory[]> factories()
      Returns a default set of factories to use for running the tests.
      GeodeticDatum getIdentifiedObject()
      Returns the datum instance to be tested.
      void testAbidjan()
      Tests “Abidjan 1987” geodetic datum creation from the factory.
      void testAccra()
      Tests “Accra” geodetic datum creation from the factory.
      void testAdindan()
      Tests “Adindan” geodetic datum creation from the factory.
      void testAfgooye()
      Tests “Afgooye” geodetic datum creation from the factory.
      void testAgadez()
      Tests “Agadez” geodetic datum creation from the factory.
      void testAGD66()
      Tests “Australian Geodetic Datum 1966” geodetic datum creation from the factory.
      void testAGD84()
      Tests “Australian Geodetic Datum 1984” geodetic datum creation from the factory.
      void testAinElAbd()
      Tests “Ain el Abd 1970” geodetic datum creation from the factory.
      void testAlbanian()
      Tests “Albanian 1987” geodetic datum creation from the factory.
      void testAmericanSamoa()
      Tests “American Samoa 1962” geodetic datum creation from the factory.
      void testAmersfoort()
      Tests “Amersfoort” geodetic datum creation from the factory.
      void testAmmassalik()
      Tests “Ammassalik 1958” geodetic datum creation from the factory.
      void testAnguilla()
      Tests “Anguilla 1957” geodetic datum creation from the factory.
      void testAntigua()
      Tests “Antigua 1943” geodetic datum creation from the factory.
      void testAratu()
      Tests “Aratu” geodetic datum creation from the factory.
      void testArc1950()
      Tests “Arc 1950” geodetic datum creation from the factory.
      void testArc1960()
      Tests “Arc 1960” geodetic datum creation from the factory.
      void testAscensionIsland()
      Tests “Ascension Island 1958” geodetic datum creation from the factory.
      void testATF_Paris()
      Tests “Ancienne Triangulation Francaise (Paris)” geodetic datum creation from the factory.
      void testATS77()
      Tests “Average Terrestrial System 1977” geodetic datum creation from the factory.
      void testAustralianAntarctic()
      Tests “Australian Antarctic Datum 1998” geodetic datum creation from the factory.
      void testAyabelleLighthouse()
      Tests “Ayabelle Lighthouse” geodetic datum creation from the factory.
      void testAzoresCentral1948()
      Tests “Azores Central Islands 1948” geodetic datum creation from the factory.
      void testAzoresCentral1995()
      Tests “Azores Central Islands 1995” geodetic datum creation from the factory.
      void testAzoresOccidental1939()
      Tests “Azores Occidental Islands 1939” geodetic datum creation from the factory.
      void testAzoresOriental1940()
      Tests “Azores Oriental Islands 1940” geodetic datum creation from the factory.
      void testAzoresOriental1995()
      Tests “Azores Oriental Islands 1995” geodetic datum creation from the factory.
      void testBarbados()
      Tests “Barbados 1938” geodetic datum creation from the factory.
      void testBatavia()
      Tests “Batavia” geodetic datum creation from the factory.
      void testBatavia_Jakarta()
      Tests “Batavia (Jakarta)” geodetic datum creation from the factory.
      void testBDA2000()
      Tests “Bermuda 2000” geodetic datum creation from the factory.
      void testBeduaram()
      Tests “Beduaram” geodetic datum creation from the factory.
      void testBeijing()
      Tests “Beijing 1954” geodetic datum creation from the factory.
      void testBelep()
      Tests “ST71 Belep” geodetic datum creation from the factory.
      void testBelge1950()
      Tests “Reseau National Belge 1950” geodetic datum creation from the factory.
      void testBelge1950_Brussels()
      Tests “Reseau National Belge 1950 (Brussels)” geodetic datum creation from the factory.
      void testBelge1972()
      Tests “Reseau National Belge 1972” geodetic datum creation from the factory.
      void testBellevue()
      Tests “Bellevue” geodetic datum creation from the factory.
      void testBermuda()
      Tests “Bermuda 1957” geodetic datum creation from the factory.
      void testBern1898()
      Tests “CH1903 (Bern)” geodetic datum creation from the factory.
      void testBern1938()
      Tests “Bern 1938” geodetic datum creation from the factory.
      void testBissau()
      Tests “Bissau” geodetic datum creation from the factory.
      void testBogota()
      Tests “Bogota 1975” geodetic datum creation from the factory.
      void testBogota_Bogota()
      Tests “Bogota 1975 (Bogota)” geodetic datum creation from the factory.
      void testBukitRimpah()
      Tests “Bukit Rimpah” geodetic datum creation from the factory.
      void testCamacupa()
      Tests “Camacupa” geodetic datum creation from the factory.
      void testCampAreaAstro()
      Tests “Camp Area Astro” geodetic datum creation from the factory.
      void testCampoInchauspe()
      Tests “Campo Inchauspe” geodetic datum creation from the factory.
      void testCape()
      Tests “Cape” geodetic datum creation from the factory.
      void testCapeCanaveral()
      Tests “Cape Canaveral” geodetic datum creation from the factory.
      void testCarthage()
      Tests “Carthage” geodetic datum creation from the factory.
      void testCarthage_Paris()
      Tests “Carthage (Paris)” geodetic datum creation from the factory.
      void testCH1903()
      Tests “CH1903” geodetic datum creation from the factory.
      void testCH1903_plus()
      Tests “CH1903+” geodetic datum creation from the factory.
      void testChathamIslands1971()
      Tests “Chatham Islands Datum 1971” geodetic datum creation from the factory.
      void testChathamIslands1979()
      Tests “Chatham Islands Datum 1979” geodetic datum creation from the factory.
      void testChosMalal()
      Tests “Chos Malal 1914” geodetic datum creation from the factory.
      void testCHTRF95()
      Tests “Swiss Terrestrial Reference Frame 1995” geodetic datum creation from the factory.
      void testChua()
      Tests “Chua” geodetic datum creation from the factory.
      void testCocosIslands()
      Tests “Cocos Islands 1965” geodetic datum creation from the factory.
      void testCombani()
      Tests “Combani 1950” geodetic datum creation from the factory.
      void testConakry()
      Tests “Conakry 1905” geodetic datum creation from the factory.
      void testCongoBelge()
      Tests “Institut Geographique du Congo Belge 1955” geodetic datum creation from the factory.
      void testCorregoAlegre()
      Tests “Corrego Alegre 1970-72” geodetic datum creation from the factory.
      void testCSG67()
      Tests “Centre Spatial Guyanais 1967” geodetic datum creation from the factory.
      void testDabola()
      Tests “Dabola 1981” geodetic datum creation from the factory.
      void testDatum73()
      Tests “Datum 73” geodetic datum creation from the factory.
      void testDealulPiscului()
      Tests “Dealul Piscului 1930” geodetic datum creation from the factory.
      void testDeceptionIsland()
      Tests “Deception Island” geodetic datum creation from the factory.
      void testDeirEzZor()
      Tests “Deir ez Zor” geodetic datum creation from the factory.
      void testDGN95()
      Tests “Datum Geodesi Nasional 1995” geodetic datum creation from the factory.
      void testDHDN()
      Tests “Deutsches Hauptdreiecksnetz” geodetic datum creation from the factory.
      void testDiegoGarcia()
      Tests “Diego Garcia 1969” geodetic datum creation from the factory.
      void testDominica()
      Tests “Dominica 1945” geodetic datum creation from the factory.
      void testDouala()
      Tests “Douala 1948” geodetic datum creation from the factory.
      void testEasterIsland()
      Tests “Easter Island 1967” geodetic datum creation from the factory.
      void testED50()
      Tests “European Datum 1950” geodetic datum creation from the factory.
      void testED50_77()
      Tests “European Datum 1950(1977)” geodetic datum creation from the factory.
      void testED79()
      Tests “European Datum 1979” geodetic datum creation from the factory.
      void testED87()
      Tests “European Datum 1987” geodetic datum creation from the factory.
      void testEgypt1907()
      Tests “Egypt 1907” geodetic datum creation from the factory.
      void testEgypt1930()
      Tests “Egypt 1930” geodetic datum creation from the factory.
      void testELD79()
      Tests “European Libyan Datum 1979” geodetic datum creation from the factory.
      void testEST92()
      Tests “Estonia 1992” geodetic datum creation from the factory.
      void testEST97()
      Tests “Estonia 1997” geodetic datum creation from the factory.
      void testETRS89()
      Tests “European Terrestrial Reference System 1989” geodetic datum creation from the factory.
      void testFahud()
      Tests “Fahud” geodetic datum creation from the factory.
      void testFatuIva()
      Tests “Fatu Iva 72” geodetic datum creation from the factory.
      void testFD54()
      Tests “Faroe Datum 1954” geodetic datum creation from the factory.
      void testFD58()
      Tests “Final Datum 1958” geodetic datum creation from the factory.
      void testFiji1956()
      Tests “Fiji 1956” geodetic datum creation from the factory.
      void testFiji1986()
      Tests “Fiji Geodetic Datum 1986” geodetic datum creation from the factory.
      void testFk89()
      Tests “fk89” geodetic datum creation from the factory.
      void testFortMarigot()
      Tests “Fort Marigot” geodetic datum creation from the factory.
      void testGan()
      Tests “Gan 1970” geodetic datum creation from the factory.
      void testGaroua()
      Tests “Garoua” geodetic datum creation from the factory.
      void testGDA94()
      Tests “Geocentric Datum of Australia 1994” geodetic datum creation from the factory.
      void testGDM2000()
      Tests “Geodetic Datum of Malaysia 2000” geodetic datum creation from the factory.
      void testGGRS87()
      Tests “Greek Geodetic Reference System 1987” geodetic datum creation from the factory.
      void testGR96()
      Tests “Greenland 1996” geodetic datum creation from the factory.
      void testGrandCayman()
      Tests “Grand Cayman 1959” geodetic datum creation from the factory.
      void testGrandComoros()
      Tests “Grand Comoros” geodetic datum creation from the factory.
      void testGrandeTerre()
      Tests “IGN72 Grande Terre” geodetic datum creation from the factory.
      void testGreek()
      Tests “Greek” geodetic datum creation from the factory.
      void testGreek_Athens()
      Tests “Greek (Athens)” geodetic datum creation from the factory.
      void testGrenada()
      Tests “Grenada 1953” geodetic datum creation from the factory.
      void testGuadeloupe()
      Tests “Guadeloupe 1948” geodetic datum creation from the factory.
      void testGuam()
      Tests “Guam 1963” geodetic datum creation from the factory.
      void testGulfOfSuez()
      Tests “Egypt Gulf of Suez S-650 TL” geodetic datum creation from the factory.
      void testGulshan()
      Tests “Gulshan 303” geodetic datum creation from the factory.
      void testHanoi()
      Tests “Hanoi 1972” geodetic datum creation from the factory.
      void testHartebeesthoek()
      Tests “Hartebeesthoek94” geodetic datum creation from the factory.
      void testHD1909()
      Tests “Hungarian Datum 1909” geodetic datum creation from the factory.
      void testHD72()
      Tests “Hungarian Datum 1972” geodetic datum creation from the factory.
      void testHelle()
      Tests “Helle 1954” geodetic datum creation from the factory.
      void testHeratNorth()
      Tests “Herat North” geodetic datum creation from the factory.
      void testHito()
      Tests “Hito XVIII 1963” geodetic datum creation from the factory.
      void testHivaOa()
      Tests “IGN63 Hiva Oa” geodetic datum creation from the factory.
      void testHjorsey()
      Tests “Hjorsey 1955” geodetic datum creation from the factory.
      void testHongKong1963()
      Tests “Hong Kong 1963” geodetic datum creation from the factory.
      void testHongKong1963_67()
      Tests “Hong Kong 1963(67)” geodetic datum creation from the factory.
      void testHongKong1980()
      Tests “Hong Kong 1980” geodetic datum creation from the factory.
      void testHTRS96()
      Tests “Croatian Terrestrial Reference System” geodetic datum creation from the factory.
      void testHuTzuShan()
      Tests “Hu Tzu Shan 1950” geodetic datum creation from the factory.
      void testID74()
      Tests “Indonesian Datum 1974” geodetic datum creation from the factory.
      void testIGC1962()
      Tests “IGC 1962 Arc of the 6th Parallel South” geodetic datum creation from the factory.
      void testIGM95()
      Tests “Istituto Geografico Militaire 1995” geodetic datum creation from the factory.
      void testIGNAstro1960()
      Tests “IGN Astro 1960” geodetic datum creation from the factory.
      void testIKBD92()
      Tests “Iraq-Kuwait Boundary Datum 1992” geodetic datum creation from the factory.
      void testIleDesPins()
      Tests “ST84 Ile des Pins” geodetic datum creation from the factory.
      void testIndian1954()
      Tests “Indian 1954” geodetic datum creation from the factory.
      void testIndian1960()
      Tests “Indian 1960” geodetic datum creation from the factory.
      void testIndian1975()
      Tests “Indian 1975” geodetic datum creation from the factory.
      void testIRENET95()
      Tests “IRENET95” geodetic datum creation from the factory.
      void testISN93()
      Tests “Islands Net 1993” geodetic datum creation from the factory.
      void testIsrael()
      Tests “Israel” geodetic datum creation from the factory.
      void testIwoJima()
      Tests “Iwo Jima 1945” geodetic datum creation from the factory.
      void testJamaica1875()
      Tests “Jamaica 1875” geodetic datum creation from the factory.
      void testJamaica1969()
      Tests “Jamaica 1969” geodetic datum creation from the factory.
      void testJamaica2001()
      Tests “Jamaica 2001” geodetic datum creation from the factory.
      void testJGD2000()
      Tests “Japanese Geodetic Datum 2000” geodetic datum creation from the factory.
      void testJohnstonIsland()
      Tests “Johnston Island 1961” geodetic datum creation from the factory.
      void testJouik()
      Tests “Jouik 1961” geodetic datum creation from the factory.
      void testKalianpur()
      Tests “Kalianpur 1880” geodetic datum creation from the factory.
      void testKalianpur1937()
      Tests “Kalianpur 1937” geodetic datum creation from the factory.
      void testKalianpur1962()
      Tests “Kalianpur 1962” geodetic datum creation from the factory.
      void testKalianpur1975()
      Tests “Kalianpur 1975” geodetic datum creation from the factory.
      void testKandawala()
      Tests “Kandawala” geodetic datum creation from the factory.
      void testKarbala()
      Tests “Karbala 1979” geodetic datum creation from the factory.
      void testKasai()
      Tests “Kasai 1953” geodetic datum creation from the factory.
      void testKatanga()
      Tests “Katanga 1955” geodetic datum creation from the factory.
      void testKerguelen()
      Tests “IGN 1962 Kerguelen” geodetic datum creation from the factory.
      void testKertau()
      Tests “Kertau 1968” geodetic datum creation from the factory.
      void testKertau_RSO()
      Tests “Kertau (RSO)” geodetic datum creation from the factory.
      void testKKJ()
      Tests “Kartastokoordinaattijarjestelma (1966)” geodetic datum creation from the factory.
      void testKOC()
      Tests “Kuwait Oil Company” geodetic datum creation from the factory.
      void testKorea1985()
      Tests “Korean Datum 1985” geodetic datum creation from the factory.
      void testKorea1995()
      Tests “Korean Datum 1995” geodetic datum creation from the factory.
      void testKorea2000()
      Tests “Geocentric datum of Korea” geodetic datum creation from the factory.
      void testKousseri()
      Tests “Kousseri” geodetic datum creation from the factory.
      void testKUDAMS()
      Tests “Kuwait Utility” geodetic datum creation from the factory.
      void testKusaie()
      Tests “Kusaie 1951” geodetic datum creation from the factory.
      void testLaCanoa()
      Tests “La Canoa” geodetic datum creation from the factory.
      void testLake()
      Tests “Lake” geodetic datum creation from the factory.
      void testLao1993()
      Tests “Lao 1993” geodetic datum creation from the factory.
      void testLao1997()
      Tests “Lao National Datum 1997” geodetic datum creation from the factory.
      void testLeigon()
      Tests “Leigon” geodetic datum creation from the factory.
      void testLePouce()
      Tests “Le Pouce 1934” geodetic datum creation from the factory.
      void testLGD2006()
      Tests “Libyan Geodetic Datum 2006” geodetic datum creation from the factory.
      void testLiberia()
      Tests “Liberia 1964” geodetic datum creation from the factory.
      void testLifou()
      Tests “IGN56 Lifou” geodetic datum creation from the factory.
      void testLisbon1890()
      Tests “Lisbon 1890” geodetic datum creation from the factory.
      void testLisbon1890_Lisbon()
      Tests “Lisbon 1890 (Lisbon)” geodetic datum creation from the factory.
      void testLisbon1937()
      Tests “Lisbon 1937” geodetic datum creation from the factory.
      void testLisbon1937_Lisbon()
      Tests “Lisbon 1937 (Lisbon)” geodetic datum creation from the factory.
      void testLittleCayman()
      Tests “Little Cayman 1961” geodetic datum creation from the factory.
      void testLKS92()
      Tests “Latvia 1992” geodetic datum creation from the factory.
      void testLKS94()
      Tests “Lithuania 1994 (ETRS89)” geodetic datum creation from the factory.
      void testLocodjo()
      Tests “Locodjo 1965” geodetic datum creation from the factory.
      void testLomaQuintana()
      Tests “Loma Quintana” geodetic datum creation from the factory.
      void testLome()
      Tests “Lome” geodetic datum creation from the factory.
      void testLuxembourg()
      Tests “Luxembourg 1930” geodetic datum creation from the factory.
      void testLuzon()
      Tests “Luzon 1911” geodetic datum creation from the factory.
      void testMadrid()
      Tests “Madrid 1870 (Madrid)” geodetic datum creation from the factory.
      void testMadzansua()
      Tests “Madzansua” geodetic datum creation from the factory.
      void testMAGNA_SIRGAS()
      Tests “Marco Geocentrico Nacional de Referencia” geodetic datum creation from the factory.
      void testMahe()
      Tests “Mahe 1971” geodetic datum creation from the factory.
      void testMakassar()
      Tests “Makassar” geodetic datum creation from the factory.
      void testMakassar_Jakarta()
      Tests “Makassar (Jakarta)” geodetic datum creation from the factory.
      void testMalongo()
      Tests “Malongo 1987” geodetic datum creation from the factory.
      void testManoca()
      Tests “Manoca 1962” geodetic datum creation from the factory.
      void testMarcusIsland()
      Tests “Marcus Island 1952” geodetic datum creation from the factory.
      void testMare()
      Tests “IGN53 Mare” geodetic datum creation from the factory.
      void testMarshallIslands()
      Tests “Marshall Islands 1960” geodetic datum creation from the factory.
      void testMartinique()
      Tests “Martinique 1938” geodetic datum creation from the factory.
      void testMassawa()
      Tests “Massawa” geodetic datum creation from the factory.
      void testMaupiti()
      Tests “Maupiti 83” geodetic datum creation from the factory.
      void testMauritania()
      Tests “Mauritania 1999” geodetic datum creation from the factory.
      void testMerchich()
      Tests “Merchich” geodetic datum creation from the factory.
      void testMGI()
      Tests “Militar-Geographische Institut” geodetic datum creation from the factory.
      void testMGI_Ferro()
      Tests “Militar-Geographische Institut (Ferro)” geodetic datum creation from the factory.
      void testMhast()
      Tests “Missao Hidrografico Angola y Sao Tome 1951” geodetic datum creation from the factory.
      void testMhast_offshore()
      Tests “Mhast (offshore)” geodetic datum creation from the factory.
      void testMhast_onshore()
      Tests “Mhast (onshore)” geodetic datum creation from the factory.
      void testMidway()
      Tests “Midway 1961” geodetic datum creation from the factory.
      void testMinna()
      Tests “Minna” geodetic datum creation from the factory.
      void testMonteMario()
      Tests “Monte Mario” geodetic datum creation from the factory.
      void testMonteMario_Rome()
      Tests “Monte Mario (Rome)” geodetic datum creation from the factory.
      void testMontserrat()
      Tests “Montserrat 1958” geodetic datum creation from the factory.
      void testMoorea()
      Tests “Moorea 87” geodetic datum creation from the factory.
      void testMOP78()
      Tests “MOP78” geodetic datum creation from the factory.
      void testMountDillon()
      Tests “Mount Dillon” geodetic datum creation from the factory.
      void testMoznet()
      Tests “Moznet (ITRF94)” geodetic datum creation from the factory.
      void testMPoraloko()
      Tests “M'poraloko” geodetic datum creation from the factory.
      void testNAD27()
      Tests “North American Datum 1927” geodetic datum creation from the factory.
      void testNAD27_76()
      Tests “North American Datum 1927 (1976)” geodetic datum creation from the factory.
      void testNAD27_CGQ77()
      Tests “North American Datum 1927 (CGQ77)” geodetic datum creation from the factory.
      void testNAD27_Michigan()
      Tests “NAD27 Michigan” geodetic datum creation from the factory (deprecated).
      void testNAD83()
      Tests “North American Datum 1983” geodetic datum creation from the factory.
      void testNAD83_CSRS()
      Tests “NAD83 Canadian Spatial Reference System” geodetic datum creation from the factory.
      void testNAD83_HARN()
      Tests “NAD83 (High Accuracy Reference Network)” geodetic datum creation from the factory.
      void testNAD83_NSRS2007()
      Tests “NAD83 (National Spatial Reference System 2007)” geodetic datum creation from the factory.
      void testNahrwan1934()
      Tests “Nahrwan 1934” geodetic datum creation from the factory.
      void testNahrwan1967()
      Tests “Nahrwan 1967” geodetic datum creation from the factory.
      void testNakhlEGhanem()
      Tests “Nakhl-e Ghanem” geodetic datum creation from the factory.
      void testNaparima1955()
      Tests “Naparima 1955” geodetic datum creation from the factory.
      void testNaparima1972()
      Tests “Naparima 1972” geodetic datum creation from the factory.
      void testNGN()
      Tests “National Geodetic Network” geodetic datum creation from the factory.
      void testNGO1948()
      Tests “NGO 1948” geodetic datum creation from the factory.
      void testNGO1948_Oslo()
      Tests “NGO 1948 (Oslo)” geodetic datum creation from the factory.
      void testNordSahara()
      Tests “Nord Sahara 1959” geodetic datum creation from the factory.
      void testNouakchott()
      Tests “Nouakchott 1965” geodetic datum creation from the factory.
      void testNoumea()
      Tests “NEA74 Noumea” geodetic datum creation from the factory.
      void testNSWC9Z2()
      Tests “NSWC 9Z-2” geodetic datum creation from the factory.
      void testNTF()
      Tests “Nouvelle Triangulation Francaise” geodetic datum creation from the factory.
      void testNTF_Paris()
      Tests “Nouvelle Triangulation Francaise (Paris)” geodetic datum creation from the factory.
      void testNukuHiva()
      Tests “IGN72 Nuku Hiva” geodetic datum creation from the factory.
      void testNZGD2000()
      Tests “New Zealand Geodetic Datum 2000” geodetic datum creation from the factory.
      void testNZGD49()
      Tests “New Zealand Geodetic Datum 1949” geodetic datum creation from the factory.
      void testObservatario()
      Tests “Observatario” geodetic datum creation from the factory.
      void testOldHawaiian()
      Tests “Old Hawaiian” geodetic datum creation from the factory.
      void testOS_SN_80()
      Tests “OS (SN) 1980” geodetic datum creation from the factory.
      void testOSGB1936()
      Tests “OSGB 1936” geodetic datum creation from the factory.
      void testOSGB70()
      Tests “OSGB 1970 (SN)” geodetic datum creation from the factory.
      void testOSNI1952()
      Tests “OSNI 1952” geodetic datum creation from the factory.
      void testOuvea()
      Tests “ST87 Ouvea” geodetic datum creation from the factory.
      void testPadang()
      Tests “Padang 1884” geodetic datum creation from the factory.
      void testPadang_Jakarta()
      Tests “Padang 1884 (Jakarta)” geodetic datum creation from the factory.
      void testPalestine()
      Tests “Palestine 1923” geodetic datum creation from the factory.
      void testPampaDelCastillo()
      Tests “Pampa del Castillo” geodetic datum creation from the factory.
      void testPD83()
      Tests “Potsdam Datum/83” geodetic datum creation from the factory.
      void testPerroud()
      Tests “Pointe Geologie Perroud 1950” geodetic datum creation from the factory.
      void testPetrels()
      Tests “Petrels 1972” geodetic datum creation from the factory.
      void testPhoenixIslands()
      Tests “Phoenix Islands 1966” geodetic datum creation from the factory.
      void testPicoDeLasNieves()
      Tests “Pico de las Nieves 1984” geodetic datum creation from the factory.
      void testPitcairn1967()
      Tests “Pitcairn 1967” geodetic datum creation from the factory.
      void testPitcairn2006()
      Tests “Pitcairn 2006” geodetic datum creation from the factory.
      void testPoint58()
      Tests “Point 58” geodetic datum creation from the factory.
      void testPointeNoire()
      Tests “Congo 1960 Pointe Noire” geodetic datum creation from the factory.
      void testPopularVisualisation()
      Tests “Popular Visualisation Datum” geodetic datum creation from the factory (deprecated).
      void testPortoSanto1936()
      Tests “Porto Santo 1936” geodetic datum creation from the factory.
      void testPortoSanto1995()
      Tests “Porto Santo 1995” geodetic datum creation from the factory.
      void testPOSGAR94()
      Tests “Posiciones Geodesicas Argentinas 1994” geodetic datum creation from the factory.
      void testPOSGAR98()
      Tests “Posiciones Geodesicas Argentinas 1998” geodetic datum creation from the factory.
      void testPRS92()
      Tests “Philippine Reference System 1992” geodetic datum creation from the factory.
      void testPSAD56()
      Tests “Provisional South American Datum 1956” geodetic datum creation from the factory.
      void testPSD93()
      Tests “PDO Survey Datum 1993” geodetic datum creation from the factory.
      void testPuertoRico()
      Tests “Puerto Rico” geodetic datum creation from the factory.
      void testPulkovo1942()
      Tests “Pulkovo 1942” geodetic datum creation from the factory.
      void testPulkovo1942_58()
      Tests “Pulkovo 1942(58)” geodetic datum creation from the factory.
      void testPulkovo1942_83()
      Tests “Pulkovo 1942(83)” geodetic datum creation from the factory.
      void testPulkovo1995()
      Tests “Pulkovo 1995” geodetic datum creation from the factory.
      void testPZ90()
      Tests “Parametrop Zemp 1990” geodetic datum creation from the factory.
      void testQatar1948()
      Tests “Qatar 1948” geodetic datum creation from the factory.
      void testQatar1974()
      Tests “Qatar 1974” geodetic datum creation from the factory.
      void testQatar1995()
      Tests “Qatar National Datum 1995” geodetic datum creation from the factory.
      void testQornoq()
      Tests “Qornoq 1927” geodetic datum creation from the factory.
      void testRassadiran()
      Tests “Rassadiran” geodetic datum creation from the factory.
      void testRD83()
      Tests “Rauenberg Datum/83” geodetic datum creation from the factory.
      void testREGVEN()
      Tests “Red Geodesica Venezolana” geodetic datum creation from the factory.
      void testReunion()
      Tests “Reunion 1947” geodetic datum creation from the factory.
      void testReykjavik()
      Tests “Reykjavik 1900” geodetic datum creation from the factory.
      void testRGF93()
      Tests “Reseau Geodesique Francais 1993” geodetic datum creation from the factory.
      void testRGFG95()
      Tests “Reseau Geodesique Francais Guyane 1995” geodetic datum creation from the factory.
      void testRGNC9193()
      Tests “Reseau Geodesique de Nouvelle Caledonie 91-93” geodetic datum creation from the factory.
      void testRGPF()
      Tests “Reseau Geodesique de la Polynesie Francaise” geodetic datum creation from the factory.
      void testRGR92()
      Tests “Reseau Geodesique de la Reunion 1992” geodetic datum creation from the factory.
      void testRRAF1991()
      Tests “Reseau de Reference des Antilles Francaises 1991” geodetic datum creation from the factory.
      void testRSRGD2000()
      Tests “Ross Sea Region Geodetic Datum 2000” geodetic datum creation from the factory.
      void testRT38()
      Tests “Stockholm 1938” geodetic datum creation from the factory.
      void testRT38_Stockholm()
      Tests “Stockholm 1938 (Stockholm)” geodetic datum creation from the factory.
      void testRT90()
      Tests “Rikets koordinatsystem 1990” geodetic datum creation from the factory.
      void testSAD69()
      Tests “South American Datum 1969” geodetic datum creation from the factory.
      void testSaintPierreEtMiquelon()
      Tests “Saint Pierre et Miquelon 1950” geodetic datum creation from the factory.
      void testSanto()
      Tests “Santo 1965” geodetic datum creation from the factory.
      void testSapperHill()
      Tests “Sapper Hill 1943” geodetic datum creation from the factory.
      void testSchwarzeck()
      Tests “Schwarzeck” geodetic datum creation from the factory.
      void testScoresbysund()
      Tests “Scoresbysund 1952” geodetic datum creation from the factory.
      void testSegara()
      Tests “Gunung Segara” geodetic datum creation from the factory.
      void testSegara_Jakarta()
      Tests “Gunung Segara (Jakarta)” geodetic datum creation from the factory.
      void testSelvagemGrande()
      Tests “Selvagem Grande” geodetic datum creation from the factory.
      void testSerindung()
      Tests “Serindung” geodetic datum creation from the factory.
      void testSierraLeone1924()
      Tests “Sierra Leone Colony 1924” geodetic datum creation from the factory.
      void testSierraLeone1968()
      Tests “Sierra Leone 1968” geodetic datum creation from the factory.
      void testSIRGAS1995()
      Tests “Sistema de Referencia Geocentrico para America del Sur 1995” geodetic datum creation from the factory.
      void testSIRGAS2000()
      Tests “Sistema de Referencia Geocentrico para las AmericaS 2000” geodetic datum creation from the factory.
      void testSJTSK()
      Tests “System of the Unified Trigonometrical Cadastral Network” geodetic datum creation from the factory.
      void testSJTSK_Ferro()
      Tests “System of the Unified Trigonometrical Cadastral Network (Ferro)” geodetic datum creation from the factory.
      void testSlovenia()
      Tests “Slovenia Geodetic Datum 1996” geodetic datum creation from the factory.
      void testSolomon()
      Tests “Solomon 1968” geodetic datum creation from the factory.
      void testSouthGeorgia()
      Tests “South Georgia 1968” geodetic datum creation from the factory.
      void testSouthYemen()
      Tests “South Yemen” geodetic datum creation from the factory.
      void testStGeorgeIsland()
      Tests “St. George Island” geodetic datum creation from the factory.
      void testStHelena()
      Tests “Astro DOS 71” geodetic datum creation from the factory.
      void testStKitts()
      Tests “St. Kitts 1955” geodetic datum creation from the factory.
      void testStLawrenceIsland()
      Tests “St. Lawrence Island” geodetic datum creation from the factory.
      void testStLucia()
      Tests “St. Lucia 1955” geodetic datum creation from the factory.
      void testStPaulIsland()
      Tests “St. Paul Island” geodetic datum creation from the factory.
      void testStVincent()
      Tests “St. Vincent 1945” geodetic datum creation from the factory.
      void testSVY21()
      Tests “SVY21” geodetic datum creation from the factory.
      void testSWEREF99()
      Tests “SWEREF99” geodetic datum creation from the factory.
      void testTahaa()
      Tests “Tahaa 54” geodetic datum creation from the factory.
      void testTahiti52()
      Tests “Tahiti 52” geodetic datum creation from the factory.
      void testTahiti79()
      Tests “Tahiti 79” geodetic datum creation from the factory.
      void testTananarive()
      Tests “Tananarive 1925” geodetic datum creation from the factory.
      void testTananarive_Paris()
      Tests “Tananarive 1925 (Paris)” geodetic datum creation from the factory.
      void testTernIsland()
      Tests “Tern Island 1961” geodetic datum creation from the factory.
      void testTete()
      Tests “Tete” geodetic datum creation from the factory.
      void testTimbalai()
      Tests “Timbalai 1948” geodetic datum creation from the factory.
      void testTM65()
      Tests “TM65” geodetic datum creation from the factory.
      void testTM75()
      Tests “Geodetic Datum of 1965” geodetic datum creation from the factory.
      void testTokyo()
      Tests “Tokyo” geodetic datum creation from the factory.
      void testTrinidad()
      Tests “Trinidad 1903” geodetic datum creation from the factory.
      void testTristan()
      Tests “Tristan 1968” geodetic datum creation from the factory.
      void testTrucialCoast()
      Tests “Trucial Coast 1948” geodetic datum creation from the factory.
      void testTWD67()
      Tests “Taiwan Datum 1967” geodetic datum creation from the factory.
      void testTWD97()
      Tests “Taiwan Datum 1997” geodetic datum creation from the factory.
      void testVanuaLevu()
      Tests “Vanua Levu 1915” geodetic datum creation from the factory.
      void testVientiane()
      Tests “Vientiane 1982” geodetic datum creation from the factory.
      void testVitiLevu()
      Tests “Viti Levu 1912” geodetic datum creation from the factory.
      void testVN2000()
      Tests “Vietnam 2000” geodetic datum creation from the factory.
      void testVoirol1875()
      Tests “Voirol 1875” geodetic datum creation from the factory.
      void testVoirol1875_Paris()
      Tests “Voirol 1875 (Paris)” geodetic datum creation from the factory.
      void testVoirol1879()
      Tests “Voirol 1879” geodetic datum creation from the factory.
      void testVoirol1879_Paris()
      Tests “Voirol 1879 (Paris)” geodetic datum creation from the factory.
      void testWakeIsland()
      Tests “Wake Island 1952” geodetic datum creation from the factory.
      void testWGS66()
      Tests “World Geodetic System 1966” geodetic datum creation from the factory.
      void testWGS72()
      Tests “World Geodetic System 1972” geodetic datum creation from the factory.
      void testWGS72BE()
      Tests “WGS 72 Transit Broadcast Ephemeris” geodetic datum creation from the factory.
      void testWGS84()
      Tests “World Geodetic System 1984” geodetic datum creation from the factory.
      void testXian()
      Tests “Xian 1980” geodetic datum creation from the factory.
      void testYacare()
      Tests “Yacare” geodetic datum creation from the factory.
      void testYemen()
      Tests “Yemen National Geodetic Network 1996” geodetic datum creation from the factory.
      void testYoff()
      Tests “Yoff” geodetic datum creation from the factory.
      void testZanderij()
      Tests “Zanderij” geodetic datum creation from the factory.
    • Constructor Detail

    • Method Detail

      • factories

        public static List<Factory[]> factories()
        Returns a default set of factories to use for running the tests. Those factories are given in arguments to the constructor when this test class is instantiated directly by JUnit (for example as a suite element), instead than subclassed by the implementor. The factories are fetched as documented in the TestCase.factories(Class[]) javadoc.
        Returns:
        the default set of arguments to be given to the GIGS2004 constructor.
      • testAbidjan

        public void testAbidjan()
                         throws FactoryException
        Tests “Abidjan 1987” geodetic datum creation from the factory.
        • EPSG datum code: 6143
        • EPSG datum name: Abidjan 1987
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Abidjan 1987
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAccra

        public void testAccra()
                       throws FactoryException
        Tests “Accra” geodetic datum creation from the factory.
        • EPSG datum code: 6168
        • EPSG datum name: Accra
        • Ellipsoid name: War Office
        • Prime meridian name: Greenwich
        • CRS using the datum: Accra
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAGD66

        public void testAGD66()
                       throws FactoryException
        Tests “Australian Geodetic Datum 1966” geodetic datum creation from the factory.
        • EPSG datum code: 6202
        • EPSG datum name: Australian Geodetic Datum 1966
        • Ellipsoid name: Australian National Spheroid
        • Prime meridian name: Greenwich
        • CRS using the datum: AGD66
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAGD84

        public void testAGD84()
                       throws FactoryException
        Tests “Australian Geodetic Datum 1984” geodetic datum creation from the factory.
        • EPSG datum code: 6203
        • EPSG datum name: Australian Geodetic Datum 1984
        • Ellipsoid name: Australian National Spheroid
        • Prime meridian name: Greenwich
        • CRS using the datum: AGD84
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAinElAbd

        public void testAinElAbd()
                          throws FactoryException
        Tests “Ain el Abd 1970” geodetic datum creation from the factory.
        • EPSG datum code: 6204
        • EPSG datum name: Ain el Abd 1970
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Ain el Abd
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAmersfoort

        public void testAmersfoort()
                            throws FactoryException
        Tests “Amersfoort” geodetic datum creation from the factory.
        • EPSG datum code: 6289
        • EPSG datum name: Amersfoort
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Amersfoort
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAratu

        public void testAratu()
                       throws FactoryException
        Tests “Aratu” geodetic datum creation from the factory.
        • EPSG datum code: 6208
        • EPSG datum name: Aratu
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Aratu
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBatavia

        public void testBatavia()
                         throws FactoryException
        Tests “Batavia” geodetic datum creation from the factory.
        • EPSG datum code: 6211
        • EPSG datum name: Batavia
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Batavia
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBatavia_Jakarta

        public void testBatavia_Jakarta()
                                 throws FactoryException
        Tests “Batavia (Jakarta)” geodetic datum creation from the factory.
        • EPSG datum code: 6813
        • EPSG datum name: Batavia (Jakarta)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Jakarta
        • CRS using the datum: Batavia (Jakarta)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBeijing

        public void testBeijing()
                         throws FactoryException
        Tests “Beijing 1954” geodetic datum creation from the factory.
        • EPSG datum code: 6214
        • EPSG datum name: Beijing 1954
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Beijing 1954
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBogota

        public void testBogota()
                        throws FactoryException
        Tests “Bogota 1975” geodetic datum creation from the factory.
        • EPSG datum code: 6218
        • EPSG datum name: Bogota 1975
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Bogota 1975
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCamacupa

        public void testCamacupa()
                          throws FactoryException
        Tests “Camacupa” geodetic datum creation from the factory.
        • EPSG datum code: 6220
        • EPSG datum name: Camacupa
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Camacupa
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCampoInchauspe

        public void testCampoInchauspe()
                                throws FactoryException
        Tests “Campo Inchauspe” geodetic datum creation from the factory.
        • EPSG datum code: 6221
        • EPSG datum name: Campo Inchauspe
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Campo Inchauspe
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCarthage

        public void testCarthage()
                          throws FactoryException
        Tests “Carthage” geodetic datum creation from the factory.
        • EPSG datum code: 6223
        • EPSG datum name: Carthage
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Carthage
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testChosMalal

        public void testChosMalal()
                           throws FactoryException
        Tests “Chos Malal 1914” geodetic datum creation from the factory.
        • EPSG datum code: 6160
        • EPSG datum name: Chos Malal 1914
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Chos Malal 1914
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDealulPiscului

        public void testDealulPiscului()
                                throws FactoryException
        Tests “Dealul Piscului 1930” geodetic datum creation from the factory.
        • EPSG datum code: 6316
        • EPSG datum name: Dealul Piscului 1930
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Dealul Piscului 1930
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDeirEzZor

        public void testDeirEzZor()
                           throws FactoryException
        Tests “Deir ez Zor” geodetic datum creation from the factory.
        • EPSG datum code: 6227
        • EPSG datum name: Deir ez Zor
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Deir ez Zor
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDGN95

        public void testDGN95()
                       throws FactoryException
        Tests “Datum Geodesi Nasional 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6755
        • EPSG datum name: Datum Geodesi Nasional 1995
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: DGN95
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDHDN

        public void testDHDN()
                      throws FactoryException
        Tests “Deutsches Hauptdreiecksnetz” geodetic datum creation from the factory.
        • EPSG datum code: 6314
        • EPSG datum name: Deutsches Hauptdreiecksnetz
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: DHDN
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDouala

        public void testDouala()
                        throws FactoryException
        Tests “Douala 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6192
        • EPSG datum name: Douala 1948
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Douala 1948
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testED50

        public void testED50()
                      throws FactoryException
        Tests “European Datum 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6230
        • EPSG datum name: European Datum 1950
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ED50
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testED50_77

        public void testED50_77()
                         throws FactoryException
        Tests “European Datum 1950(1977)” geodetic datum creation from the factory.
        • EPSG datum code: 6154
        • EPSG datum name: European Datum 1950(1977)
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ED50(ED77)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testEgypt1907

        public void testEgypt1907()
                           throws FactoryException
        Tests “Egypt 1907” geodetic datum creation from the factory.
        • EPSG datum code: 6229
        • EPSG datum name: Egypt 1907
        • Ellipsoid name: Helmert 1906
        • Prime meridian name: Greenwich
        • CRS using the datum: Egypt 1907
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGulfOfSuez

        public void testGulfOfSuez()
                            throws FactoryException
        Tests “Egypt Gulf of Suez S-650 TL” geodetic datum creation from the factory.
        • EPSG datum code: 6706
        • EPSG datum name: Egypt Gulf of Suez S-650 TL
        • Ellipsoid name: Helmert 1906
        • Prime meridian name: Greenwich
        • CRS using the datum: Egypt Gulf of Suez S-650 TL
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testELD79

        public void testELD79()
                       throws FactoryException
        Tests “European Libyan Datum 1979” geodetic datum creation from the factory.
        • EPSG datum code: 6159
        • EPSG datum name: European Libyan Datum 1979
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ELD79
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testETRS89

        public void testETRS89()
                        throws FactoryException
        Tests “European Terrestrial Reference System 1989” geodetic datum creation from the factory.
        • EPSG datum code: 6258
        • EPSG datum name: European Terrestrial Reference System 1989
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: ETRS89
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFahud

        public void testFahud()
                       throws FactoryException
        Tests “Fahud” geodetic datum creation from the factory.
        • EPSG datum code: 6232
        • EPSG datum name: Fahud
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Fahud
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFD58

        public void testFD58()
                      throws FactoryException
        Tests “Final Datum 1958” geodetic datum creation from the factory.
        • EPSG datum code: 6132
        • EPSG datum name: Final Datum 1958
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: FD58
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGDA94

        public void testGDA94()
                       throws FactoryException
        Tests “Geocentric Datum of Australia 1994” geodetic datum creation from the factory.
        • EPSG datum code: 6283
        • EPSG datum name: Geocentric Datum of Australia 1994
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: GDA94
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGDM2000

        public void testGDM2000()
                         throws FactoryException
        Tests “Geodetic Datum of Malaysia 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6742
        • EPSG datum name: Geodetic Datum of Malaysia 2000
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: GDM2000
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHD72

        public void testHD72()
                      throws FactoryException
        Tests “Hungarian Datum 1972” geodetic datum creation from the factory.
        • EPSG datum code: 6237
        • EPSG datum name: Hungarian Datum 1972
        • Ellipsoid name: GRS 1967
        • Prime meridian name: Greenwich
        • CRS using the datum: HD72
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHito

        public void testHito()
                      throws FactoryException
        Tests “Hito XVIII 1963” geodetic datum creation from the factory.
        • EPSG datum code: 6254
        • EPSG datum name: Hito XVIII 1963
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Hito XVIII 1963
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testID74

        public void testID74()
                      throws FactoryException
        Tests “Indonesian Datum 1974” geodetic datum creation from the factory.
        • EPSG datum code: 6238
        • EPSG datum name: Indonesian Datum 1974
        • Ellipsoid name: Indonesian National Spheroid
        • Prime meridian name: Greenwich
        • CRS using the datum: ID74
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIGNAstro1960

        public void testIGNAstro1960()
                              throws FactoryException
        Tests “IGN Astro 1960” geodetic datum creation from the factory.
        • EPSG datum code: 6700
        • EPSG datum name: IGN Astro 1960
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN Astro 1960
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIndian1954

        public void testIndian1954()
                            throws FactoryException
        Tests “Indian 1954” geodetic datum creation from the factory.
        • EPSG datum code: 6239
        • EPSG datum name: Indian 1954
        • Ellipsoid name: Everest 1830 (1937 Adjustment)
        • Prime meridian name: Greenwich
        • CRS using the datum: Indian 1954
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIndian1960

        public void testIndian1960()
                            throws FactoryException
        Tests “Indian 1960” geodetic datum creation from the factory.
        • EPSG datum code: 6131
        • EPSG datum name: Indian 1960
        • Ellipsoid name: Everest 1830 (1937 Adjustment)
        • Prime meridian name: Greenwich
        • CRS using the datum: Indian 1960
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIndian1975

        public void testIndian1975()
                            throws FactoryException
        Tests “Indian 1975” geodetic datum creation from the factory.
        • EPSG datum code: 6240
        • EPSG datum name: Indian 1975
        • Ellipsoid name: Everest 1830 (1937 Adjustment)
        • Prime meridian name: Greenwich
        • CRS using the datum: Indian 1975
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKalianpur1937

        public void testKalianpur1937()
                               throws FactoryException
        Tests “Kalianpur 1937” geodetic datum creation from the factory.
        • EPSG datum code: 6144
        • EPSG datum name: Kalianpur 1937
        • Ellipsoid name: Everest 1830 (1937 Adjustment)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kalianpur 1937
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKalianpur1962

        public void testKalianpur1962()
                               throws FactoryException
        Tests “Kalianpur 1962” geodetic datum creation from the factory.
        • EPSG datum code: 6145
        • EPSG datum name: Kalianpur 1962
        • Ellipsoid name: Everest 1830 (1962 Definition)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kalianpur 1962
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKalianpur1975

        public void testKalianpur1975()
                               throws FactoryException
        Tests “Kalianpur 1975” geodetic datum creation from the factory.
        • EPSG datum code: 6146
        • EPSG datum name: Kalianpur 1975
        • Ellipsoid name: Everest 1830 (1975 Definition)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kalianpur 1975
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKertau

        public void testKertau()
                        throws FactoryException
        Tests “Kertau 1968” geodetic datum creation from the factory.
        • EPSG datum code: 6245
        • EPSG datum name: Kertau 1968
        • Ellipsoid name: Everest 1830 Modified
        • Prime meridian name: Greenwich
        • CRS using the datum: Kertau 1968
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKOC

        public void testKOC()
                     throws FactoryException
        Tests “Kuwait Oil Company” geodetic datum creation from the factory.
        • EPSG datum code: 6246
        • EPSG datum name: Kuwait Oil Company
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: KOC
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLGD2006

        public void testLGD2006()
                         throws FactoryException
        Tests “Libyan Geodetic Datum 2006” geodetic datum creation from the factory.
        • EPSG datum code: 6754
        • EPSG datum name: Libyan Geodetic Datum 2006
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: LGD2006
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLuzon

        public void testLuzon()
                       throws FactoryException
        Tests “Luzon 1911” geodetic datum creation from the factory.
        • EPSG datum code: 6253
        • EPSG datum name: Luzon 1911
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Luzon 1911
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMAGNA_SIRGAS

        public void testMAGNA_SIRGAS()
                              throws FactoryException
        Tests “Marco Geocentrico Nacional de Referencia” geodetic datum creation from the factory.
        • EPSG datum code: 6686
        • EPSG datum name: Marco Geocentrico Nacional de Referencia
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: MAGNA-SIRGAS
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMalongo

        public void testMalongo()
                         throws FactoryException
        Tests “Malongo 1987” geodetic datum creation from the factory.
        • EPSG datum code: 6259
        • EPSG datum name: Malongo 1987
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Malongo 1987
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testManoca

        public void testManoca()
                        throws FactoryException
        Tests “Manoca 1962” geodetic datum creation from the factory.
        • EPSG datum code: 6193
        • EPSG datum name: Manoca 1962
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Manoca 1962
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMauritania

        public void testMauritania()
                            throws FactoryException
        Tests “Mauritania 1999” geodetic datum creation from the factory.
        • EPSG datum code: 6702
        • EPSG datum name: Mauritania 1999
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: Mauritania 1999
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMGI

        public void testMGI()
                     throws FactoryException
        Tests “Militar-Geographische Institut” geodetic datum creation from the factory.
        • EPSG datum code: 6312
        • EPSG datum name: Militar-Geographische Institut
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: MGI
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMGI_Ferro

        public void testMGI_Ferro()
                           throws FactoryException
        Tests “Militar-Geographische Institut (Ferro)” geodetic datum creation from the factory.
        • EPSG datum code: 6805
        • EPSG datum name: Militar-Geographische Institut (Ferro)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Ferro
        • CRS using the datum: MGI (Ferro)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMhast_offshore

        public void testMhast_offshore()
                                throws FactoryException
        Tests “Mhast (offshore)” geodetic datum creation from the factory.
        • EPSG datum code: 6705
        • EPSG datum name: Mhast (offshore)
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Mhast (offshore)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMhast_onshore

        public void testMhast_onshore()
                               throws FactoryException
        Tests “Mhast (onshore)” geodetic datum creation from the factory.
        • EPSG datum code: 6704
        • EPSG datum name: Mhast (onshore)
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Mhast (onshore)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMinna

        public void testMinna()
                       throws FactoryException
        Tests “Minna” geodetic datum creation from the factory.
        • EPSG datum code: 6263
        • EPSG datum name: Minna
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Minna
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMonteMario

        public void testMonteMario()
                            throws FactoryException
        Tests “Monte Mario” geodetic datum creation from the factory.
        • EPSG datum code: 6265
        • EPSG datum name: Monte Mario
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Monte Mario
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMPoraloko

        public void testMPoraloko()
                           throws FactoryException
        Tests “M'poraloko” geodetic datum creation from the factory.
        • EPSG datum code: 6266
        • EPSG datum name: M'poraloko
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: M'poraloko
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD27

        public void testNAD27()
                       throws FactoryException
        Tests “North American Datum 1927” geodetic datum creation from the factory.
        • EPSG datum code: 6267
        • EPSG datum name: North American Datum 1927
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD27
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD27_Michigan

        public void testNAD27_Michigan()
                                throws FactoryException
        Tests “NAD27 Michigan” geodetic datum creation from the factory (deprecated). This is test is executed only if AuthorityFactoryTestCase.isDeprecatedObjectCreationSupported is true.
        • EPSG datum code: 6268
        • EPSG datum name: NAD27 Michigan
        • Ellipsoid name: Clarke 1866 Michigan
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD27 Michigan
        • Deprecated: Ellipsoid scaling moved from datum to map projection to accord with NGS practice.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD83

        public void testNAD83()
                       throws FactoryException
        Tests “North American Datum 1983” geodetic datum creation from the factory.
        • EPSG datum code: 6269
        • EPSG datum name: North American Datum 1983
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD83
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD83_CSRS

        public void testNAD83_CSRS()
                            throws FactoryException
        Tests “NAD83 Canadian Spatial Reference System” geodetic datum creation from the factory.
        • EPSG datum code: 6140
        • EPSG datum name: NAD83 Canadian Spatial Reference System
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD83(CSRS)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD83_HARN

        public void testNAD83_HARN()
                            throws FactoryException
        Tests “NAD83 (High Accuracy Reference Network)” geodetic datum creation from the factory.
        • EPSG datum code: 6152
        • EPSG datum name: NAD83 (High Accuracy Reference Network)
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD83(HARN)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD83_NSRS2007

        public void testNAD83_NSRS2007()
                                throws FactoryException
        Tests “NAD83 (National Spatial Reference System 2007)” geodetic datum creation from the factory.
        • EPSG datum code: 6759
        • EPSG datum name: NAD83 (National Spatial Reference System 2007)
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD83(NSRS2007)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNahrwan1967

        public void testNahrwan1967()
                             throws FactoryException
        Tests “Nahrwan 1967” geodetic datum creation from the factory.
        • EPSG datum code: 6270
        • EPSG datum name: Nahrwan 1967
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Nahrwan 1967
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNaparima1955

        public void testNaparima1955()
                              throws FactoryException
        Tests “Naparima 1955” geodetic datum creation from the factory.
        • EPSG datum code: 6158
        • EPSG datum name: Naparima 1955
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Naparima 1955
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNordSahara

        public void testNordSahara()
                            throws FactoryException
        Tests “Nord Sahara 1959” geodetic datum creation from the factory.
        • EPSG datum code: 6307
        • EPSG datum name: Nord Sahara 1959
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Nord Sahara 1959
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNTF

        public void testNTF()
                     throws FactoryException
        Tests “Nouvelle Triangulation Francaise” geodetic datum creation from the factory.
        • EPSG datum code: 6275
        • EPSG datum name: Nouvelle Triangulation Francaise
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: NTF
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNTF_Paris

        public void testNTF_Paris()
                           throws FactoryException
        Tests “Nouvelle Triangulation Francaise (Paris)” geodetic datum creation from the factory.
        • EPSG datum code: 6807
        • EPSG datum name: Nouvelle Triangulation Francaise (Paris)
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Paris
        • CRS using the datum: NTF (Paris)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNZGD2000

        public void testNZGD2000()
                          throws FactoryException
        Tests “New Zealand Geodetic Datum 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6167
        • EPSG datum name: New Zealand Geodetic Datum 2000
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: NZGD2000
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNZGD49

        public void testNZGD49()
                        throws FactoryException
        Tests “New Zealand Geodetic Datum 1949” geodetic datum creation from the factory.
        • EPSG datum code: 6272
        • EPSG datum name: New Zealand Geodetic Datum 1949
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: NZGD49
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testOSGB1936

        public void testOSGB1936()
                          throws FactoryException
        Tests “OSGB 1936” geodetic datum creation from the factory.
        • EPSG datum code: 6277
        • EPSG datum name: OSGB 1936
        • Ellipsoid name: Airy 1830
        • Prime meridian name: Greenwich
        • CRS using the datum: OSGB 1936
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPadang

        public void testPadang()
                        throws FactoryException
        Tests “Padang 1884” geodetic datum creation from the factory.
        • EPSG datum code: 6280
        • EPSG datum name: Padang 1884
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Padang
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPadang_Jakarta

        public void testPadang_Jakarta()
                                throws FactoryException
        Tests “Padang 1884 (Jakarta)” geodetic datum creation from the factory.
        • EPSG datum code: 6808
        • EPSG datum name: Padang 1884 (Jakarta)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Jakarta
        • CRS using the datum: Padang (Jakarta)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPSD93

        public void testPSD93()
                       throws FactoryException
        Tests “PDO Survey Datum 1993” geodetic datum creation from the factory.
        • EPSG datum code: 6134
        • EPSG datum name: PDO Survey Datum 1993
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: PSD93
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPointeNoire

        public void testPointeNoire()
                             throws FactoryException
        Tests “Congo 1960 Pointe Noire” geodetic datum creation from the factory.
        • EPSG datum code: 6282
        • EPSG datum name: Congo 1960 Pointe Noire
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Pointe Noire
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPOSGAR94

        public void testPOSGAR94()
                          throws FactoryException
        Tests “Posiciones Geodesicas Argentinas 1994” geodetic datum creation from the factory.
        • EPSG datum code: 6694
        • EPSG datum name: Posiciones Geodesicas Argentinas 1994
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: POSGAR 94
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPOSGAR98

        public void testPOSGAR98()
                          throws FactoryException
        Tests “Posiciones Geodesicas Argentinas 1998” geodetic datum creation from the factory.
        • EPSG datum code: 6190
        • EPSG datum name: Posiciones Geodesicas Argentinas 1998
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: POSGAR 98
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPRS92

        public void testPRS92()
                       throws FactoryException
        Tests “Philippine Reference System 1992” geodetic datum creation from the factory.
        • EPSG datum code: 6683
        • EPSG datum name: Philippine Reference System 1992
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: PRS92
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPSAD56

        public void testPSAD56()
                        throws FactoryException
        Tests “Provisional South American Datum 1956” geodetic datum creation from the factory.
        • EPSG datum code: 6248
        • EPSG datum name: Provisional South American Datum 1956
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: PSAD56
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPulkovo1942

        public void testPulkovo1942()
                             throws FactoryException
        Tests “Pulkovo 1942” geodetic datum creation from the factory.
        • EPSG datum code: 6284
        • EPSG datum name: Pulkovo 1942
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Pulkovo 1942
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPulkovo1942_58

        public void testPulkovo1942_58()
                                throws FactoryException
        Tests “Pulkovo 1942(58)” geodetic datum creation from the factory.
        • EPSG datum code: 6179
        • EPSG datum name: Pulkovo 1942(58)
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Pulkovo 1942(58)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPulkovo1942_83

        public void testPulkovo1942_83()
                                throws FactoryException
        Tests “Pulkovo 1942(83)” geodetic datum creation from the factory.
        • EPSG datum code: 6178
        • EPSG datum name: Pulkovo 1942(83)
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Pulkovo 1942(83)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testQatar1948

        public void testQatar1948()
                           throws FactoryException
        Tests “Qatar 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6286
        • EPSG datum name: Qatar 1948
        • Ellipsoid name: Helmert 1906
        • Prime meridian name: Greenwich
        • CRS using the datum: Qatar 1948
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testQatar1974

        public void testQatar1974()
                           throws FactoryException
        Tests “Qatar 1974” geodetic datum creation from the factory.
        • EPSG datum code: 6285
        • EPSG datum name: Qatar 1974
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Qatar 1974
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testQatar1995

        public void testQatar1995()
                           throws FactoryException
        Tests “Qatar National Datum 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6614
        • EPSG datum name: Qatar National Datum 1995
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: QND95
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testREGVEN

        public void testREGVEN()
                        throws FactoryException
        Tests “Red Geodesica Venezolana” geodetic datum creation from the factory.
        • EPSG datum code: 6189
        • EPSG datum name: Red Geodesica Venezolana
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: REGVEN
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRGF93

        public void testRGF93()
                       throws FactoryException
        Tests “Reseau Geodesique Francais 1993” geodetic datum creation from the factory.
        • EPSG datum code: 6171
        • EPSG datum name: Reseau Geodesique Francais 1993
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RGF93
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSAD69

        public void testSAD69()
                       throws FactoryException
        Tests “South American Datum 1969” geodetic datum creation from the factory.
        • EPSG datum code: 6618
        • EPSG datum name: South American Datum 1969
        • Ellipsoid name: GRS 1967 Modified
        • Prime meridian name: Greenwich
        • CRS using the datum: SAD69
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSchwarzeck

        public void testSchwarzeck()
                            throws FactoryException
        Tests “Schwarzeck” geodetic datum creation from the factory.
        • EPSG datum code: 6293
        • EPSG datum name: Schwarzeck
        • Ellipsoid name: Bessel Namibia (GLM)
        • Prime meridian name: Greenwich
        • CRS using the datum: Schwarzeck
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSIRGAS1995

        public void testSIRGAS1995()
                            throws FactoryException
        Tests “Sistema de Referencia Geocentrico para America del Sur 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6170
        • EPSG datum name: Sistema de Referencia Geocentrico para America del Sur 1995
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: SIRGAS 1995
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSIRGAS2000

        public void testSIRGAS2000()
                            throws FactoryException
        Tests “Sistema de Referencia Geocentrico para las AmericaS 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6674
        • EPSG datum name: Sistema de Referencia Geocentrico para las AmericaS 2000
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: SIRGAS 2000
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTananarive

        public void testTananarive()
                            throws FactoryException
        Tests “Tananarive 1925” geodetic datum creation from the factory.
        • EPSG datum code: 6297
        • EPSG datum name: Tananarive 1925
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Tananarive
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTananarive_Paris

        public void testTananarive_Paris()
                                  throws FactoryException
        Tests “Tananarive 1925 (Paris)” geodetic datum creation from the factory.
        • EPSG datum code: 6810
        • EPSG datum name: Tananarive 1925 (Paris)
        • Ellipsoid name: International 1924
        • Prime meridian name: Paris
        • CRS using the datum: Tananarive (Paris)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTrucialCoast

        public void testTrucialCoast()
                              throws FactoryException
        Tests “Trucial Coast 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6303
        • EPSG datum name: Trucial Coast 1948
        • Ellipsoid name: Helmert 1906
        • Prime meridian name: Greenwich
        • CRS using the datum: TC(1948)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTimbalai

        public void testTimbalai()
                          throws FactoryException
        Tests “Timbalai 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6298
        • EPSG datum name: Timbalai 1948
        • Ellipsoid name: Everest 1830 (1967 Definition)
        • Prime meridian name: Greenwich
        • CRS using the datum: Timbalai 1948
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTrinidad

        public void testTrinidad()
                          throws FactoryException
        Tests “Trinidad 1903” geodetic datum creation from the factory.
        • EPSG datum code: 6302
        • EPSG datum name: Trinidad 1903
        • Ellipsoid name: Clarke 1858
        • Prime meridian name: Greenwich
        • CRS using the datum: Trinidad 1903
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVoirol1875

        public void testVoirol1875()
                            throws FactoryException
        Tests “Voirol 1875” geodetic datum creation from the factory.
        • EPSG datum code: 6304
        • EPSG datum name: Voirol 1875
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Voirol 1875
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVoirol1875_Paris

        public void testVoirol1875_Paris()
                                  throws FactoryException
        Tests “Voirol 1875 (Paris)” geodetic datum creation from the factory.
        • EPSG datum code: 6811
        • EPSG datum name: Voirol 1875 (Paris)
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Paris
        • CRS using the datum: Voirol 1875 (Paris)
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testWGS72

        public void testWGS72()
                       throws FactoryException
        Tests “World Geodetic System 1972” geodetic datum creation from the factory.
        • EPSG datum code: 6322
        • EPSG datum name: World Geodetic System 1972
        • Ellipsoid name: WGS 72
        • Prime meridian name: Greenwich
        • CRS using the datum: WGS 72
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testWGS72BE

        public void testWGS72BE()
                         throws FactoryException
        Tests “WGS 72 Transit Broadcast Ephemeris” geodetic datum creation from the factory.
        • EPSG datum code: 6324
        • EPSG datum name: WGS 72 Transit Broadcast Ephemeris
        • Ellipsoid name: WGS 72
        • Prime meridian name: Greenwich
        • CRS using the datum: WGS 72BE
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testWGS84

        public void testWGS84()
                       throws FactoryException
        Tests “World Geodetic System 1984” geodetic datum creation from the factory.
        • EPSG datum code: 6326
        • EPSG datum name: World Geodetic System 1984
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: WGS 84
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testXian

        public void testXian()
                      throws FactoryException
        Tests “Xian 1980” geodetic datum creation from the factory.
        • EPSG datum code: 6610
        • EPSG datum name: Xian 1980
        • Ellipsoid name: IAG 1975
        • Prime meridian name: Greenwich
        • CRS using the datum: Xian 1980
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testYemen

        public void testYemen()
                       throws FactoryException
        Tests “Yemen National Geodetic Network 1996” geodetic datum creation from the factory.
        • EPSG datum code: 6163
        • EPSG datum name: Yemen National Geodetic Network 1996
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: Yemen NGN96
        • Particularly important to E&P industry.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAdindan

        public void testAdindan()
                         throws FactoryException
        Tests “Adindan” geodetic datum creation from the factory.
        • EPSG datum code: 6201
        • EPSG datum name: Adindan
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Adindan
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAfgooye

        public void testAfgooye()
                         throws FactoryException
        Tests “Afgooye” geodetic datum creation from the factory.
        • EPSG datum code: 6205
        • EPSG datum name: Afgooye
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Afgooye
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAgadez

        public void testAgadez()
                        throws FactoryException
        Tests “Agadez” geodetic datum creation from the factory.
        • EPSG datum code: 6206
        • EPSG datum name: Agadez
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Agadez
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAlbanian

        public void testAlbanian()
                          throws FactoryException
        Tests “Albanian 1987” geodetic datum creation from the factory.
        • EPSG datum code: 6191
        • EPSG datum name: Albanian 1987
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Albanian 1987
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAmericanSamoa

        public void testAmericanSamoa()
                               throws FactoryException
        Tests “American Samoa 1962” geodetic datum creation from the factory.
        • EPSG datum code: 6169
        • EPSG datum name: American Samoa 1962
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: American Samoa 1962
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAmmassalik

        public void testAmmassalik()
                            throws FactoryException
        Tests “Ammassalik 1958” geodetic datum creation from the factory.
        • EPSG datum code: 6196
        • EPSG datum name: Ammassalik 1958
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Ammassalik 1958
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAnguilla

        public void testAnguilla()
                          throws FactoryException
        Tests “Anguilla 1957” geodetic datum creation from the factory.
        • EPSG datum code: 6600
        • EPSG datum name: Anguilla 1957
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Anguilla 1957
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAntigua

        public void testAntigua()
                         throws FactoryException
        Tests “Antigua 1943” geodetic datum creation from the factory.
        • EPSG datum code: 6601
        • EPSG datum name: Antigua 1943
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Antigua 1943
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testArc1950

        public void testArc1950()
                         throws FactoryException
        Tests “Arc 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6209
        • EPSG datum name: Arc 1950
        • Ellipsoid name: Clarke 1880 (Arc)
        • Prime meridian name: Greenwich
        • CRS using the datum: Arc 1950
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testArc1960

        public void testArc1960()
                         throws FactoryException
        Tests “Arc 1960” geodetic datum creation from the factory.
        • EPSG datum code: 6210
        • EPSG datum name: Arc 1960
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Arc 1960
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAscensionIsland

        public void testAscensionIsland()
                                 throws FactoryException
        Tests “Ascension Island 1958” geodetic datum creation from the factory.
        • EPSG datum code: 6712
        • EPSG datum name: Ascension Island 1958
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Ascension Island 1958
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testATF_Paris

        public void testATF_Paris()
                           throws FactoryException
        Tests “Ancienne Triangulation Francaise (Paris)” geodetic datum creation from the factory.
        • EPSG datum code: 6901
        • EPSG datum name: Ancienne Triangulation Francaise (Paris)
        • Ellipsoid name: Plessis 1817
        • Prime meridian name: Paris RGS
        • CRS using the datum: ATF (Paris)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testATS77

        public void testATS77()
                       throws FactoryException
        Tests “Average Terrestrial System 1977” geodetic datum creation from the factory.
        • EPSG datum code: 6122
        • EPSG datum name: Average Terrestrial System 1977
        • Ellipsoid name: Average Terrestrial System 1977
        • Prime meridian name: Greenwich
        • CRS using the datum: ATS77
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAustralianAntarctic

        public void testAustralianAntarctic()
                                     throws FactoryException
        Tests “Australian Antarctic Datum 1998” geodetic datum creation from the factory.
        • EPSG datum code: 6176
        • EPSG datum name: Australian Antarctic Datum 1998
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: Australian Antarctic
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAyabelleLighthouse

        public void testAyabelleLighthouse()
                                    throws FactoryException
        Tests “Ayabelle Lighthouse” geodetic datum creation from the factory.
        • EPSG datum code: 6713
        • EPSG datum name: Ayabelle Lighthouse
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Ayabelle Lighthouse
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAzoresCentral1948

        public void testAzoresCentral1948()
                                   throws FactoryException
        Tests “Azores Central Islands 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6183
        • EPSG datum name: Azores Central Islands 1948
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Azores Central 1948
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAzoresCentral1995

        public void testAzoresCentral1995()
                                   throws FactoryException
        Tests “Azores Central Islands 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6665
        • EPSG datum name: Azores Central Islands 1995
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Azores Central 1995
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAzoresOccidental1939

        public void testAzoresOccidental1939()
                                      throws FactoryException
        Tests “Azores Occidental Islands 1939” geodetic datum creation from the factory.
        • EPSG datum code: 6182
        • EPSG datum name: Azores Occidental Islands 1939
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Azores Occidental 1939
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAzoresOriental1940

        public void testAzoresOriental1940()
                                    throws FactoryException
        Tests “Azores Oriental Islands 1940” geodetic datum creation from the factory.
        • EPSG datum code: 6184
        • EPSG datum name: Azores Oriental Islands 1940
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Azores Oriental 1940
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testAzoresOriental1995

        public void testAzoresOriental1995()
                                    throws FactoryException
        Tests “Azores Oriental Islands 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6664
        • EPSG datum name: Azores Oriental Islands 1995
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Azores Oriental 1995
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBarbados

        public void testBarbados()
                          throws FactoryException
        Tests “Barbados 1938” geodetic datum creation from the factory.
        • EPSG datum code: 6212
        • EPSG datum name: Barbados 1938
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Barbados 1938
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBDA2000

        public void testBDA2000()
                         throws FactoryException
        Tests “Bermuda 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6762
        • EPSG datum name: Bermuda 2000
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: BDA2000
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBeduaram

        public void testBeduaram()
                          throws FactoryException
        Tests “Beduaram” geodetic datum creation from the factory.
        • EPSG datum code: 6213
        • EPSG datum name: Beduaram
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Beduaram
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBelge1950

        public void testBelge1950()
                           throws FactoryException
        Tests “Reseau National Belge 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6215
        • EPSG datum name: Reseau National Belge 1950
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Belge 1950
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBelge1950_Brussels

        public void testBelge1950_Brussels()
                                    throws FactoryException
        Tests “Reseau National Belge 1950 (Brussels)” geodetic datum creation from the factory.
        • EPSG datum code: 6809
        • EPSG datum name: Reseau National Belge 1950 (Brussels)
        • Ellipsoid name: International 1924
        • Prime meridian name: Brussels
        • CRS using the datum: Belge 1950 (Brussels)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBelge1972

        public void testBelge1972()
                           throws FactoryException
        Tests “Reseau National Belge 1972” geodetic datum creation from the factory.
        • EPSG datum code: 6313
        • EPSG datum name: Reseau National Belge 1972
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Belge 1972
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBellevue

        public void testBellevue()
                          throws FactoryException
        Tests “Bellevue” geodetic datum creation from the factory.
        • EPSG datum code: 6714
        • EPSG datum name: Bellevue
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Bellevue
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBermuda

        public void testBermuda()
                         throws FactoryException
        Tests “Bermuda 1957” geodetic datum creation from the factory.
        • EPSG datum code: 6216
        • EPSG datum name: Bermuda 1957
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Bermuda 1957
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBern1898

        public void testBern1898()
                          throws FactoryException
        Tests “CH1903 (Bern)” geodetic datum creation from the factory.
        • EPSG datum code: 6801
        • EPSG datum name: CH1903 (Bern)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Bern
        • CRS using the datum: Bern 1898 (Bern)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBern1938

        public void testBern1938()
                          throws FactoryException
        Tests “Bern 1938” geodetic datum creation from the factory.
        • EPSG datum code: 6306
        • EPSG datum name: Bern 1938
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Bern 1938
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBissau

        public void testBissau()
                        throws FactoryException
        Tests “Bissau” geodetic datum creation from the factory.
        • EPSG datum code: 6165
        • EPSG datum name: Bissau
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Bissau
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBogota_Bogota

        public void testBogota_Bogota()
                               throws FactoryException
        Tests “Bogota 1975 (Bogota)” geodetic datum creation from the factory.
        • EPSG datum code: 6802
        • EPSG datum name: Bogota 1975 (Bogota)
        • Ellipsoid name: International 1924
        • Prime meridian name: Bogota
        • CRS using the datum: Bogota 1975 (Bogota)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBukitRimpah

        public void testBukitRimpah()
                             throws FactoryException
        Tests “Bukit Rimpah” geodetic datum creation from the factory.
        • EPSG datum code: 6219
        • EPSG datum name: Bukit Rimpah
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Bukit Rimpah
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCampAreaAstro

        public void testCampAreaAstro()
                               throws FactoryException
        Tests “Camp Area Astro” geodetic datum creation from the factory.
        • EPSG datum code: 6715
        • EPSG datum name: Camp Area Astro
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Camp Area Astro
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCape

        public void testCape()
                      throws FactoryException
        Tests “Cape” geodetic datum creation from the factory.
        • EPSG datum code: 6222
        • EPSG datum name: Cape
        • Ellipsoid name: Clarke 1880 (Arc)
        • Prime meridian name: Greenwich
        • CRS using the datum: Cape
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCapeCanaveral

        public void testCapeCanaveral()
                               throws FactoryException
        Tests “Cape Canaveral” geodetic datum creation from the factory.
        • EPSG datum code: 6717
        • EPSG datum name: Cape Canaveral
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Cape Canaveral
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCarthage_Paris

        public void testCarthage_Paris()
                                throws FactoryException
        Tests “Carthage (Paris)” geodetic datum creation from the factory.
        • EPSG datum code: 6816
        • EPSG datum name: Carthage (Paris)
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Paris
        • CRS using the datum: Carthage (Paris)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCH1903

        public void testCH1903()
                        throws FactoryException
        Tests “CH1903” geodetic datum creation from the factory.
        • EPSG datum code: 6149
        • EPSG datum name: CH1903
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: CH1903
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCH1903_plus

        public void testCH1903_plus()
                             throws FactoryException
        Tests “CH1903+” geodetic datum creation from the factory.
        • EPSG datum code: 6150
        • EPSG datum name: CH1903+
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: CH1903+
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testChathamIslands1971

        public void testChathamIslands1971()
                                    throws FactoryException
        Tests “Chatham Islands Datum 1971” geodetic datum creation from the factory.
        • EPSG datum code: 6672
        • EPSG datum name: Chatham Islands Datum 1971
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Chatham Islands 1971
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testChathamIslands1979

        public void testChathamIslands1979()
                                    throws FactoryException
        Tests “Chatham Islands Datum 1979” geodetic datum creation from the factory.
        • EPSG datum code: 6673
        • EPSG datum name: Chatham Islands Datum 1979
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Chatham Islands 1979
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCHTRF95

        public void testCHTRF95()
                         throws FactoryException
        Tests “Swiss Terrestrial Reference Frame 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6151
        • EPSG datum name: Swiss Terrestrial Reference Frame 1995
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: CHTRF95
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testChua

        public void testChua()
                      throws FactoryException
        Tests “Chua” geodetic datum creation from the factory.
        • EPSG datum code: 6224
        • EPSG datum name: Chua
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Chua
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCocosIslands

        public void testCocosIslands()
                              throws FactoryException
        Tests “Cocos Islands 1965” geodetic datum creation from the factory.
        • EPSG datum code: 6708
        • EPSG datum name: Cocos Islands 1965
        • Ellipsoid name: Australian National Spheroid
        • Prime meridian name: Greenwich
        • CRS using the datum: Cocos Islands 1965
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCombani

        public void testCombani()
                         throws FactoryException
        Tests “Combani 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6632
        • EPSG datum name: Combani 1950
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Combani 1950
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testConakry

        public void testConakry()
                         throws FactoryException
        Tests “Conakry 1905” geodetic datum creation from the factory.
        • EPSG datum code: 6315
        • EPSG datum name: Conakry 1905
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Conakry 1905
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCorregoAlegre

        public void testCorregoAlegre()
                               throws FactoryException
        Tests “Corrego Alegre 1970-72” geodetic datum creation from the factory.
        • EPSG datum code: 6225
        • EPSG datum name: Corrego Alegre 1970-72
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Corrego Alegre 1970-72
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCSG67

        public void testCSG67()
                       throws FactoryException
        Tests “Centre Spatial Guyanais 1967” geodetic datum creation from the factory.
        • EPSG datum code: 6623
        • EPSG datum name: Centre Spatial Guyanais 1967
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: CSG67
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDabola

        public void testDabola()
                        throws FactoryException
        Tests “Dabola 1981” geodetic datum creation from the factory.
        • EPSG datum code: 6155
        • EPSG datum name: Dabola 1981
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Dabola 1981
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDatum73

        public void testDatum73()
                         throws FactoryException
        Tests “Datum 73” geodetic datum creation from the factory.
        • EPSG datum code: 6274
        • EPSG datum name: Datum 73
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Datum 73
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDeceptionIsland

        public void testDeceptionIsland()
                                 throws FactoryException
        Tests “Deception Island” geodetic datum creation from the factory.
        • EPSG datum code: 6736
        • EPSG datum name: Deception Island
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Deception Island
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDiegoGarcia

        public void testDiegoGarcia()
                             throws FactoryException
        Tests “Diego Garcia 1969” geodetic datum creation from the factory.
        • EPSG datum code: 6724
        • EPSG datum name: Diego Garcia 1969
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Diego Garcia 1969
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testDominica

        public void testDominica()
                          throws FactoryException
        Tests “Dominica 1945” geodetic datum creation from the factory.
        • EPSG datum code: 6602
        • EPSG datum name: Dominica 1945
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Dominica 1945
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testEasterIsland

        public void testEasterIsland()
                              throws FactoryException
        Tests “Easter Island 1967” geodetic datum creation from the factory.
        • EPSG datum code: 6719
        • EPSG datum name: Easter Island 1967
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Easter Island 1967
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testED79

        public void testED79()
                      throws FactoryException
        Tests “European Datum 1979” geodetic datum creation from the factory.
        • EPSG datum code: 6668
        • EPSG datum name: European Datum 1979
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ED79
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testED87

        public void testED87()
                      throws FactoryException
        Tests “European Datum 1987” geodetic datum creation from the factory.
        • EPSG datum code: 6231
        • EPSG datum name: European Datum 1987
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ED87
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testEgypt1930

        public void testEgypt1930()
                           throws FactoryException
        Tests “Egypt 1930” geodetic datum creation from the factory.
        • EPSG datum code: 6199
        • EPSG datum name: Egypt 1930
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Egypt 1930
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testEST92

        public void testEST92()
                       throws FactoryException
        Tests “Estonia 1992” geodetic datum creation from the factory.
        • EPSG datum code: 6133
        • EPSG datum name: Estonia 1992
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: EST92
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testEST97

        public void testEST97()
                       throws FactoryException
        Tests “Estonia 1997” geodetic datum creation from the factory.
        • EPSG datum code: 6180
        • EPSG datum name: Estonia 1997
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: EST97
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFatuIva

        public void testFatuIva()
                         throws FactoryException
        Tests “Fatu Iva 72” geodetic datum creation from the factory.
        • EPSG datum code: 6688
        • EPSG datum name: Fatu Iva 72
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Fatu Iva 72
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFD54

        public void testFD54()
                      throws FactoryException
        Tests “Faroe Datum 1954” geodetic datum creation from the factory.
        • EPSG datum code: 6741
        • EPSG datum name: Faroe Datum 1954
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: FD54
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFiji1956

        public void testFiji1956()
                          throws FactoryException
        Tests “Fiji 1956” geodetic datum creation from the factory.
        • EPSG datum code: 6721
        • EPSG datum name: Fiji 1956
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Fiji 1956
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFiji1986

        public void testFiji1986()
                          throws FactoryException
        Tests “Fiji Geodetic Datum 1986” geodetic datum creation from the factory.
        • EPSG datum code: 6720
        • EPSG datum name: Fiji Geodetic Datum 1986
        • Ellipsoid name: WGS 72
        • Prime meridian name: Greenwich
        • CRS using the datum: Fiji 1986
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFk89

        public void testFk89()
                      throws FactoryException
        Tests “fk89” geodetic datum creation from the factory.
        • EPSG datum code: 6753
        • EPSG datum name: fk89
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: fk89
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testFortMarigot

        public void testFortMarigot()
                             throws FactoryException
        Tests “Fort Marigot” geodetic datum creation from the factory.
        • EPSG datum code: 6621
        • EPSG datum name: Fort Marigot
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Fort Marigot
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGan

        public void testGan()
                     throws FactoryException
        Tests “Gan 1970” geodetic datum creation from the factory.
        • EPSG datum code: 6684
        • EPSG datum name: Gan 1970
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Gan 1970
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGaroua

        public void testGaroua()
                        throws FactoryException
        Tests “Garoua” geodetic datum creation from the factory.
        • EPSG datum code: 6197
        • EPSG datum name: Garoua
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Garoua
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGGRS87

        public void testGGRS87()
                        throws FactoryException
        Tests “Greek Geodetic Reference System 1987” geodetic datum creation from the factory.
        • EPSG datum code: 6121
        • EPSG datum name: Greek Geodetic Reference System 1987
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: GGRS87
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGR96

        public void testGR96()
                      throws FactoryException
        Tests “Greenland 1996” geodetic datum creation from the factory.
        • EPSG datum code: 6747
        • EPSG datum name: Greenland 1996
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: GR96
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGrandCayman

        public void testGrandCayman()
                             throws FactoryException
        Tests “Grand Cayman 1959” geodetic datum creation from the factory.
        • EPSG datum code: 6723
        • EPSG datum name: Grand Cayman Geodetic Datum 1959
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: GCGD59
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGrandComoros

        public void testGrandComoros()
                              throws FactoryException
        Tests “Grand Comoros” geodetic datum creation from the factory.
        • EPSG datum code: 6646
        • EPSG datum name: Grand Comoros
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Grand Comoros
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGreek

        public void testGreek()
                       throws FactoryException
        Tests “Greek” geodetic datum creation from the factory.
        • EPSG datum code: 6120
        • EPSG datum name: Greek
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Greek
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGreek_Athens

        public void testGreek_Athens()
                              throws FactoryException
        Tests “Greek (Athens)” geodetic datum creation from the factory.
        • EPSG datum code: 6815
        • EPSG datum name: Greek (Athens)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Athens
        • CRS using the datum: Greek (Athens)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGrenada

        public void testGrenada()
                         throws FactoryException
        Tests “Grenada 1953” geodetic datum creation from the factory.
        • EPSG datum code: 6603
        • EPSG datum name: Grenada 1953
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Grenada 1953
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGuadeloupe

        public void testGuadeloupe()
                            throws FactoryException
        Tests “Guadeloupe 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6622
        • EPSG datum name: Guadeloupe 1948
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Guadeloupe 1948
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGuam

        public void testGuam()
                      throws FactoryException
        Tests “Guam 1963” geodetic datum creation from the factory.
        • EPSG datum code: 6675
        • EPSG datum name: Guam 1963
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Guam 1963
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGulshan

        public void testGulshan()
                         throws FactoryException
        Tests “Gulshan 303” geodetic datum creation from the factory.
        • EPSG datum code: 6682
        • EPSG datum name: Gulshan 303
        • Ellipsoid name: Everest 1830 (1937 Adjustment)
        • Prime meridian name: Greenwich
        • CRS using the datum: Gulshan 303
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHanoi

        public void testHanoi()
                       throws FactoryException
        Tests “Hanoi 1972” geodetic datum creation from the factory.
        • EPSG datum code: 6147
        • EPSG datum name: Hanoi 1972
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Hanoi 1972
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHartebeesthoek

        public void testHartebeesthoek()
                                throws FactoryException
        Tests “Hartebeesthoek94” geodetic datum creation from the factory.
        • EPSG datum code: 6148
        • EPSG datum name: Hartebeesthoek94
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: Hartebeesthoek94
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHD1909

        public void testHD1909()
                        throws FactoryException
        Tests “Hungarian Datum 1909” geodetic datum creation from the factory.
        • EPSG datum code: 1024
        • EPSG datum name: Hungarian Datum 1909
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: HD1909
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHelle

        public void testHelle()
                       throws FactoryException
        Tests “Helle 1954” geodetic datum creation from the factory.
        • EPSG datum code: 6660
        • EPSG datum name: Helle 1954
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Helle 1954
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHeratNorth

        public void testHeratNorth()
                            throws FactoryException
        Tests “Herat North” geodetic datum creation from the factory.
        • EPSG datum code: 6255
        • EPSG datum name: Herat North
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Herat North
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHjorsey

        public void testHjorsey()
                         throws FactoryException
        Tests “Hjorsey 1955” geodetic datum creation from the factory.
        • EPSG datum code: 6658
        • EPSG datum name: Hjorsey 1955
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Hjorsey 1955
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHongKong1963

        public void testHongKong1963()
                              throws FactoryException
        Tests “Hong Kong 1963” geodetic datum creation from the factory.
        • EPSG datum code: 6738
        • EPSG datum name: Hong Kong 1963
        • Ellipsoid name: Clarke 1858
        • Prime meridian name: Greenwich
        • CRS using the datum: Hong Kong 1963
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHongKong1963_67

        public void testHongKong1963_67()
                                 throws FactoryException
        Tests “Hong Kong 1963(67)” geodetic datum creation from the factory.
        • EPSG datum code: 6739
        • EPSG datum name: Hong Kong 1963(67)
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Hong Kong 1963(67)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHongKong1980

        public void testHongKong1980()
                              throws FactoryException
        Tests “Hong Kong 1980” geodetic datum creation from the factory.
        • EPSG datum code: 6611
        • EPSG datum name: Hong Kong 1980
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Hong Kong 1980
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHTRS96

        public void testHTRS96()
                        throws FactoryException
        Tests “Croatian Terrestrial Reference System” geodetic datum creation from the factory.
        • EPSG datum code: 6761
        • EPSG datum name: Croatian Terrestrial Reference System
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: HTRS96
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHuTzuShan

        public void testHuTzuShan()
                           throws FactoryException
        Tests “Hu Tzu Shan 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6236
        • EPSG datum name: Hu Tzu Shan 1950
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Hu Tzu Shan 1950
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIGC1962

        public void testIGC1962()
                         throws FactoryException
        Tests “IGC 1962 Arc of the 6th Parallel South” geodetic datum creation from the factory.
        • EPSG datum code: 6697
        • EPSG datum name: IGC 1962 Arc of the 6th Parallel South
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: IGC 1962 6th Parallel South
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testCongoBelge

        public void testCongoBelge()
                            throws FactoryException
        Tests “Institut Geographique du Congo Belge 1955” geodetic datum creation from the factory.
        • EPSG datum code: 6701
        • EPSG datum name: Institut Geographique du Congo Belge 1955
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: IGCB 1955
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIGM95

        public void testIGM95()
                       throws FactoryException
        Tests “Istituto Geografico Militaire 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6670
        • EPSG datum name: Istituto Geografico Militaire 1995
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: IGM95
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKerguelen

        public void testKerguelen()
                           throws FactoryException
        Tests “IGN 1962 Kerguelen” geodetic datum creation from the factory.
        • EPSG datum code: 6698
        • EPSG datum name: IGN 1962 Kerguelen
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN 1962 Kerguelen
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMare

        public void testMare()
                      throws FactoryException
        Tests “IGN53 Mare” geodetic datum creation from the factory.
        • EPSG datum code: 6641
        • EPSG datum name: IGN53 Mare
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN53 Mare
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLifou

        public void testLifou()
                       throws FactoryException
        Tests “IGN56 Lifou” geodetic datum creation from the factory.
        • EPSG datum code: 6633
        • EPSG datum name: IGN56 Lifou
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN56 Lifou
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testHivaOa

        public void testHivaOa()
                        throws FactoryException
        Tests “IGN63 Hiva Oa” geodetic datum creation from the factory.
        • EPSG datum code: 6689
        • EPSG datum name: IGN63 Hiva Oa
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN63 Hiva Oa
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testGrandeTerre

        public void testGrandeTerre()
                             throws FactoryException
        Tests “IGN72 Grande Terre” geodetic datum creation from the factory.
        • EPSG datum code: 6634
        • EPSG datum name: IGN72 Grande Terre
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN72 Grande Terre
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNukuHiva

        public void testNukuHiva()
                          throws FactoryException
        Tests “IGN72 Nuku Hiva” geodetic datum creation from the factory.
        • EPSG datum code: 6630
        • EPSG datum name: IGN72 Nuku Hiva
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: IGN72 Nuku Hiva
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIKBD92

        public void testIKBD92()
                        throws FactoryException
        Tests “Iraq-Kuwait Boundary Datum 1992” geodetic datum creation from the factory.
        • EPSG datum code: 6667
        • EPSG datum name: Iraq-Kuwait Boundary Datum 1992
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: IKBD-92
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIRENET95

        public void testIRENET95()
                          throws FactoryException
        Tests “IRENET95” geodetic datum creation from the factory.
        • EPSG datum code: 6173
        • EPSG datum name: IRENET95
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: IRENET95
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testISN93

        public void testISN93()
                       throws FactoryException
        Tests “Islands Net 1993” geodetic datum creation from the factory.
        • EPSG datum code: 6659
        • EPSG datum name: Islands Net 1993
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: ISN93
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIsrael

        public void testIsrael()
                        throws FactoryException
        Tests “Israel” geodetic datum creation from the factory.
        • EPSG datum code: 6141
        • EPSG datum name: Israel 1993
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: Israel 1993
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIwoJima

        public void testIwoJima()
                         throws FactoryException
        Tests “Iwo Jima 1945” geodetic datum creation from the factory.
        • EPSG datum code: 6709
        • EPSG datum name: Iwo Jima 1945
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Iwo Jima 1945
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testJamaica2001

        public void testJamaica2001()
                             throws FactoryException
        Tests “Jamaica 2001” geodetic datum creation from the factory.
        • EPSG datum code: 6758
        • EPSG datum name: Jamaica 2001
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: JAD2001
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testJamaica1969

        public void testJamaica1969()
                             throws FactoryException
        Tests “Jamaica 1969” geodetic datum creation from the factory.
        • EPSG datum code: 6242
        • EPSG datum name: Jamaica 1969
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: JAD69
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testJamaica1875

        public void testJamaica1875()
                             throws FactoryException
        Tests “Jamaica 1875” geodetic datum creation from the factory.
        • EPSG datum code: 6241
        • EPSG datum name: Jamaica 1875
        • Ellipsoid name: Clarke 1880
        • Prime meridian name: Greenwich
        • CRS using the datum: Jamaica 1875
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testJGD2000

        public void testJGD2000()
                         throws FactoryException
        Tests “Japanese Geodetic Datum 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6612
        • EPSG datum name: Japanese Geodetic Datum 2000
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: JGD2000
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testJohnstonIsland

        public void testJohnstonIsland()
                                throws FactoryException
        Tests “Johnston Island 1961” geodetic datum creation from the factory.
        • EPSG datum code: 6725
        • EPSG datum name: Johnston Island 1961
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Johnston Island 1961
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testJouik

        public void testJouik()
                       throws FactoryException
        Tests “Jouik 1961” geodetic datum creation from the factory.
        • EPSG datum code: 6679
        • EPSG datum name: Jouik 1961
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Jouik 1961
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKalianpur

        public void testKalianpur()
                           throws FactoryException
        Tests “Kalianpur 1880” geodetic datum creation from the factory.
        • EPSG datum code: 6243
        • EPSG datum name: Kalianpur 1880
        • Ellipsoid name: Everest (1830 Definition)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kalianpur 1880
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKandawala

        public void testKandawala()
                           throws FactoryException
        Tests “Kandawala” geodetic datum creation from the factory.
        • EPSG datum code: 6244
        • EPSG datum name: Kandawala
        • Ellipsoid name: Everest 1830 (1937 Adjustment)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kandawala
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKarbala

        public void testKarbala()
                         throws FactoryException
        Tests “Karbala 1979” geodetic datum creation from the factory.
        • EPSG datum code: 6743
        • EPSG datum name: Karbala 1979
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Karbala 1979
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKasai

        public void testKasai()
                       throws FactoryException
        Tests “Kasai 1953” geodetic datum creation from the factory.
        • EPSG datum code: 6696
        • EPSG datum name: Kasai 1953
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kasai 1953
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKatanga

        public void testKatanga()
                         throws FactoryException
        Tests “Katanga 1955” geodetic datum creation from the factory.
        • EPSG datum code: 6695
        • EPSG datum name: Katanga 1955
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Katanga 1955
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKertau_RSO

        public void testKertau_RSO()
                            throws FactoryException
        Tests “Kertau (RSO)” geodetic datum creation from the factory.
        • EPSG datum code: 6751
        • EPSG datum name: Kertau (RSO)
        • Ellipsoid name: Everest 1830 (RSO 1969)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kertau (RSO)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKKJ

        public void testKKJ()
                     throws FactoryException
        Tests “Kartastokoordinaattijarjestelma (1966)” geodetic datum creation from the factory.
        • EPSG datum code: 6123
        • EPSG datum name: Kartastokoordinaattijarjestelma (1966)
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: KKJ
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKorea2000

        public void testKorea2000()
                           throws FactoryException
        Tests “Geocentric datum of Korea” geodetic datum creation from the factory.
        • EPSG datum code: 6737
        • EPSG datum name: Geocentric datum of Korea
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: Korea 2000
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKorea1985

        public void testKorea1985()
                           throws FactoryException
        Tests “Korean Datum 1985” geodetic datum creation from the factory.
        • EPSG datum code: 6162
        • EPSG datum name: Korean Datum 1985
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Korean 1985
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKorea1995

        public void testKorea1995()
                           throws FactoryException
        Tests “Korean Datum 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6166
        • EPSG datum name: Korean Datum 1995
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: Korean 1995
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKousseri

        public void testKousseri()
                          throws FactoryException
        Tests “Kousseri” geodetic datum creation from the factory.
        • EPSG datum code: 6198
        • EPSG datum name: Kousseri
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Kousseri
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKUDAMS

        public void testKUDAMS()
                        throws FactoryException
        Tests “Kuwait Utility” geodetic datum creation from the factory.
        • EPSG datum code: 6319
        • EPSG datum name: Kuwait Utility
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: KUDAMS
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testKusaie

        public void testKusaie()
                        throws FactoryException
        Tests “Kusaie 1951” geodetic datum creation from the factory.
        • EPSG datum code: 6735
        • EPSG datum name: Kusaie 1951
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Kusaie 1951
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLaCanoa

        public void testLaCanoa()
                         throws FactoryException
        Tests “La Canoa” geodetic datum creation from the factory.
        • EPSG datum code: 6247
        • EPSG datum name: La Canoa
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: La Canoa
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLake

        public void testLake()
                      throws FactoryException
        Tests “Lake” geodetic datum creation from the factory.
        • EPSG datum code: 6249
        • EPSG datum name: Lake
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Lake
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLao1993

        public void testLao1993()
                         throws FactoryException
        Tests “Lao 1993” geodetic datum creation from the factory.
        • EPSG datum code: 6677
        • EPSG datum name: Lao 1993
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Lao 1993
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLao1997

        public void testLao1997()
                         throws FactoryException
        Tests “Lao National Datum 1997” geodetic datum creation from the factory.
        • EPSG datum code: 6678
        • EPSG datum name: Lao National Datum 1997
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Lao 1997
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLePouce

        public void testLePouce()
                         throws FactoryException
        Tests “Le Pouce 1934” geodetic datum creation from the factory.
        • EPSG datum code: 6699
        • EPSG datum name: Le Pouce 1934
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Le Pouce 1934
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLeigon

        public void testLeigon()
                        throws FactoryException
        Tests “Leigon” geodetic datum creation from the factory.
        • EPSG datum code: 6250
        • EPSG datum name: Leigon
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Leigon
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLiberia

        public void testLiberia()
                         throws FactoryException
        Tests “Liberia 1964” geodetic datum creation from the factory.
        • EPSG datum code: 6251
        • EPSG datum name: Liberia 1964
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Liberia 1964
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLisbon1937

        public void testLisbon1937()
                            throws FactoryException
        Tests “Lisbon 1937” geodetic datum creation from the factory.
        • EPSG datum code: 6207
        • EPSG datum name: Lisbon 1937
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Lisbon
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLisbon1937_Lisbon

        public void testLisbon1937_Lisbon()
                                   throws FactoryException
        Tests “Lisbon 1937 (Lisbon)” geodetic datum creation from the factory.
        • EPSG datum code: 6803
        • EPSG datum name: Lisbon 1937 (Lisbon)
        • Ellipsoid name: International 1924
        • Prime meridian name: Lisbon
        • CRS using the datum: Lisbon (Lisbon)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLisbon1890

        public void testLisbon1890()
                            throws FactoryException
        Tests “Lisbon 1890” geodetic datum creation from the factory.
        • EPSG datum code: 6666
        • EPSG datum name: Lisbon 1890
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Lisbon 1890
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLisbon1890_Lisbon

        public void testLisbon1890_Lisbon()
                                   throws FactoryException
        Tests “Lisbon 1890 (Lisbon)” geodetic datum creation from the factory.
        • EPSG datum code: 6904
        • EPSG datum name: Lisbon 1890 (Lisbon)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Lisbon
        • CRS using the datum: Lisbon 1890 (Lisbon)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLittleCayman

        public void testLittleCayman()
                              throws FactoryException
        Tests “Little Cayman 1961” geodetic datum creation from the factory.
        • EPSG datum code: 6726
        • EPSG datum name: Sister Islands Geodetic Datum 1961
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: SIGD61
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLKS92

        public void testLKS92()
                       throws FactoryException
        Tests “Latvia 1992” geodetic datum creation from the factory.
        • EPSG datum code: 6661
        • EPSG datum name: Latvia 1992
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: LKS92
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLKS94

        public void testLKS94()
                       throws FactoryException
        Tests “Lithuania 1994 (ETRS89)” geodetic datum creation from the factory.
        • EPSG datum code: 6126
        • EPSG datum name: Lithuania 1994 (ETRS89)
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: LKS94
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLocodjo

        public void testLocodjo()
                         throws FactoryException
        Tests “Locodjo 1965” geodetic datum creation from the factory.
        • EPSG datum code: 6142
        • EPSG datum name: Locodjo 1965
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Locodjo 1965
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLomaQuintana

        public void testLomaQuintana()
                              throws FactoryException
        Tests “Loma Quintana” geodetic datum creation from the factory.
        • EPSG datum code: 6288
        • EPSG datum name: Loma Quintana
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Loma Quintana
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLome

        public void testLome()
                      throws FactoryException
        Tests “Lome” geodetic datum creation from the factory.
        • EPSG datum code: 6252
        • EPSG datum name: Lome
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Lome
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testLuxembourg

        public void testLuxembourg()
                            throws FactoryException
        Tests “Luxembourg 1930” geodetic datum creation from the factory.
        • EPSG datum code: 6181
        • EPSG datum name: Luxembourg 1930
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Luxembourg 1930
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMadrid

        public void testMadrid()
                        throws FactoryException
        Tests “Madrid 1870 (Madrid)” geodetic datum creation from the factory.
        • EPSG datum code: 6903
        • EPSG datum name: Madrid 1870 (Madrid)
        • Ellipsoid name: Struve 1860
        • Prime meridian name: Madrid
        • CRS using the datum: Madrid 1870 (Madrid)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMadzansua

        public void testMadzansua()
                           throws FactoryException
        Tests “Madzansua” geodetic datum creation from the factory.
        • EPSG datum code: 6128
        • EPSG datum name: Madzansua
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Madzansua
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMahe

        public void testMahe()
                      throws FactoryException
        Tests “Mahe 1971” geodetic datum creation from the factory.
        • EPSG datum code: 6256
        • EPSG datum name: Mahe 1971
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Mahe 1971
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMakassar

        public void testMakassar()
                          throws FactoryException
        Tests “Makassar” geodetic datum creation from the factory.
        • EPSG datum code: 6257
        • EPSG datum name: Makassar
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Makassar
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMakassar_Jakarta

        public void testMakassar_Jakarta()
                                  throws FactoryException
        Tests “Makassar (Jakarta)” geodetic datum creation from the factory.
        • EPSG datum code: 6804
        • EPSG datum name: Makassar (Jakarta)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Jakarta
        • CRS using the datum: Makassar (Jakarta)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMarcusIsland

        public void testMarcusIsland()
                              throws FactoryException
        Tests “Marcus Island 1952” geodetic datum creation from the factory.
        • EPSG datum code: 6711
        • EPSG datum name: Marcus Island 1952
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Marcus Island 1952
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMarshallIslands

        public void testMarshallIslands()
                                 throws FactoryException
        Tests “Marshall Islands 1960” geodetic datum creation from the factory.
        • EPSG datum code: 6732
        • EPSG datum name: Marshall Islands 1960
        • Ellipsoid name: Hough 1960
        • Prime meridian name: Greenwich
        • CRS using the datum: Marshall Islands 1960
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMartinique

        public void testMartinique()
                            throws FactoryException
        Tests “Martinique 1938” geodetic datum creation from the factory.
        • EPSG datum code: 6625
        • EPSG datum name: Martinique 1938
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Martinique 1938
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMassawa

        public void testMassawa()
                         throws FactoryException
        Tests “Massawa” geodetic datum creation from the factory.
        • EPSG datum code: 6262
        • EPSG datum name: Massawa
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Massawa
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMaupiti

        public void testMaupiti()
                         throws FactoryException
        Tests “Maupiti 83” geodetic datum creation from the factory.
        • EPSG datum code: 6692
        • EPSG datum name: Maupiti 83
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Maupiti 83
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMerchich

        public void testMerchich()
                          throws FactoryException
        Tests “Merchich” geodetic datum creation from the factory.
        • EPSG datum code: 6261
        • EPSG datum name: Merchich
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Merchich
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMhast

        public void testMhast()
                       throws FactoryException
        Tests “Missao Hidrografico Angola y Sao Tome 1951” geodetic datum creation from the factory.
        • EPSG datum code: 6703
        • EPSG datum name: Missao Hidrografico Angola y Sao Tome 1951
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Mhast 1951
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMidway

        public void testMidway()
                        throws FactoryException
        Tests “Midway 1961” geodetic datum creation from the factory.
        • EPSG datum code: 6727
        • EPSG datum name: Midway 1961
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Midway 1961
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMonteMario_Rome

        public void testMonteMario_Rome()
                                 throws FactoryException
        Tests “Monte Mario (Rome)” geodetic datum creation from the factory.
        • EPSG datum code: 6806
        • EPSG datum name: Monte Mario (Rome)
        • Ellipsoid name: International 1924
        • Prime meridian name: Rome
        • CRS using the datum: Monte Mario (Rome)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMontserrat

        public void testMontserrat()
                            throws FactoryException
        Tests “Montserrat 1958” geodetic datum creation from the factory.
        • EPSG datum code: 6604
        • EPSG datum name: Montserrat 1958
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Montserrat 1958
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMoorea

        public void testMoorea()
                        throws FactoryException
        Tests “Moorea 87” geodetic datum creation from the factory.
        • EPSG datum code: 6691
        • EPSG datum name: Moorea 87
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Moorea 87
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMOP78

        public void testMOP78()
                       throws FactoryException
        Tests “MOP78” geodetic datum creation from the factory.
        • EPSG datum code: 6639
        • EPSG datum name: MOP78
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: MOP78
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMountDillon

        public void testMountDillon()
                             throws FactoryException
        Tests “Mount Dillon” geodetic datum creation from the factory.
        • EPSG datum code: 6157
        • EPSG datum name: Mount Dillon
        • Ellipsoid name: Clarke 1858
        • Prime meridian name: Greenwich
        • CRS using the datum: Mount Dillon
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testMoznet

        public void testMoznet()
                        throws FactoryException
        Tests “Moznet (ITRF94)” geodetic datum creation from the factory.
        • EPSG datum code: 6130
        • EPSG datum name: Moznet (ITRF94)
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: Moznet
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD27_76

        public void testNAD27_76()
                          throws FactoryException
        Tests “North American Datum 1927 (1976)” geodetic datum creation from the factory.
        • EPSG datum code: 6608
        • EPSG datum name: North American Datum 1927 (1976)
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD27(76)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNAD27_CGQ77

        public void testNAD27_CGQ77()
                             throws FactoryException
        Tests “North American Datum 1927 (CGQ77)” geodetic datum creation from the factory.
        • EPSG datum code: 6609
        • EPSG datum name: North American Datum 1927 (CGQ77)
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: NAD27(CGQ77)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNahrwan1934

        public void testNahrwan1934()
                             throws FactoryException
        Tests “Nahrwan 1934” geodetic datum creation from the factory.
        • EPSG datum code: 6744
        • EPSG datum name: Nahrwan 1934
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Nahrwan 1934
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNakhlEGhanem

        public void testNakhlEGhanem()
                              throws FactoryException
        Tests “Nakhl-e Ghanem” geodetic datum creation from the factory.
        • EPSG datum code: 6693
        • EPSG datum name: Nakhl-e Ghanem
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: Nakhl-e Ghanem
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNaparima1972

        public void testNaparima1972()
                              throws FactoryException
        Tests “Naparima 1972” geodetic datum creation from the factory.
        • EPSG datum code: 6271
        • EPSG datum name: Naparima 1972
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Naparima 1972
        • Specific usage / Remarks: Often confused with Naparima 1955.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNoumea

        public void testNoumea()
                        throws FactoryException
        Tests “NEA74 Noumea” geodetic datum creation from the factory.
        • EPSG datum code: 6644
        • EPSG datum name: NEA74 Noumea
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: NEA74 Noumea
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNGN

        public void testNGN()
                     throws FactoryException
        Tests “National Geodetic Network” geodetic datum creation from the factory.
        • EPSG datum code: 6318
        • EPSG datum name: National Geodetic Network
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: NGN
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNGO1948

        public void testNGO1948()
                         throws FactoryException
        Tests “NGO 1948” geodetic datum creation from the factory.
        • EPSG datum code: 6273
        • EPSG datum name: NGO 1948
        • Ellipsoid name: Bessel Modified
        • Prime meridian name: Greenwich
        • CRS using the datum: NGO 1948
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNGO1948_Oslo

        public void testNGO1948_Oslo()
                              throws FactoryException
        Tests “NGO 1948 (Oslo)” geodetic datum creation from the factory.
        • EPSG datum code: 6817
        • EPSG datum name: NGO 1948 (Oslo)
        • Ellipsoid name: Bessel Modified
        • Prime meridian name: Oslo
        • CRS using the datum: NGO 1948 (Oslo)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNouakchott

        public void testNouakchott()
                            throws FactoryException
        Tests “Nouakchott 1965” geodetic datum creation from the factory.
        • EPSG datum code: 6680
        • EPSG datum name: Nouakchott 1965
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Nouakchott 1965
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testNSWC9Z2

        public void testNSWC9Z2()
                         throws FactoryException
        Tests “NSWC 9Z-2” geodetic datum creation from the factory.
        • EPSG datum code: 6276
        • EPSG datum name: NSWC 9Z-2
        • Ellipsoid name: NWL 9D
        • Prime meridian name: Greenwich
        • CRS using the datum: NSWC 9Z-2
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testObservatario

        public void testObservatario()
                              throws FactoryException
        Tests “Observatario” geodetic datum creation from the factory.
        • EPSG datum code: 6129
        • EPSG datum name: Observatario
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Observatario
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testOldHawaiian

        public void testOldHawaiian()
                             throws FactoryException
        Tests “Old Hawaiian” geodetic datum creation from the factory.
        • EPSG datum code: 6135
        • EPSG datum name: Old Hawaiian
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Old Hawaiian
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testOS_SN_80

        public void testOS_SN_80()
                          throws FactoryException
        Tests “OS (SN) 1980” geodetic datum creation from the factory.
        • EPSG datum code: 6279
        • EPSG datum name: OS (SN) 1980
        • Ellipsoid name: Airy 1830
        • Prime meridian name: Greenwich
        • CRS using the datum: OS(SN)80
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testOSGB70

        public void testOSGB70()
                        throws FactoryException
        Tests “OSGB 1970 (SN)” geodetic datum creation from the factory.
        • EPSG datum code: 6278
        • EPSG datum name: OSGB 1970 (SN)
        • Ellipsoid name: Airy 1830
        • Prime meridian name: Greenwich
        • CRS using the datum: OSGB70
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testOSNI1952

        public void testOSNI1952()
                          throws FactoryException
        Tests “OSNI 1952” geodetic datum creation from the factory.
        • EPSG datum code: 6188
        • EPSG datum name: OSNI 1952
        • Ellipsoid name: Airy 1830
        • Prime meridian name: Greenwich
        • CRS using the datum: OSNI 1952
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPalestine

        public void testPalestine()
                           throws FactoryException
        Tests “Palestine 1923” geodetic datum creation from the factory.
        • EPSG datum code: 6281
        • EPSG datum name: Palestine 1923
        • Ellipsoid name: Clarke 1880 (Benoit)
        • Prime meridian name: Greenwich
        • CRS using the datum: Palestine 1923
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPampaDelCastillo

        public void testPampaDelCastillo()
                                  throws FactoryException
        Tests “Pampa del Castillo” geodetic datum creation from the factory.
        • EPSG datum code: 6161
        • EPSG datum name: Pampa del Castillo
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Pampa del Castillo
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPD83

        public void testPD83()
                      throws FactoryException
        Tests “Potsdam Datum/83” geodetic datum creation from the factory.
        • EPSG datum code: 6746
        • EPSG datum name: Potsdam Datum/83
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: PD/83
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPerroud

        public void testPerroud()
                         throws FactoryException
        Tests “Pointe Geologie Perroud 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6637
        • EPSG datum name: Pointe Geologie Perroud 1950
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Perroud 1950
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPetrels

        public void testPetrels()
                         throws FactoryException
        Tests “Petrels 1972” geodetic datum creation from the factory.
        • EPSG datum code: 6636
        • EPSG datum name: Petrels 1972
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Petrels 1972
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPhoenixIslands

        public void testPhoenixIslands()
                                throws FactoryException
        Tests “Phoenix Islands 1966” geodetic datum creation from the factory.
        • EPSG datum code: 6716
        • EPSG datum name: Phoenix Islands 1966
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Phoenix Islands 1966
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPicoDeLasNieves

        public void testPicoDeLasNieves()
                                 throws FactoryException
        Tests “Pico de las Nieves 1984” geodetic datum creation from the factory.
        • EPSG datum code: 6728
        • EPSG datum name: Pico de las Nieves 1984
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Pico de las Nieves 1984
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPitcairn1967

        public void testPitcairn1967()
                              throws FactoryException
        Tests “Pitcairn 1967” geodetic datum creation from the factory.
        • EPSG datum code: 6729
        • EPSG datum name: Pitcairn 1967
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Pitcairn 1967
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPitcairn2006

        public void testPitcairn2006()
                              throws FactoryException
        Tests “Pitcairn 2006” geodetic datum creation from the factory.
        • EPSG datum code: 6763
        • EPSG datum name: Pitcairn 2006
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: Pitcairn 2006
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPoint58

        public void testPoint58()
                         throws FactoryException
        Tests “Point 58” geodetic datum creation from the factory.
        • EPSG datum code: 6620
        • EPSG datum name: Point 58
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Point 58
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPopularVisualisation

        public void testPopularVisualisation()
                                      throws FactoryException
        Tests “Popular Visualisation Datum” geodetic datum creation from the factory (deprecated). This is test is executed only if AuthorityFactoryTestCase.isDeprecatedObjectCreationSupported is true.
        • EPSG datum code: 6055
        • EPSG datum name: Popular Visualisation Datum
        • Ellipsoid name: Popular Visualisation Sphere
        • Prime meridian name: Greenwich
        • CRS using the datum: Popular Visualisation CRS
        • Deprecated: OGP revised its approach to description of Popular Visualisation CRS.
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPortoSanto1936

        public void testPortoSanto1936()
                                throws FactoryException
        Tests “Porto Santo 1936” geodetic datum creation from the factory.
        • EPSG datum code: 6615
        • EPSG datum name: Porto Santo 1936
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Porto Santo
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPortoSanto1995

        public void testPortoSanto1995()
                                throws FactoryException
        Tests “Porto Santo 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6663
        • EPSG datum name: Porto Santo 1995
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Porto Santo 1995
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPuertoRico

        public void testPuertoRico()
                            throws FactoryException
        Tests “Puerto Rico” geodetic datum creation from the factory.
        • EPSG datum code: 6139
        • EPSG datum name: Puerto Rico
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Puerto Rico
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPulkovo1995

        public void testPulkovo1995()
                             throws FactoryException
        Tests “Pulkovo 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6200
        • EPSG datum name: Pulkovo 1995
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Pulkovo 1995
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testPZ90

        public void testPZ90()
                      throws FactoryException
        Tests “Parametrop Zemp 1990” geodetic datum creation from the factory.
        • EPSG datum code: 6740
        • EPSG datum name: Parametry Zemli 1990
        • Ellipsoid name: PZ-90
        • Prime meridian name: Greenwich
        • CRS using the datum: PZ-90
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testQornoq

        public void testQornoq()
                        throws FactoryException
        Tests “Qornoq 1927” geodetic datum creation from the factory.
        • EPSG datum code: 6194
        • EPSG datum name: Qornoq 1927
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Qornoq 1927
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRassadiran

        public void testRassadiran()
                            throws FactoryException
        Tests “Rassadiran” geodetic datum creation from the factory.
        • EPSG datum code: 6153
        • EPSG datum name: Rassadiran
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Rassadiran
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRD83

        public void testRD83()
                      throws FactoryException
        Tests “Rauenberg Datum/83” geodetic datum creation from the factory.
        • EPSG datum code: 6745
        • EPSG datum name: Rauenberg Datum/83
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: RD/83
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testReunion

        public void testReunion()
                         throws FactoryException
        Tests “Reunion 1947” geodetic datum creation from the factory.
        • EPSG datum code: 6626
        • EPSG datum name: Reunion 1947
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Reunion 1947
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testReykjavik

        public void testReykjavik()
                           throws FactoryException
        Tests “Reykjavik 1900” geodetic datum creation from the factory.
        • EPSG datum code: 6657
        • EPSG datum name: Reykjavik 1900
        • Ellipsoid name: Danish 1876
        • Prime meridian name: Greenwich
        • CRS using the datum: Reykjavik 1900
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRGFG95

        public void testRGFG95()
                        throws FactoryException
        Tests “Reseau Geodesique Francais Guyane 1995” geodetic datum creation from the factory.
        • EPSG datum code: 6624
        • EPSG datum name: Reseau Geodesique Francais Guyane 1995
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RGFG95
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRGNC9193

        public void testRGNC9193()
                          throws FactoryException
        Tests “Reseau Geodesique de Nouvelle Caledonie 91-93” geodetic datum creation from the factory.
        • EPSG datum code: 6749
        • EPSG datum name: Reseau Geodesique de Nouvelle Caledonie 91-93
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RGNC91-93
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRGPF

        public void testRGPF()
                      throws FactoryException
        Tests “Reseau Geodesique de la Polynesie Francaise” geodetic datum creation from the factory.
        • EPSG datum code: 6687
        • EPSG datum name: Reseau Geodesique de la Polynesie Francaise
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RGPF
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRGR92

        public void testRGR92()
                       throws FactoryException
        Tests “Reseau Geodesique de la Reunion 1992” geodetic datum creation from the factory.
        • EPSG datum code: 6627
        • EPSG datum name: Reseau Geodesique de la Reunion 1992
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RGR92
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRRAF1991

        public void testRRAF1991()
                          throws FactoryException
        Tests “Reseau de Reference des Antilles Francaises 1991” geodetic datum creation from the factory.
        • EPSG datum code: 1047
        • EPSG datum name: Reseau de Reference des Antilles Francaises 1991
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RRAF 1991
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRSRGD2000

        public void testRSRGD2000()
                           throws FactoryException
        Tests “Ross Sea Region Geodetic Datum 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6764
        • EPSG datum name: Ross Sea Region Geodetic Datum 2000
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: RSRGD2000
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRT38

        public void testRT38()
                      throws FactoryException
        Tests “Stockholm 1938” geodetic datum creation from the factory.
        • EPSG datum code: 6308
        • EPSG datum name: Stockholm 1938
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: RT38
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRT38_Stockholm

        public void testRT38_Stockholm()
                                throws FactoryException
        Tests “Stockholm 1938 (Stockholm)” geodetic datum creation from the factory.
        • EPSG datum code: 6814
        • EPSG datum name: Stockholm 1938 (Stockholm)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Stockholm
        • CRS using the datum: RT38 (Stockholm)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testRT90

        public void testRT90()
                      throws FactoryException
        Tests “Rikets koordinatsystem 1990” geodetic datum creation from the factory.
        • EPSG datum code: 6124
        • EPSG datum name: Rikets koordinatsystem 1990
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: RT90
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSaintPierreEtMiquelon

        public void testSaintPierreEtMiquelon()
                                       throws FactoryException
        Tests “Saint Pierre et Miquelon 1950” geodetic datum creation from the factory.
        • EPSG datum code: 6638
        • EPSG datum name: Saint Pierre et Miquelon 1950
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Saint Pierre et Miquelon 1950
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSanto

        public void testSanto()
                       throws FactoryException
        Tests “Santo 1965” geodetic datum creation from the factory.
        • EPSG datum code: 6730
        • EPSG datum name: Santo 1965
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Santo 1965
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSapperHill

        public void testSapperHill()
                            throws FactoryException
        Tests “Sapper Hill 1943” geodetic datum creation from the factory.
        • EPSG datum code: 6292
        • EPSG datum name: Sapper Hill 1943
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Sapper Hill 1943
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testScoresbysund

        public void testScoresbysund()
                              throws FactoryException
        Tests “Scoresbysund 1952” geodetic datum creation from the factory.
        • EPSG datum code: 6195
        • EPSG datum name: Scoresbysund 1952
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Scoresbysund 1952
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSegara

        public void testSegara()
                        throws FactoryException
        Tests “Gunung Segara” geodetic datum creation from the factory.
        • EPSG datum code: 6613
        • EPSG datum name: Gunung Segara
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Segara
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSegara_Jakarta

        public void testSegara_Jakarta()
                                throws FactoryException
        Tests “Gunung Segara (Jakarta)” geodetic datum creation from the factory.
        • EPSG datum code: 6820
        • EPSG datum name: Gunung Segara (Jakarta)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Jakarta
        • CRS using the datum: Segara (Jakarta)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSelvagemGrande

        public void testSelvagemGrande()
                                throws FactoryException
        Tests “Selvagem Grande” geodetic datum creation from the factory.
        • EPSG datum code: 6616
        • EPSG datum name: Selvagem Grande
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Selvagem Grande
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSerindung

        public void testSerindung()
                           throws FactoryException
        Tests “Serindung” geodetic datum creation from the factory.
        • EPSG datum code: 6295
        • EPSG datum name: Serindung
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Serindung
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSierraLeone1924

        public void testSierraLeone1924()
                                 throws FactoryException
        Tests “Sierra Leone Colony 1924” geodetic datum creation from the factory.
        • EPSG datum code: 6174
        • EPSG datum name: Sierra Leone Colony 1924
        • Ellipsoid name: War Office
        • Prime meridian name: Greenwich
        • CRS using the datum: Sierra Leone 1924
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSierraLeone1968

        public void testSierraLeone1968()
                                 throws FactoryException
        Tests “Sierra Leone 1968” geodetic datum creation from the factory.
        • EPSG datum code: 6175
        • EPSG datum name: Sierra Leone 1968
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: Sierra Leone 1968
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSJTSK

        public void testSJTSK()
                       throws FactoryException
        Tests “System of the Unified Trigonometrical Cadastral Network” geodetic datum creation from the factory.
        • EPSG datum code: 6156
        • EPSG datum name: System of the Unified Trigonometrical Cadastral Network
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: S-JTSK
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSJTSK_Ferro

        public void testSJTSK_Ferro()
                             throws FactoryException
        Tests “System of the Unified Trigonometrical Cadastral Network (Ferro)” geodetic datum creation from the factory.
        • EPSG datum code: 6818
        • EPSG datum name: System of the Unified Trigonometrical Cadastral Network (Ferro)
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Ferro
        • CRS using the datum: S-JTSK (Ferro)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSlovenia

        public void testSlovenia()
                          throws FactoryException
        Tests “Slovenia Geodetic Datum 1996” geodetic datum creation from the factory.
        • EPSG datum code: 6765
        • EPSG datum name: Slovenia Geodetic Datum 1996
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: Slovenia 1996
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSolomon

        public void testSolomon()
                         throws FactoryException
        Tests “Solomon 1968” geodetic datum creation from the factory.
        • EPSG datum code: 6718
        • EPSG datum name: Solomon 1968
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Solomon 1968
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSouthGeorgia

        public void testSouthGeorgia()
                              throws FactoryException
        Tests “South Georgia 1968” geodetic datum creation from the factory.
        • EPSG datum code: 6722
        • EPSG datum name: South Georgia 1968
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: South Georgia 1968
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSouthYemen

        public void testSouthYemen()
                            throws FactoryException
        Tests “South Yemen” geodetic datum creation from the factory.
        • EPSG datum code: 6164
        • EPSG datum name: South Yemen
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: South Yemen
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStGeorgeIsland

        public void testStGeorgeIsland()
                                throws FactoryException
        Tests “St. George Island” geodetic datum creation from the factory.
        • EPSG datum code: 6138
        • EPSG datum name: St. George Island
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: St. George Island
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStHelena

        public void testStHelena()
                          throws FactoryException
        Tests “Astro DOS 71” geodetic datum creation from the factory.
        • EPSG datum code: 6710
        • EPSG datum name: St. Helena 1971
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: St. Helena 1971
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStKitts

        public void testStKitts()
                         throws FactoryException
        Tests “St. Kitts 1955” geodetic datum creation from the factory.
        • EPSG datum code: 6605
        • EPSG datum name: St. Kitts 1955
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: St. Kitts 1955
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStLawrenceIsland

        public void testStLawrenceIsland()
                                  throws FactoryException
        Tests “St. Lawrence Island” geodetic datum creation from the factory.
        • EPSG datum code: 6136
        • EPSG datum name: St. Lawrence Island
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: St. Lawrence Island
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStLucia

        public void testStLucia()
                         throws FactoryException
        Tests “St. Lucia 1955” geodetic datum creation from the factory.
        • EPSG datum code: 6606
        • EPSG datum name: St. Lucia 1955
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: St. Lucia 1955
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStPaulIsland

        public void testStPaulIsland()
                              throws FactoryException
        Tests “St. Paul Island” geodetic datum creation from the factory.
        • EPSG datum code: 6137
        • EPSG datum name: St. Paul Island
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: St. Paul Island
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testStVincent

        public void testStVincent()
                           throws FactoryException
        Tests “St. Vincent 1945” geodetic datum creation from the factory.
        • EPSG datum code: 6607
        • EPSG datum name: St. Vincent 1945
        • Ellipsoid name: Clarke 1880 (RGS)
        • Prime meridian name: Greenwich
        • CRS using the datum: St. Vincent 1945
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testBelep

        public void testBelep()
                       throws FactoryException
        Tests “ST71 Belep” geodetic datum creation from the factory.
        • EPSG datum code: 6643
        • EPSG datum name: ST71 Belep
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ST71 Belep
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testIleDesPins

        public void testIleDesPins()
                            throws FactoryException
        Tests “ST84 Ile des Pins” geodetic datum creation from the factory.
        • EPSG datum code: 6642
        • EPSG datum name: ST84 Ile des Pins
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: ST84 Ile des Pins
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testOuvea

        public void testOuvea()
                       throws FactoryException
        Tests “ST87 Ouvea” geodetic datum creation from the factory.
        • EPSG datum code: 6750
        • EPSG datum name: ST87 Ouvea
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: ST87 Ouvea
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSVY21

        public void testSVY21()
                       throws FactoryException
        Tests “SVY21” geodetic datum creation from the factory.
        • EPSG datum code: 6757
        • EPSG datum name: SVY21
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: SVY21
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testSWEREF99

        public void testSWEREF99()
                          throws FactoryException
        Tests “SWEREF99” geodetic datum creation from the factory.
        • EPSG datum code: 6619
        • EPSG datum name: SWEREF99
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: SWEREF99
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTahaa

        public void testTahaa()
                       throws FactoryException
        Tests “Tahaa 54” geodetic datum creation from the factory.
        • EPSG datum code: 6629
        • EPSG datum name: Tahaa 54
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Tahaa 54
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTahiti52

        public void testTahiti52()
                          throws FactoryException
        Tests “Tahiti 52” geodetic datum creation from the factory.
        • EPSG datum code: 6628
        • EPSG datum name: Tahiti 52
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Tahiti 52
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTahiti79

        public void testTahiti79()
                          throws FactoryException
        Tests “Tahiti 79” geodetic datum creation from the factory.
        • EPSG datum code: 6690
        • EPSG datum name: Tahiti 79
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Tahiti 79
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTernIsland

        public void testTernIsland()
                            throws FactoryException
        Tests “Tern Island 1961” geodetic datum creation from the factory.
        • EPSG datum code: 6707
        • EPSG datum name: Tern Island 1961
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Tern Island 1961
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTete

        public void testTete()
                      throws FactoryException
        Tests “Tete” geodetic datum creation from the factory.
        • EPSG datum code: 6127
        • EPSG datum name: Tete
        • Ellipsoid name: Clarke 1866
        • Prime meridian name: Greenwich
        • CRS using the datum: Tete
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTM65

        public void testTM65()
                      throws FactoryException
        Tests “TM65” geodetic datum creation from the factory.
        • EPSG datum code: 6299
        • EPSG datum name: TM65
        • Ellipsoid name: Airy Modified 1849
        • Prime meridian name: Greenwich
        • CRS using the datum: TM65
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTM75

        public void testTM75()
                      throws FactoryException
        Tests “Geodetic Datum of 1965” geodetic datum creation from the factory.
        • EPSG datum code: 6300
        • EPSG datum name: Geodetic Datum of 1965
        • Ellipsoid name: Airy Modified 1849
        • Prime meridian name: Greenwich
        • CRS using the datum: TM75
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTokyo

        public void testTokyo()
                       throws FactoryException
        Tests “Tokyo” geodetic datum creation from the factory.
        • EPSG datum code: 6301
        • EPSG datum name: Tokyo
        • Ellipsoid name: Bessel 1841
        • Prime meridian name: Greenwich
        • CRS using the datum: Tokyo
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTristan

        public void testTristan()
                         throws FactoryException
        Tests “Tristan 1968” geodetic datum creation from the factory.
        • EPSG datum code: 6734
        • EPSG datum name: Tristan 1968
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Tristan 1968
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTWD67

        public void testTWD67()
                       throws FactoryException
        Tests “Taiwan Datum 1967” geodetic datum creation from the factory.
        • EPSG datum code: 1025
        • EPSG datum name: Taiwan Datum 1967
        • Ellipsoid name: GRS 1967 Modified
        • Prime meridian name: Greenwich
        • CRS using the datum: TWD67
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testTWD97

        public void testTWD97()
                       throws FactoryException
        Tests “Taiwan Datum 1997” geodetic datum creation from the factory.
        • EPSG datum code: 1026
        • EPSG datum name: Taiwan Datum 1997
        • Ellipsoid name: GRS 1980
        • Prime meridian name: Greenwich
        • CRS using the datum: TWD97
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVanuaLevu

        public void testVanuaLevu()
                           throws FactoryException
        Tests “Vanua Levu 1915” geodetic datum creation from the factory.
        • EPSG datum code: 6748
        • EPSG datum name: Vanua Levu 1915
        • Ellipsoid name: Clarke 1880 (international foot)
        • Prime meridian name: Greenwich
        • CRS using the datum: Vanua Levu 1915
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVientiane

        public void testVientiane()
                           throws FactoryException
        Tests “Vientiane 1982” geodetic datum creation from the factory.
        • EPSG datum code: 6676
        • EPSG datum name: Vientiane 1982
        • Ellipsoid name: Krassowsky 1940
        • Prime meridian name: Greenwich
        • CRS using the datum: Vientiane 1982
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVitiLevu

        public void testVitiLevu()
                          throws FactoryException
        Tests “Viti Levu 1912” geodetic datum creation from the factory.
        • EPSG datum code: 6752
        • EPSG datum name: Viti Levu 1912
        • Ellipsoid name: Clarke 1880 (international foot)
        • Prime meridian name: Greenwich
        • CRS using the datum: Viti Levu 1912
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVN2000

        public void testVN2000()
                        throws FactoryException
        Tests “Vietnam 2000” geodetic datum creation from the factory.
        • EPSG datum code: 6756
        • EPSG datum name: Vietnam 2000
        • Ellipsoid name: WGS 84
        • Prime meridian name: Greenwich
        • CRS using the datum: VN-2000
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVoirol1879

        public void testVoirol1879()
                            throws FactoryException
        Tests “Voirol 1879” geodetic datum creation from the factory.
        • EPSG datum code: 6671
        • EPSG datum name: Voirol 1879
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Voirol 1879
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testVoirol1879_Paris

        public void testVoirol1879_Paris()
                                  throws FactoryException
        Tests “Voirol 1879 (Paris)” geodetic datum creation from the factory.
        • EPSG datum code: 6821
        • EPSG datum name: Voirol 1879 (Paris)
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Paris
        • CRS using the datum: Voirol 1879 (Paris)
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testWakeIsland

        public void testWakeIsland()
                            throws FactoryException
        Tests “Wake Island 1952” geodetic datum creation from the factory.
        • EPSG datum code: 6733
        • EPSG datum name: Wake Island 1952
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Wake Island 1952
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testWGS66

        public void testWGS66()
                       throws FactoryException
        Tests “World Geodetic System 1966” geodetic datum creation from the factory.
        • EPSG datum code: 6760
        • EPSG datum name: World Geodetic System 1966
        • Ellipsoid name: NWL 9D
        • Prime meridian name: Greenwich
        • CRS using the datum: WGS 66
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testYacare

        public void testYacare()
                        throws FactoryException
        Tests “Yacare” geodetic datum creation from the factory.
        • EPSG datum code: 6309
        • EPSG datum name: Yacare
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Yacare
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testYoff

        public void testYoff()
                      throws FactoryException
        Tests “Yoff” geodetic datum creation from the factory.
        • EPSG datum code: 6310
        • EPSG datum name: Yoff
        • Ellipsoid name: Clarke 1880 (IGN)
        • Prime meridian name: Greenwich
        • CRS using the datum: Yoff
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.
      • testZanderij

        public void testZanderij()
                          throws FactoryException
        Tests “Zanderij” geodetic datum creation from the factory.
        • EPSG datum code: 6311
        • EPSG datum name: Zanderij
        • Ellipsoid name: International 1924
        • Prime meridian name: Greenwich
        • CRS using the datum: Zanderij
        Throws:
        FactoryException - if an error occurred while creating the datum or a CRS from the EPSG code.