Verifies reference geodetic datums and CRSs bundled with the geoscience software.
Each test method in this class instantiate exactly one
GeodeticDatum
.
Test method: | Compare geodetic datum definitions included in the geoscience software against the EPSG Dataset. |
---|---|
Test data: | GIGS_lib_2204_GeodeticDatum.txt
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 predefined value (in this example International 1924). |
Tested API: | DatumAuthorityFactory.createGeodeticDatum(String) . |
Expected result: | Definitions bundled with the software should have the same name and associated ellipsoid and prime meridian as in the EPSG Dataset. |
Usage example
in order to specify their factories and run the tests in a JUnit framework, implementers can define a subclass in their own test suite as in the example below:public class MyTest extends Test2204 {
public MyTest() {
super(new MyDatumAuthorityFactory());
}
}
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DatumAuthorityFactory
Factory to use for buildingGeodeticDatum
instances, ornull
if none.The name of the expected ellipsoid.The name of the expected prime meridian. -
Constructor Summary
ConstructorsConstructorDescriptionTest2204
(DatumAuthorityFactory datumFactory) Creates a new test using the given factories. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Tests “Hungarian Datum 1909” geodetic datum creation from the factory.void
Tests “Taiwan Datum 1967” geodetic datum creation from the factory.void
Tests “Taiwan Datum 1997” geodetic datum creation from the factory.void
Tests “Reseau de Reference des Antilles Francaises 1991” geodetic datum creation from the factory.void
Tests “Greek” geodetic datum creation from the factory.void
Tests “Greek Geodetic Reference System 1987” geodetic datum creation from the factory.void
Tests “Average Terrestrial System 1977” geodetic datum creation from the factory.void
Tests “Kartastokoordinaattijarjestelma (1966)” geodetic datum creation from the factory.void
Tests “Rikets koordinatsystem 1990” geodetic datum creation from the factory.void
Tests “Lithuania 1994 (ETRS89)” geodetic datum creation from the factory.void
Tests “Tete” geodetic datum creation from the factory.void
Tests “Madzansua” geodetic datum creation from the factory.void
Tests “Observatario” geodetic datum creation from the factory.void
Tests “Moznet (ITRF94)” geodetic datum creation from the factory.void
Tests “Indian 1960” geodetic datum creation from the factory.void
Tests “Final Datum 1958” geodetic datum creation from the factory.void
Tests “Estonia 1992” geodetic datum creation from the factory.void
Tests “PDO Survey Datum 1993” geodetic datum creation from the factory.void
Tests “Old Hawaiian” geodetic datum creation from the factory.void
Tests “St.void
Tests “St.void
Tests “St.void
Tests “Puerto Rico” geodetic datum creation from the factory.void
Tests “NAD83 Canadian Spatial Reference System” geodetic datum creation from the factory.void
Tests “Israel 1993” geodetic datum creation from the factory.void
Tests “Locodjo 1965” geodetic datum creation from the factory.void
Tests “Abidjan 1987” geodetic datum creation from the factory.void
Tests “Kalianpur 1937” geodetic datum creation from the factory.void
Tests “Kalianpur 1962” geodetic datum creation from the factory.void
Tests “Kalianpur 1975” geodetic datum creation from the factory.void
Tests “Hanoi 1972” geodetic datum creation from the factory.void
Tests “Hartebeesthoek94” geodetic datum creation from the factory.void
Tests “CH1903” geodetic datum creation from the factory.void
Tests “CH1903+” geodetic datum creation from the factory.void
Tests “Swiss Terrestrial Reference Frame 1995” geodetic datum creation from the factory.void
Tests “NAD83 (High Accuracy Regional Network)” geodetic datum creation from the factory.void
Tests “Rassadiran” geodetic datum creation from the factory.void
Tests “European Datum 1950(1977)” geodetic datum creation from the factory.void
Tests “Dabola 1981” geodetic datum creation from the factory.void
Tests “System of the Unified Trigonometrical Cadastral Network” geodetic datum creation from the factory.void
Tests “Mount Dillon” geodetic datum creation from the factory.void
Tests “Naparima 1955” geodetic datum creation from the factory.void
Tests “European Libyan Datum 1979” geodetic datum creation from the factory.void
Tests “Chos Malal 1914” geodetic datum creation from the factory.void
Tests “Pampa del Castillo” geodetic datum creation from the factory.void
Tests “Korean Datum 1985” geodetic datum creation from the factory.void
Tests “Yemen National Geodetic Network 1996” geodetic datum creation from the factory.void
Tests “South Yemen” geodetic datum creation from the factory.void
Tests “Bissau” geodetic datum creation from the factory.void
Tests “Korean Datum 1995” geodetic datum creation from the factory.void
Tests “New Zealand Geodetic Datum 2000” geodetic datum creation from the factory.void
Tests “Accra” geodetic datum creation from the factory.void
Tests “American Samoa 1962” geodetic datum creation from the factory.void
Tests “Sistema de Referencia Geocentrico para America del Sur 1995” geodetic datum creation from the factory.void
Tests “Reseau Geodesique Francais 1993” geodetic datum creation from the factory.void
Tests “IRENET95” geodetic datum creation from the factory.void
Tests “Sierra Leone Colony 1924” geodetic datum creation from the factory.void
Tests “Sierra Leone 1968” geodetic datum creation from the factory.void
Tests “Australian Antarctic Datum 1998” geodetic datum creation from the factory.void
Tests “Pulkovo 1942(83)” geodetic datum creation from the factory.void
Tests “Pulkovo 1942(58)” geodetic datum creation from the factory.void
Tests “Estonia 1997” geodetic datum creation from the factory.void
Tests “Luxembourg 1930” geodetic datum creation from the factory.void
Tests “Azores Occidental Islands 1939” geodetic datum creation from the factory.void
Tests “Azores Central Islands 1948” geodetic datum creation from the factory.void
Tests “Azores Oriental Islands 1940” geodetic datum creation from the factory.void
Tests “OSNI 1952” geodetic datum creation from the factory.void
Tests “Red Geodesica Venezolana” geodetic datum creation from the factory.void
Tests “Posiciones Geodesicas Argentinas 1998” geodetic datum creation from the factory.void
Tests “Albanian 1987” geodetic datum creation from the factory.void
Tests “Douala 1948” geodetic datum creation from the factory.void
Tests “Manoca 1962” geodetic datum creation from the factory.void
Tests “Qornoq 1927” geodetic datum creation from the factory.void
Tests “Scoresbysund 1952” geodetic datum creation from the factory.void
Tests “Ammassalik 1958” geodetic datum creation from the factory.void
Tests “Garoua” geodetic datum creation from the factory.void
Tests “Kousseri” geodetic datum creation from the factory.void
Tests “Egypt 1930” geodetic datum creation from the factory.void
Tests “Pulkovo 1995” geodetic datum creation from the factory.void
Tests “Adindan” geodetic datum creation from the factory.void
Tests “Australian Geodetic Datum 1966” geodetic datum creation from the factory.void
Tests “Australian Geodetic Datum 1984” geodetic datum creation from the factory.void
Tests “Ain el Abd 1970” geodetic datum creation from the factory.void
Tests “Afgooye” geodetic datum creation from the factory.void
Tests “Agadez” geodetic datum creation from the factory.void
Tests “Lisbon 1937” geodetic datum creation from the factory.void
Tests “Aratu” geodetic datum creation from the factory.void
Tests “Arc 1950” geodetic datum creation from the factory.void
Tests “Arc 1960” geodetic datum creation from the factory.void
Tests “Batavia” geodetic datum creation from the factory.void
Tests “Barbados 1938” geodetic datum creation from the factory.void
Tests “Beduaram” geodetic datum creation from the factory.void
Tests “Beijing 1954” geodetic datum creation from the factory.void
Tests “Reseau National Belge 1950” geodetic datum creation from the factory.void
Tests “Bermuda 1957” geodetic datum creation from the factory.void
Tests “Bogota 1975” geodetic datum creation from the factory.void
Tests “Bukit Rimpah” geodetic datum creation from the factory.void
Tests “Camacupa 1948” geodetic datum creation from the factory.void
Tests “Campo Inchauspe” geodetic datum creation from the factory.void
Tests “Cape” geodetic datum creation from the factory.void
Tests “Carthage” geodetic datum creation from the factory.void
Tests “Chua” geodetic datum creation from the factory.void
Tests “Corrego Alegre 1970-72” geodetic datum creation from the factory.void
Tests “Deir ez Zor” geodetic datum creation from the factory.void
Tests “Egypt 1907” geodetic datum creation from the factory.void
Tests “European Datum 1950” geodetic datum creation from the factory.void
Tests “European Datum 1987” geodetic datum creation from the factory.void
Tests “Fahud” geodetic datum creation from the factory.void
Tests “Hu Tzu Shan 1950” geodetic datum creation from the factory.void
Tests “Hungarian Datum 1972” geodetic datum creation from the factory.void
Tests “Indonesian Datum 1974” geodetic datum creation from the factory.void
Tests “Indian 1954” geodetic datum creation from the factory.void
Tests “Indian 1975” geodetic datum creation from the factory.void
Tests “Jamaica 1875” geodetic datum creation from the factory.void
Tests “Jamaica 1969” geodetic datum creation from the factory.void
Tests “Kalianpur 1880” geodetic datum creation from the factory.void
Tests “Kandawala” geodetic datum creation from the factory.void
Tests “Kertau 1968” geodetic datum creation from the factory.void
Tests “Kuwait Oil Company” geodetic datum creation from the factory.void
Tests “La Canoa” geodetic datum creation from the factory.void
Tests “Provisional South American Datum 1956” geodetic datum creation from the factory.void
Tests “Lake” geodetic datum creation from the factory.void
Tests “Leigon” geodetic datum creation from the factory.void
Tests “Liberia 1964” geodetic datum creation from the factory.void
Tests “Lome” geodetic datum creation from the factory.void
Tests “Luzon 1911” geodetic datum creation from the factory.void
Tests “Hito XVIII 1963” geodetic datum creation from the factory.void
Tests “Herat North” geodetic datum creation from the factory.void
Tests “Mahe 1971” geodetic datum creation from the factory.void
Tests “Makassar” geodetic datum creation from the factory.void
Tests “European Terrestrial Reference System 1989” geodetic datum creation from the factory.void
Tests “Malongo 1987” geodetic datum creation from the factory.void
Tests “Merchich” geodetic datum creation from the factory.void
Tests “Massawa” geodetic datum creation from the factory.void
Tests “Minna” geodetic datum creation from the factory.void
Tests “Monte Mario” geodetic datum creation from the factory.void
Tests “M'poraloko” geodetic datum creation from the factory.void
Tests “North American Datum 1927” geodetic datum creation from the factory.void
Tests “North American Datum 1983” geodetic datum creation from the factory.void
Tests “Nahrwan 1967” geodetic datum creation from the factory.void
Tests “Naparima 1972” geodetic datum creation from the factory.void
Tests “New Zealand Geodetic Datum 1949” geodetic datum creation from the factory.void
Tests “NGO 1948” geodetic datum creation from the factory.void
Tests “Datum 73” geodetic datum creation from the factory.void
Tests “Nouvelle Triangulation Francaise” geodetic datum creation from the factory.void
Tests “NSWC 9Z-2” geodetic datum creation from the factory.void
Tests “Ordnance Survey of Great Britain 1936” geodetic datum creation from the factory.void
Tests “OSGB 1970 (SN)” geodetic datum creation from the factory.void
Tests “OS (SN) 1980” geodetic datum creation from the factory.void
Tests “Palestine 1923” geodetic datum creation from the factory.void
Tests “Congo 1960 Pointe Noire” geodetic datum creation from the factory.void
Tests “Geocentric Datum of Australia 1994” geodetic datum creation from the factory.void
Tests “Pulkovo 1942” geodetic datum creation from the factory.void
Tests “Qatar 1974” geodetic datum creation from the factory.void
Tests “Qatar 1948” geodetic datum creation from the factory.void
Tests “Loma Quintana” geodetic datum creation from the factory.void
Tests “Amersfoort” geodetic datum creation from the factory.void
Tests “Sapper Hill 1943” geodetic datum creation from the factory.void
Tests “Schwarzeck” geodetic datum creation from the factory.void
Tests “Serindung” geodetic datum creation from the factory.void
Tests “Tananarive 1925” geodetic datum creation from the factory.void
Tests “Timbalai 1948” geodetic datum creation from the factory.void
Tests “TM65” geodetic datum creation from the factory.void
Tests “Geodetic Datum of 1965” geodetic datum creation from the factory.void
Tests “Tokyo” geodetic datum creation from the factory.void
Tests “Trinidad 1903” geodetic datum creation from the factory.void
Tests “Trucial Coast 1948” geodetic datum creation from the factory.void
Tests “Voirol 1875” geodetic datum creation from the factory.void
Tests “Bern 1938” geodetic datum creation from the factory.void
Tests “Nord Sahara 1959” geodetic datum creation from the factory.void
Tests “Stockholm 1938” geodetic datum creation from the factory.void
Tests “Yacare” geodetic datum creation from the factory.void
Tests “Yoff” geodetic datum creation from the factory.void
Tests “Zanderij” geodetic datum creation from the factory.void
Tests “Militar-Geographische Institut” geodetic datum creation from the factory.void
Tests “Reseau National Belge 1972” geodetic datum creation from the factory.void
Tests “Deutsches Hauptdreiecksnetz” geodetic datum creation from the factory.void
Tests “Conakry 1905” geodetic datum creation from the factory.void
Tests “Dealul Piscului 1930” geodetic datum creation from the factory.void
Tests “National Geodetic Network” geodetic datum creation from the factory.void
Tests “Kuwait Utility” geodetic datum creation from the factory.void
Tests “World Geodetic System 1972” geodetic datum creation from the factory.void
Tests “WGS 72 Transit Broadcast Ephemeris” geodetic datum creation from the factory.void
Tests “World Geodetic System 1984” geodetic datum creation from the factory.void
Tests “Anguilla 1957” geodetic datum creation from the factory.void
Tests “Antigua 1943” geodetic datum creation from the factory.void
Tests “Dominica 1945” geodetic datum creation from the factory.void
Tests “Grenada 1953” geodetic datum creation from the factory.void
Tests “Montserrat 1958” geodetic datum creation from the factory.void
Tests “St.void
Tests “St.void
Tests “St.void
Tests “North American Datum 1927 (1976)” geodetic datum creation from the factory.void
Tests “North American Datum 1927 (CGQ77)” geodetic datum creation from the factory.void
Tests “Xian 1980” geodetic datum creation from the factory.void
Tests “Hong Kong 1980” geodetic datum creation from the factory.void
Tests “Japanese Geodetic Datum 2000” geodetic datum creation from the factory.void
Tests “Gunung Segara” geodetic datum creation from the factory.void
Tests “Qatar National Datum 1995” geodetic datum creation from the factory.void
Tests “Porto Santo 1936” geodetic datum creation from the factory.void
Tests “Selvagem Grande” geodetic datum creation from the factory.void
Tests “South American Datum 1969” geodetic datum creation from the factory.void
Tests “SWEREF99” geodetic datum creation from the factory.void
Tests “Point 58” geodetic datum creation from the factory.void
Tests “Fort Marigot” geodetic datum creation from the factory.void
Tests “Guadeloupe 1948” geodetic datum creation from the factory.void
Tests “Centre Spatial Guyanais 1967” geodetic datum creation from the factory.void
Tests “Reseau Geodesique Francais Guyane 1995” geodetic datum creation from the factory.void
Tests “Martinique 1938” geodetic datum creation from the factory.void
Tests “Reunion 1947” geodetic datum creation from the factory.void
Tests “Reseau Geodesique de la Reunion 1992” geodetic datum creation from the factory.void
Tests “Tahiti 52” geodetic datum creation from the factory.void
Tests “Tahaa 54” geodetic datum creation from the factory.void
Tests “IGN72 Nuku Hiva” geodetic datum creation from the factory.void
Tests “Combani 1950” geodetic datum creation from the factory.void
Tests “IGN56 Lifou” geodetic datum creation from the factory.void
Tests “IGN72 Grande Terre” geodetic datum creation from the factory.void
Tests “Petrels 1972” geodetic datum creation from the factory.void
Tests “Pointe Geologie Perroud 1950” geodetic datum creation from the factory.void
Tests “Saint Pierre et Miquelon 1950” geodetic datum creation from the factory.void
Tests “MOP78” geodetic datum creation from the factory.void
Tests “IGN53 Mare” geodetic datum creation from the factory.void
Tests “ST84 Ile des Pins” geodetic datum creation from the factory.void
Tests “ST71 Belep” geodetic datum creation from the factory.void
Tests “NEA74 Noumea” geodetic datum creation from the factory.void
Tests “Grand Comoros” geodetic datum creation from the factory.void
Tests “Reykjavik 1900” geodetic datum creation from the factory.void
Tests “Hjorsey 1955” geodetic datum creation from the factory.void
Tests “Islands Network 1993” geodetic datum creation from the factory.void
Tests “Helle 1954” geodetic datum creation from the factory.void
Tests “Latvia 1992” geodetic datum creation from the factory.void
Tests “Porto Santo 1995” geodetic datum creation from the factory.void
Tests “Azores Oriental Islands 1995” geodetic datum creation from the factory.void
Tests “Azores Central Islands 1995” geodetic datum creation from the factory.void
Tests “Lisbon 1890” geodetic datum creation from the factory.void
Tests “Iraq-Kuwait Boundary Datum 1992” geodetic datum creation from the factory.void
Tests “European Datum 1979” geodetic datum creation from the factory.void
Tests “Istituto Geografico Militaire 1995” geodetic datum creation from the factory.void
Tests “Voirol 1879” geodetic datum creation from the factory.void
Tests “Chatham Islands Datum 1971” geodetic datum creation from the factory.void
Tests “Chatham Islands Datum 1979” geodetic datum creation from the factory.void
Tests “Sistema de Referencia Geocentrico para America del Sur 2000” geodetic datum creation from the factory.void
Tests “Guam 1963” geodetic datum creation from the factory.void
Tests “Vientiane 1982” geodetic datum creation from the factory.void
Tests “Lao 1993” geodetic datum creation from the factory.void
Tests “Lao National Datum 1997” geodetic datum creation from the factory.void
Tests “Jouik 1961” geodetic datum creation from the factory.void
Tests “Nouakchott 1965” geodetic datum creation from the factory.void
Tests “Gulshan 303” geodetic datum creation from the factory.void
Tests “Philippine Reference System 1992” geodetic datum creation from the factory.void
Tests “Gan 1970” geodetic datum creation from the factory.void
Tests “Marco Geocentrico Nacional de Referencia” geodetic datum creation from the factory.void
Tests “Reseau Geodesique de la Polynesie Francaise” geodetic datum creation from the factory.void
Tests “Fatu Iva 72” geodetic datum creation from the factory.void
Tests “IGN63 Hiva Oa” geodetic datum creation from the factory.void
Tests “Tahiti 79” geodetic datum creation from the factory.void
Tests “Moorea 87” geodetic datum creation from the factory.void
Tests “Maupiti 83” geodetic datum creation from the factory.void
Tests “Nakhl-e Ghanem” geodetic datum creation from the factory.void
Tests “Posiciones Geodesicas Argentinas 1994” geodetic datum creation from the factory.void
Tests “Katanga 1955” geodetic datum creation from the factory.void
Tests “Kasai 1953” geodetic datum creation from the factory.void
Tests “IGC 1962 Arc of the 6th Parallel South” geodetic datum creation from the factory.void
Tests “IGN 1962 Kerguelen” geodetic datum creation from the factory.void
Tests “Le Pouce 1934” geodetic datum creation from the factory.void
Tests “IGN Astro 1960” geodetic datum creation from the factory.void
Tests “Institut Geographique du Congo Belge 1955” geodetic datum creation from the factory.void
Tests “Mauritania 1999” geodetic datum creation from the factory.void
Tests “Missao Hidrografico Angola y Sao Tome 1951” geodetic datum creation from the factory.void
Tests “Mhast (onshore)” geodetic datum creation from the factory.void
Tests “Mhast (offshore)” geodetic datum creation from the factory.void
Tests “Egypt Gulf of Suez S-650 TL” geodetic datum creation from the factory.void
Tests “Tern Island 1961” geodetic datum creation from the factory.void
Tests “Cocos Islands 1965” geodetic datum creation from the factory.void
Tests “Iwo Jima 1945” geodetic datum creation from the factory.void
Tests “Astro DOS 71” geodetic datum creation from the factory.void
Tests “Marcus Island 1952” geodetic datum creation from the factory.void
Tests “Ascension Island 1958” geodetic datum creation from the factory.void
Tests “Ayabelle Lighthouse” geodetic datum creation from the factory.void
Tests “Bellevue” geodetic datum creation from the factory.void
Tests “Camp Area Astro” geodetic datum creation from the factory.void
Tests “Phoenix Islands 1966” geodetic datum creation from the factory.void
Tests “Cape Canaveral” geodetic datum creation from the factory.void
Tests “Solomon 1968” geodetic datum creation from the factory.void
Tests “Easter Island 1967” geodetic datum creation from the factory.void
Tests “Fiji Geodetic Datum 1986” geodetic datum creation from the factory.void
Tests “Fiji 1956” geodetic datum creation from the factory.void
Tests “South Georgia 1968” geodetic datum creation from the factory.void
Tests “Grand Cayman Geodetic Datum 1959” geodetic datum creation from the factory.void
Tests “Diego Garcia 1969” geodetic datum creation from the factory.void
Tests “Johnston Island 1961” geodetic datum creation from the factory.void
Tests “Sister Islands Geodetic Datum 1961” geodetic datum creation from the factory.void
Tests “Midway 1961” geodetic datum creation from the factory.void
Tests “Pico de la Nieves 1984” geodetic datum creation from the factory.void
Tests “Pitcairn 1967” geodetic datum creation from the factory.void
Tests “Santo 1965” geodetic datum creation from the factory.void
Tests “Marshall Islands 1960” geodetic datum creation from the factory.void
Tests “Wake Island 1952” geodetic datum creation from the factory.void
Tests “Tristan 1968” geodetic datum creation from the factory.void
Tests “Kusaie 1951” geodetic datum creation from the factory.void
Tests “Deception Island” geodetic datum creation from the factory.void
Tests “Geocentric datum of Korea” geodetic datum creation from the factory.void
Tests “Hong Kong 1963” geodetic datum creation from the factory.void
Tests “Hong Kong 1963(67)” geodetic datum creation from the factory.void
Tests “Parametrop Zemp 1990” geodetic datum creation from the factory.void
Tests “Faroe Datum 1954” geodetic datum creation from the factory.void
Tests “Geodetic Datum of Malaysia 2000” geodetic datum creation from the factory.void
Tests “Karbala 1979” geodetic datum creation from the factory.void
Tests “Nahrwan 1934” geodetic datum creation from the factory.void
Tests “Rauenberg Datum/83” geodetic datum creation from the factory.void
Tests “Potsdam Datum/83” geodetic datum creation from the factory.void
Tests “Greenland 1996” geodetic datum creation from the factory.void
Tests “Vanua Levu 1915” geodetic datum creation from the factory.void
Tests “Reseau Geodesique de Nouvelle Caledonie 91-93” geodetic datum creation from the factory.void
Tests “ST87 Ouvea” geodetic datum creation from the factory.void
Tests “Kertau (RSO)” geodetic datum creation from the factory.void
Tests “Viti Levu 1912” geodetic datum creation from the factory.void
Tests “fk89” geodetic datum creation from the factory.void
Tests “Libyan Geodetic Datum 2006” geodetic datum creation from the factory.void
Tests “Datum Geodesi Nasional 1995” geodetic datum creation from the factory.void
Tests “Vietnam 2000” geodetic datum creation from the factory.void
Tests “SVY21” geodetic datum creation from the factory.void
Tests “Jamaica 2001” geodetic datum creation from the factory.void
Tests “NAD83 (National Spatial Reference System 2007)” geodetic datum creation from the factory.void
Tests “World Geodetic System 1966” geodetic datum creation from the factory.void
Tests “Croatian Terrestrial Reference System” geodetic datum creation from the factory.void
Tests “Bermuda 2000” geodetic datum creation from the factory.void
Tests “Pitcairn 2006” geodetic datum creation from the factory.void
Tests “Ross Sea Region Geodetic Datum 2000” geodetic datum creation from the factory.void
Tests “Slovenia Geodetic Datum 1996” geodetic datum creation from the factory.void
Tests “CH1903 (Bern)” geodetic datum creation from the factory.void
Tests “Bogota 1975 (Bogota)” geodetic datum creation from the factory.void
Tests “Lisbon 1937 (Lisbon)” geodetic datum creation from the factory.void
Tests “Makassar (Jakarta)” geodetic datum creation from the factory.void
Tests “Militar-Geographische Institut (Ferro)” geodetic datum creation from the factory.void
Tests “Monte Mario (Rome)” geodetic datum creation from the factory.void
Tests “Nouvelle Triangulation Francaise (Paris)” geodetic datum creation from the factory.void
Tests “Reseau National Belge 1950 (Brussels)” geodetic datum creation from the factory.void
Tests “Tananarive 1925 (Paris)” geodetic datum creation from the factory.void
Tests “Voirol 1875 (Paris)” geodetic datum creation from the factory.void
Tests “Batavia (Jakarta)” geodetic datum creation from the factory.void
Tests “Stockholm 1938 (Stockholm)” geodetic datum creation from the factory.void
Tests “Greek (Athens)” geodetic datum creation from the factory.void
Tests “Carthage (Paris)” geodetic datum creation from the factory.void
Tests “NGO 1948 (Oslo)” geodetic datum creation from the factory.void
Tests “System of the Unified Trigonometrical Cadastral Network (Ferro)” geodetic datum creation from the factory.void
Tests “Gunung Segara (Jakarta)” geodetic datum creation from the factory.void
Tests “Voirol 1879 (Paris)” geodetic datum creation from the factory.void
Tests “Ancienne Triangulation Francaise (Paris)” geodetic datum creation from the factory.void
Tests “Madrid 1870 (Madrid)” geodetic datum creation from the factory.void
Tests “Lisbon 1890 (Lisbon)” geodetic datum creation from the factory.Returns the datum instance to be tested.Methods inherited from class Series2000
getVerifiableName
-
Field Details
-
ellipsoidName
The name of the expected ellipsoid. This field is set by all test methods before to create and verify theEllipsoid
instance. -
primeMeridianName
The name of the expected prime meridian. This field is set by all test methods before to create and verify thePrimeMeridian
instance. -
datumAuthorityFactory
Factory to use for buildingGeodeticDatum
instances, ornull
if none. This is the factory used by thegetIdentifiedObject()
method.
-
-
Constructor Details
-
Test2204
Creates a new test using the given factories. If a given factory isnull
, then the tests which depend on it will be skipped.- Parameters:
datumFactory
- factory for creatingGeodeticDatum
instances.
-
-
Method Details
-
getIdentifiedObject
Returns the datum instance to be tested. When this method is invoked for the first time, it creates the datum to test by invoking theDatumAuthorityFactory.createGeodeticDatum(String)
method with the currentSeries2000.code
value in argument. The created object is then cached and returned in all subsequent invocations of this method.- Specified by:
getIdentifiedObject
in classSeries2000<GeodeticDatum>
- Returns:
- the datum instance to test.
- Throws:
FactoryException
- if an error occurred while creating the datum instance.
-
EPSG_6143
Tests “Abidjan 1987” geodetic datum creation from the factory.- EPSG datum code: 6143
- EPSG datum name: Abidjan 1987
- Alias(es) given by EPSG: Côte d'Ivoire (Ivory Coast)
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Cote d'Ivoire (Ivory Coast)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6168
Tests “Accra” geodetic datum creation from the factory.- EPSG datum code: 6168
- EPSG datum name: Accra
- Ellipsoid name: War Office
- Prime meridian name: Greenwich
- EPSG Usage Extent: Ghana
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6201
Tests “Adindan” geodetic datum creation from the factory.- EPSG datum code: 6201
- EPSG datum name: Adindan
- Alias(es) given by EPSG: Blue Nile 1958
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - Eritrea; Ethiopia; South Sudan and Sudan
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6205
Tests “Afgooye” geodetic datum creation from the factory.- EPSG datum code: 6205
- EPSG datum name: Afgooye
- Ellipsoid name: Krassowsky 1940
- Prime meridian name: Greenwich
- EPSG Usage Extent: Somalia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6206
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
- EPSG Usage Extent: Niger
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6204
Tests “Ain el Abd 1970” geodetic datum creation from the factory.- EPSG datum code: 6204
- EPSG datum name: Ain el Abd 1970
- Alias(es) given by EPSG: Ain el Abd
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Middle East - Bahrain; Kuwait and Saudi Arabia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6191
Tests “Albanian 1987” geodetic datum creation from the factory.- EPSG datum code: 6191
- EPSG datum name: Albanian 1987
- Alias(es) given by EPSG: ALB86
- Ellipsoid name: Krassowsky 1940
- Prime meridian name: Greenwich
- EPSG Usage Extent: Albania - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6169
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
- EPSG Usage Extent: American Samoa - 2 main island groups
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6289
Tests “Amersfoort” geodetic datum creation from the factory.- EPSG datum code: 6289
- EPSG datum name: Amersfoort
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Netherlands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6196
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
- EPSG Usage Extent: Greenland - Ammassalik area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6901
@Test @DisplayName("Ancienne Triangulation Francaise (Paris)") public void EPSG_6901() throws FactoryExceptionTests “Ancienne Triangulation Francaise (Paris)” geodetic datum creation from the factory.- EPSG datum code: 6901
- EPSG datum name: Ancienne Triangulation Francaise (Paris)
- Alias(es) given by EPSG: ATF (Paris)
- Ellipsoid name: Plessis 1817
- Prime meridian name: Paris RGS
- EPSG Usage Extent: France - mainland onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6600
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
- EPSG Usage Extent: Anguilla - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6601
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
- EPSG Usage Extent: Antigua - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6208
Tests “Aratu” geodetic datum creation from the factory.- EPSG datum code: 6208
- EPSG datum name: Aratu
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Brazil - Aratu
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6209
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
- EPSG Usage Extent: Africa - Botswana; Malawi; Zambia; Zimbabwe
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6210
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
- EPSG Usage Extent: Africa - Burundi; Kenya; Rwanda; Tanzania and Uganda
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6712
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
- EPSG Usage Extent: St Helena - Ascension Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6710
Tests “Astro DOS 71” geodetic datum creation from the factory.- EPSG datum code: 6710
- EPSG datum name: Astro DOS 71
- Alias(es) given by EPSG: ASTRO DOS 71/4, St. Helena 1971
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: St Helena - St Helena Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6176
@Test @DisplayName("Australian Antarctic Datum 1998") public void EPSG_6176() throws FactoryExceptionTests “Australian Antarctic Datum 1998” geodetic datum creation from the factory.- EPSG datum code: 6176
- EPSG datum name: Australian Antarctic Datum 1998
- Alias(es) given by EPSG: AAD98
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Antarctica - Australian sector
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6202
@Test @DisplayName("Australian Geodetic Datum 1966") public void EPSG_6202() throws FactoryExceptionTests “Australian Geodetic Datum 1966” geodetic datum creation from the factory.- EPSG datum code: 6202
- EPSG datum name: Australian Geodetic Datum 1966
- Alias(es) given by EPSG: AGD66
- Ellipsoid name: Australian National Spheroid
- Prime meridian name: Greenwich
- EPSG Usage Extent: Australasia - Australia and PNG - AGD66
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6203
@Test @DisplayName("Australian Geodetic Datum 1984") public void EPSG_6203() throws FactoryExceptionTests “Australian Geodetic Datum 1984” geodetic datum creation from the factory.- EPSG datum code: 6203
- EPSG datum name: Australian Geodetic Datum 1984
- Alias(es) given by EPSG: AGD84
- Ellipsoid name: Australian National Spheroid
- Prime meridian name: Greenwich
- EPSG Usage Extent: Australia - AGD84
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6122
@Test @DisplayName("Average Terrestrial System 1977") public void EPSG_6122() throws FactoryExceptionTests “Average Terrestrial System 1977” geodetic datum creation from the factory.- EPSG datum code: 6122
- EPSG datum name: Average Terrestrial System 1977
- Alias(es) given by EPSG: ATS77
- Ellipsoid name: Average Terrestrial System 1977
- Prime meridian name: Greenwich
- EPSG Usage Extent: Canada - Maritime Provinces
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6713
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
- EPSG Usage Extent: Djibouti
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6183
Tests “Azores Central Islands 1948” geodetic datum creation from the factory.- EPSG datum code: 6183
- EPSG datum name: Azores Central Islands 1948
- Alias(es) given by EPSG: Graciosa, Azores Central 1948, Base SW
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Azores C - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6665
Tests “Azores Central Islands 1995” geodetic datum creation from the factory.- EPSG datum code: 6665
- EPSG datum name: Azores Central Islands 1995
- Alias(es) given by EPSG: Graciosa, Azores Central 1995, Base SW
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Azores C - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6182
@Test @DisplayName("Azores Occidental Islands 1939") public void EPSG_6182() throws FactoryExceptionTests “Azores Occidental Islands 1939” geodetic datum creation from the factory.- EPSG datum code: 6182
- EPSG datum name: Azores Occidental Islands 1939
- Alias(es) given by EPSG: Observatario Flores, Azores Occidental 1939, Observatorio Meteorologico 1939, Observatorio 1966
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Azores W - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6184
Tests “Azores Oriental Islands 1940” geodetic datum creation from the factory.- EPSG datum code: 6184
- EPSG datum name: Azores Oriental Islands 1940
- Alias(es) given by EPSG: Sao Bras, Azores Oriental 1940
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Azores E - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6664
Tests “Azores Oriental Islands 1995” geodetic datum creation from the factory.- EPSG datum code: 6664
- EPSG datum name: Azores Oriental Islands 1995
- Alias(es) given by EPSG: Sao Bras, Azores Oriental 1995
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Azores E - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6212
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
- EPSG Usage Extent: Barbados - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6211
Tests “Batavia” geodetic datum creation from the factory.- EPSG datum code: 6211
- EPSG datum name: Batavia
- Alias(es) given by EPSG: Genuk
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Indonesia - Java; Java Sea and western Sumatra
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6813
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
- EPSG Usage Extent: Indonesia - Bali; Java and western Sumatra onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6213
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
- EPSG Usage Extent: Niger - southeast
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6214
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
- EPSG Usage Extent: China
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6714
Tests “Bellevue” geodetic datum creation from the factory.- EPSG datum code: 6714
- EPSG datum name: Bellevue
- Alias(es) given by EPSG: Bellevue (IGN)
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Vanuatu - southern islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6216
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
- EPSG Usage Extent: Bermuda - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6762
Tests “Bermuda 2000” geodetic datum creation from the factory.- EPSG datum code: 6762
- EPSG datum name: Bermuda 2000
- Alias(es) given by EPSG: BDA2000
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Bermuda
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6306
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
- EPSG Usage Extent: Europe - Liechtenstein and Switzerland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6165
Tests “Bissau” geodetic datum creation from the factory.- EPSG datum code: 6165
- EPSG datum name: Bissau
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Guinea-Bissau - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6218
Tests “Bogota 1975” geodetic datum creation from the factory.- EPSG datum code: 6218
- EPSG datum name: Bogota 1975
- Alias(es) given by EPSG: Bogota
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Colombia - mainland and offshore Caribbean
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6802
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
- EPSG Usage Extent: Colombia - mainland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6219
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
- EPSG Usage Extent: Indonesia - Banga & Belitung Islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6220
Tests “Camacupa 1948” geodetic datum creation from the factory.- EPSG datum code: 6220
- EPSG datum name: Camacupa 1948
- Alias(es) given by EPSG: Camacupa
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Angola - Angola proper
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6715
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
- EPSG Usage Extent: Antarctica - Camp McMurdo area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6221
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
- EPSG Usage Extent: Argentina - mainland onshore and offshore TdF
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6222
Tests “Cape” geodetic datum creation from the factory.- EPSG datum code: 6222
- EPSG datum name: Cape
- Alias(es) given by EPSG: South Africa
- Ellipsoid name: Clarke 1880 (Arc)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - Botswana; Eswatini; Lesotho and South Africa
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6717
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
- EPSG Usage Extent: North America - Bahamas and USA - Florida - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6223
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
- EPSG Usage Extent: Tunisia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6816
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
- EPSG Usage Extent: Tunisia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6623
Tests “Centre Spatial Guyanais 1967” geodetic datum creation from the factory.- EPSG datum code: 6623
- EPSG datum name: Centre Spatial Guyanais 1967
- Alias(es) given by EPSG: CSG67, Guyane Francaise
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Guiana - coastal area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6149
Tests “CH1903” geodetic datum creation from the factory.- EPSG datum code: 6149
- EPSG datum name: CH1903
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - Liechtenstein and Switzerland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6801
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
- EPSG Usage Extent: Europe - Liechtenstein and Switzerland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6150
Tests “CH1903+” geodetic datum creation from the factory.- EPSG datum code: 6150
- EPSG datum name: CH1903+
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - Liechtenstein and Switzerland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6672
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
- EPSG Usage Extent: New Zealand - Chatham Islands group
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6673
Tests “Chatham Islands Datum 1979” geodetic datum creation from the factory.- EPSG datum code: 6673
- EPSG datum name: Chatham Islands Datum 1979
- Alias(es) given by EPSG: CI1979
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: New Zealand - Chatham Islands group
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6160
Tests “Chos Malal 1914” geodetic datum creation from the factory.- EPSG datum code: 6160
- EPSG datum name: Chos Malal 1914
- Alias(es) given by EPSG: Quini-Huao, Quiñi-Huao
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Argentina - Mendoza and Neuquen
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6224
Tests “Chua” geodetic datum creation from the factory.- EPSG datum code: 6224
- EPSG datum name: Chua
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: South America - Brazil - south of 18°S and west of 54°W + DF; N Paraguay
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6708
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
- EPSG Usage Extent: Cocos (Keeling) Islands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6632
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
- EPSG Usage Extent: Mayotte - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6315
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
- EPSG Usage Extent: Guinea - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6282
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
- EPSG Usage Extent: Congo
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6225
Tests “Corrego Alegre 1970-72” geodetic datum creation from the factory.- EPSG datum code: 6225
- EPSG datum name: Corrego Alegre 1970-72
- Alias(es) given by EPSG: Corrego Alegre
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Brazil - Corrego Alegre 1970-1972
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6761
@Test @DisplayName("Croatian Terrestrial Reference System") public void EPSG_6761() throws FactoryExceptionTests “Croatian Terrestrial Reference System” geodetic datum creation from the factory.- EPSG datum code: 6761
- EPSG datum name: Croatian Terrestrial Reference System
- Alias(es) given by EPSG: HTRS96
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Croatia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6155
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
- EPSG Usage Extent: Guinea - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6274
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
- EPSG Usage Extent: Portugal - mainland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6755
Tests “Datum Geodesi Nasional 1995” geodetic datum creation from the factory.- EPSG datum code: 6755
- EPSG datum name: Datum Geodesi Nasional 1995
- Alias(es) given by EPSG: DGN95, Indonesian Geodetic Datum 1995, IGD95
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Indonesia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6316
Tests “Dealul Piscului 1930” geodetic datum creation from the factory.- EPSG datum code: 6316
- EPSG datum name: Dealul Piscului 1930
- Alias(es) given by EPSG: Dealul Piscului 1933
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Romania - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6736
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
- EPSG Usage Extent: Antarctica - Deception Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6227
Tests “Deir ez Zor” geodetic datum creation from the factory.- EPSG datum code: 6227
- EPSG datum name: Deir ez Zor
- Alias(es) given by EPSG: Levant
- Ellipsoid name: Clarke 1880 (IGN)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Middle East - Lebanon and Syria onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6314
Tests “Deutsches Hauptdreiecksnetz” geodetic datum creation from the factory.- EPSG datum code: 6314
- EPSG datum name: Deutsches Hauptdreiecksnetz
- Alias(es) given by EPSG: DHDN
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Germany - West Germany all states
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6724
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
- EPSG Usage Extent: British Indian Ocean Territory - Diego Garcia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6602
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
- EPSG Usage Extent: Dominica - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6192
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
- EPSG Usage Extent: Cameroon - coastal area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6719
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
- EPSG Usage Extent: Chile - Easter Island onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6229
Tests “Egypt 1907” geodetic datum creation from the factory.- EPSG datum code: 6229
- EPSG datum name: Egypt 1907
- Alias(es) given by EPSG: Old Egyptian
- Ellipsoid name: Helmert 1906
- Prime meridian name: Greenwich
- EPSG Usage Extent: Egypt
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6199
Tests “Egypt 1930” geodetic datum creation from the factory.- EPSG datum code: 6199
- EPSG datum name: Egypt 1930
- Alias(es) given by EPSG: New Egyptian
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Egypt - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6706
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
- Alias(es) given by EPSG: S-650 TL
- Ellipsoid name: Helmert 1906
- Prime meridian name: Greenwich
- EPSG Usage Extent: Egypt - Gulf of Suez
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6133
Tests “Estonia 1992” geodetic datum creation from the factory.- EPSG datum code: 6133
- EPSG datum name: Estonia 1992
- Alias(es) given by EPSG: EST92
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Estonia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6180
Tests “Estonia 1997” geodetic datum creation from the factory.- EPSG datum code: 6180
- EPSG datum name: Estonia 1997
- Alias(es) given by EPSG: EST97
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Estonia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6230
Tests “European Datum 1950” geodetic datum creation from the factory.- EPSG datum code: 6230
- EPSG datum name: European Datum 1950
- Alias(es) given by EPSG: ED50
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - ED50 by country
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6154
Tests “European Datum 1950(1977)” geodetic datum creation from the factory.- EPSG datum code: 6154
- EPSG datum name: European Datum 1950(1977)
- Alias(es) given by EPSG: ED50(ED77)
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Iran
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6668
Tests “European Datum 1979” geodetic datum creation from the factory.- EPSG datum code: 6668
- EPSG datum name: European Datum 1979
- Alias(es) given by EPSG: ED79
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - west
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6231
Tests “European Datum 1987” geodetic datum creation from the factory.- EPSG datum code: 6231
- EPSG datum name: European Datum 1987
- Alias(es) given by EPSG: ED87
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - west
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6159
Tests “European Libyan Datum 1979” geodetic datum creation from the factory.- EPSG datum code: 6159
- EPSG datum name: European Libyan Datum 1979
- Alias(es) given by EPSG: ELD79
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Libya
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6258
@Test @DisplayName("European Terrestrial Reference System 1989") public void EPSG_6258() throws FactoryExceptionTests “European Terrestrial Reference System 1989” geodetic datum creation from the factory.- EPSG datum code: 6258
- EPSG datum name: European Terrestrial Reference System 1989
- Alias(es) given by EPSG: ETRS89, European Terrestrial Reference System 1989
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - ETRF by country
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6232
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
- EPSG Usage Extent: Oman - mainland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6741
Tests “Faroe Datum 1954” geodetic datum creation from the factory.- EPSG datum code: 6741
- EPSG datum name: Faroe Datum 1954
- Alias(es) given by EPSG: FD54
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Faroe Islands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6688
Tests “Fatu Iva 72” geodetic datum creation from the factory.- EPSG datum code: 6688
- EPSG datum name: Fatu Iva 72
- Alias(es) given by EPSG: MHEFO 55
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Polynesia - Marquesas Islands - Fatu Hiva
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6721
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
- EPSG Usage Extent: Fiji - main islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6720
Tests “Fiji Geodetic Datum 1986” geodetic datum creation from the factory.- EPSG datum code: 6720
- EPSG datum name: Fiji Geodetic Datum 1986
- Alias(es) given by EPSG: FGD 1986, Fiji 1986
- Ellipsoid name: WGS 72
- Prime meridian name: Greenwich
- EPSG Usage Extent: Fiji - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6132
Tests “Final Datum 1958” geodetic datum creation from the factory.- EPSG datum code: 6132
- EPSG datum name: Final Datum 1958
- Alias(es) given by EPSG: FD58
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Iran - FD58
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6753
Tests “fk89” geodetic datum creation from the factory.- EPSG datum code: 6753
- EPSG datum name: fk89
- Alias(es) given by EPSG: FD54a
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Faroe Islands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6621
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
- EPSG Usage Extent: Guadeloupe - St Martin and St Barthelemy - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6684
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
- EPSG Usage Extent: Maldives - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6197
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
- EPSG Usage Extent: Cameroon - Garoua area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6283
@Test @DisplayName("Geocentric Datum of Australia 1994") public void EPSG_6283() throws FactoryExceptionTests “Geocentric Datum of Australia 1994” geodetic datum creation from the factory.- EPSG datum code: 6283
- EPSG datum name: Geocentric Datum of Australia 1994
- Alias(es) given by EPSG: GDA94
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Australia - GDA
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6737
Tests “Geocentric datum of Korea” geodetic datum creation from the factory.- EPSG datum code: 6737
- EPSG datum name: Geocentric datum of Korea
- Alias(es) given by EPSG: Korea 2000
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Korea; Republic of (South Korea)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6300
Tests “Geodetic Datum of 1965” geodetic datum creation from the factory.- EPSG datum code: 6300
- EPSG datum name: Geodetic Datum of 1965
- Alias(es) given by EPSG: TM75, 1975 Mapping Adjustment
- Ellipsoid name: Airy Modified 1849
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - Ireland (Republic and Ulster) - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6742
@Test @DisplayName("Geodetic Datum of Malaysia 2000") public void EPSG_6742() throws FactoryExceptionTests “Geodetic Datum of Malaysia 2000” geodetic datum creation from the factory.- EPSG datum code: 6742
- EPSG datum name: Geodetic Datum of Malaysia 2000
- Alias(es) given by EPSG: GDM2000
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Malaysia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6723
@Test @DisplayName("Grand Cayman Geodetic Datum 1959") public void EPSG_6723() throws FactoryExceptionTests “Grand Cayman Geodetic Datum 1959” geodetic datum creation from the factory.- EPSG datum code: 6723
- EPSG datum name: Grand Cayman Geodetic Datum 1959
- Alias(es) given by EPSG: GCGD59, Grand Cayman 1959
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Cayman Islands - Grand Cayman
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6646
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
- EPSG Usage Extent: Comoros - Njazidja (Grande Comore)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6120
Tests “Greek” geodetic datum creation from the factory.- EPSG datum code: 6120
- EPSG datum name: Greek
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Greece - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6815
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
- EPSG Usage Extent: Greece - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6121
@Test @DisplayName("Greek Geodetic Reference System 1987") public void EPSG_6121() throws FactoryExceptionTests “Greek Geodetic Reference System 1987” geodetic datum creation from the factory.- EPSG datum code: 6121
- EPSG datum name: Greek Geodetic Reference System 1987
- Alias(es) given by EPSG: GGRS87
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Greece - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6747
Tests “Greenland 1996” geodetic datum creation from the factory.- EPSG datum code: 6747
- EPSG datum name: Greenland 1996
- Alias(es) given by EPSG: GR96
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Greenland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6603
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
- EPSG Usage Extent: Grenada and southern Grenadines - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6622
Tests “Guadeloupe 1948” geodetic datum creation from the factory.- EPSG datum code: 6622
- EPSG datum name: Guadeloupe 1948
- Alias(es) given by EPSG: Sainte Anne
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Guadeloupe - Grande-Terre and surrounding islands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6675
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
- EPSG Usage Extent: Pacific - Guam and NMI - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6682
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
- EPSG Usage Extent: Bangladesh
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6613
Tests “Gunung Segara” geodetic datum creation from the factory.- EPSG datum code: 6613
- EPSG datum name: Gunung Segara
- Alias(es) given by EPSG: Segara, Samboja, P2 Exc, P2 Exc-T9
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Indonesia - Kalimantan E
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6820
Tests “Gunung Segara (Jakarta)” geodetic datum creation from the factory.- EPSG datum code: 6820
- EPSG datum name: Gunung Segara (Jakarta)
- Alias(es) given by EPSG: Segara (Jakarta)
- Ellipsoid name: Bessel 1841
- Prime meridian name: Jakarta
- EPSG Usage Extent: Indonesia - Kalimantan E
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6147
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
- EPSG Usage Extent: Vietnam - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6148
Tests “Hartebeesthoek94” geodetic datum creation from the factory.- EPSG datum code: 6148
- EPSG datum name: Hartebeesthoek94
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - South Africa; Lesotho and Eswatini.
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6660
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
- EPSG Usage Extent: Jan Mayen - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6255
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
- EPSG Usage Extent: Afghanistan
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6254
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
- EPSG Usage Extent: South America - Tierra del Fuego
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6658
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
- EPSG Usage Extent: Iceland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6738
Tests “Hong Kong 1963” geodetic datum creation from the factory.- EPSG datum code: 6738
- EPSG datum name: Hong Kong 1963
- Alias(es) given by EPSG: HK63
- Ellipsoid name: Clarke 1858
- Prime meridian name: Greenwich
- EPSG Usage Extent: China - Hong Kong
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6739
Tests “Hong Kong 1963(67)” geodetic datum creation from the factory.- EPSG datum code: 6739
- EPSG datum name: Hong Kong 1963(67)
- Alias(es) given by EPSG: HK63(67)
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: China - Hong Kong
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6611
Tests “Hong Kong 1980” geodetic datum creation from the factory.- EPSG datum code: 6611
- EPSG datum name: Hong Kong 1980
- Alias(es) given by EPSG: HK80
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: China - Hong Kong
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_1024
Tests “Hungarian Datum 1909” geodetic datum creation from the factory.- EPSG datum code: 1024
- EPSG datum name: Hungarian Datum 1909
- Alias(es) given by EPSG: HD1909
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Hungary
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6237
Tests “Hungarian Datum 1972” geodetic datum creation from the factory.- EPSG datum code: 6237
- EPSG datum name: Hungarian Datum 1972
- Alias(es) given by EPSG: HD72
- Ellipsoid name: GRS 1967
- Prime meridian name: Greenwich
- EPSG Usage Extent: Hungary
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6236
Tests “Hu Tzu Shan 1950” geodetic datum creation from the factory.- EPSG datum code: 6236
- EPSG datum name: Hu Tzu Shan 1950
- Alias(es) given by EPSG: Hu Tzu Shan
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Taiwan - onshore - mainland and Penghu
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6697
@Test @DisplayName("IGC 1962 Arc of the 6th Parallel South") public void EPSG_6697() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: IGC 1962 6th Parallel South
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Congo DR (Zaire) - 6th parallel south
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6698
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
- EPSG Usage Extent: French Southern Territories - Kerguelen onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6641
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
- EPSG Usage Extent: New Caledonia - Mare
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6633
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
- EPSG Usage Extent: New Caledonia - Lifou
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6689
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
- EPSG Usage Extent: French Polynesia - Marquesas Islands - Hiva Oa and Tahuata
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6634
Tests “IGN72 Grande Terre” geodetic datum creation from the factory.- EPSG datum code: 6634
- EPSG datum name: IGN72 Grande Terre
- Alias(es) given by EPSG: MHNC72
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: New Caledonia - Grande Terre
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6630
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
- EPSG Usage Extent: French Polynesia - Marquesas Islands - Nuku Hiva; Ua Huka and Ua Pou
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6700
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
- EPSG Usage Extent: Mauritania - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6239
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
- EPSG Usage Extent: Asia - Myanmar and Thailand onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6131
Tests “Indian 1960” geodetic datum creation from the factory.- EPSG datum code: 6131
- EPSG datum name: Indian 1960
- Alias(es) given by EPSG: Indian (DMA Reduced)
- Ellipsoid name: Everest 1830 (1937 Adjustment)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Cambodia and Vietnam - onshore & Cuu Long basin
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6240
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
- EPSG Usage Extent: Thailand - onshore and Gulf of Thailand
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6238
Tests “Indonesian Datum 1974” geodetic datum creation from the factory.- EPSG datum code: 6238
- EPSG datum name: Indonesian Datum 1974
- Alias(es) given by EPSG: ID74
- Ellipsoid name: Indonesian National Spheroid
- Prime meridian name: Greenwich
- EPSG Usage Extent: Indonesia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6701
@Test @DisplayName("Institut Geographique du Congo Belge 1955") public void EPSG_6701() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: IGCB 1955, Bas Congo 1955
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Congo DR (Zaire) - Bas Congo
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6667
@Test @DisplayName("Iraq-Kuwait Boundary Datum 1992") public void EPSG_6667() throws FactoryExceptionTests “Iraq-Kuwait Boundary Datum 1992” geodetic datum creation from the factory.- EPSG datum code: 6667
- EPSG datum name: Iraq-Kuwait Boundary Datum 1992
- Alias(es) given by EPSG: IKBD-92
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Middle East - Iraq-Kuwait boundary
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6173
Tests “IRENET95” geodetic datum creation from the factory.- EPSG datum code: 6173
- EPSG datum name: IRENET95
- Alias(es) given by EPSG: ETRS89
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - Ireland (Republic and Ulster) - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6659
Tests “Islands Network 1993” geodetic datum creation from the factory.- EPSG datum code: 6659
- EPSG datum name: Islands Network 1993
- Alias(es) given by EPSG: ISN93
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Iceland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6141
Tests “Israel 1993” geodetic datum creation from the factory.- EPSG datum code: 6141
- EPSG datum name: Israel 1993
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Middle East - Israel and Palestine Territory onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6670
@Test @DisplayName("Istituto Geografico Militaire 1995") public void EPSG_6670() throws FactoryExceptionTests “Istituto Geografico Militaire 1995” geodetic datum creation from the factory.- EPSG datum code: 6670
- EPSG datum name: Istituto Geografico Militaire 1995
- Alias(es) given by EPSG: IGM95
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Italy - including San Marino and Vatican
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6709
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
- EPSG Usage Extent: Japan - Iwo Jima
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6241
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
- EPSG Usage Extent: Jamaica - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6242
Tests “Jamaica 1969” geodetic datum creation from the factory.- EPSG datum code: 6242
- EPSG datum name: Jamaica 1969
- Alias(es) given by EPSG: JAD69
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Jamaica - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6758
Tests “Jamaica 2001” geodetic datum creation from the factory.- EPSG datum code: 6758
- EPSG datum name: Jamaica 2001
- Alias(es) given by EPSG: JAD2001
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Jamaica
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6612
Tests “Japanese Geodetic Datum 2000” geodetic datum creation from the factory.- EPSG datum code: 6612
- EPSG datum name: Japanese Geodetic Datum 2000
- Alias(es) given by EPSG: JGD2000
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Japan
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6725
Tests “Johnston Island 1961” geodetic datum creation from the factory.- EPSG datum code: 6725
- EPSG datum name: Johnston Island 1961
- Alias(es) given by EPSG: Johnston Atoll 1961
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Johnston Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6679
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
- EPSG Usage Extent: Mauritania - north coast
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6243
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
- EPSG Usage Extent: Asia - Bangladesh; India; Myanmar; Pakistan - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6144
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
- EPSG Usage Extent: Asia - Bangladesh; India; Myanmar; Pakistan - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6145
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
- EPSG Usage Extent: Pakistan
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6146
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
- EPSG Usage Extent: India - mainland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6244
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
- EPSG Usage Extent: Sri Lanka - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6743
Tests “Karbala 1979” geodetic datum creation from the factory.- EPSG datum code: 6743
- EPSG datum name: Karbala 1979
- Alias(es) given by EPSG: Karbala 1979 (Polservice)
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Iraq - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6123
@Test @DisplayName("Kartastokoordinaattijarjestelma (1966)") public void EPSG_6123() throws FactoryExceptionTests “Kartastokoordinaattijarjestelma (1966)” geodetic datum creation from the factory.- EPSG datum code: 6123
- EPSG datum name: Kartastokoordinaattijarjestelma (1966)
- Alias(es) given by EPSG: KKJ, Kartastokoordinaattijärjestelmä (1966)
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Finland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6696
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
- EPSG Usage Extent: Congo DR (Zaire) - Kasai - SE
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6695
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
- EPSG Usage Extent: Congo DR (Zaire) - Katanga
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6751
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
- EPSG Usage Extent: Asia - Malaysia (west) and Singapore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6245
Tests “Kertau 1968” geodetic datum creation from the factory.- EPSG datum code: 6245
- EPSG datum name: Kertau 1968
- Alias(es) given by EPSG: Malaysia Revised Triangulation 1968, MRT68
- Ellipsoid name: Everest 1830 Modified
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Malaysia (west including SCS) and Singapore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6162
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
- EPSG Usage Extent: Korea; Republic of (South Korea) - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6166
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
- EPSG Usage Extent: Korea; Republic of (South Korea) - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6198
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
- EPSG Usage Extent: Cameroon - N'Djamena area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6735
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
- EPSG Usage Extent: Micronesia - Kosrae (Kusaie)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6246
Tests “Kuwait Oil Company” geodetic datum creation from the factory.- EPSG datum code: 6246
- EPSG datum name: Kuwait Oil Company
- Alias(es) given by EPSG: KOC
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Kuwait - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6319
Tests “Kuwait Utility” geodetic datum creation from the factory.- EPSG datum code: 6319
- EPSG datum name: Kuwait Utility
- Alias(es) given by EPSG: KUDAMS
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Kuwait - Kuwait City
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6247
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
- EPSG Usage Extent: Venezuela - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6249
Tests “Lake” geodetic datum creation from the factory.- EPSG datum code: 6249
- EPSG datum name: Lake
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Venezuela - Lake Maracaibo
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6677
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
- EPSG Usage Extent: Laos
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6678
Tests “Lao National Datum 1997” geodetic datum creation from the factory.- EPSG datum code: 6678
- EPSG datum name: Lao National Datum 1997
- Alias(es) given by EPSG: Lao 1997
- Ellipsoid name: Krassowsky 1940
- Prime meridian name: Greenwich
- EPSG Usage Extent: Laos
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6661
Tests “Latvia 1992” geodetic datum creation from the factory.- EPSG datum code: 6661
- EPSG datum name: Latvia 1992
- Alias(es) given by EPSG: LKS92
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Latvia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6250
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
- EPSG Usage Extent: Ghana
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6699
Tests “Le Pouce 1934” geodetic datum creation from the factory.- EPSG datum code: 6699
- EPSG datum name: Le Pouce 1934
- Alias(es) given by EPSG: Le Pouce (Mauritius 94), Le Pouce (Mauritius PN 94)
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Mauritius - mainland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6251
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
- EPSG Usage Extent: Liberia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6754
Tests “Libyan Geodetic Datum 2006” geodetic datum creation from the factory.- EPSG datum code: 6754
- EPSG datum name: Libyan Geodetic Datum 2006
- Alias(es) given by EPSG: LGD2006
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Libya
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6666
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
- EPSG Usage Extent: Portugal - mainland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6904
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
- EPSG Usage Extent: Portugal - mainland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6207
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
- EPSG Usage Extent: Portugal - mainland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6803
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
- EPSG Usage Extent: Portugal - mainland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6126
Tests “Lithuania 1994 (ETRS89)” geodetic datum creation from the factory.- EPSG datum code: 6126
- EPSG datum name: Lithuania 1994 (ETRS89)
- Alias(es) given by EPSG: LKS94 (ETRS89)
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Lithuania
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6142
Tests “Locodjo 1965” geodetic datum creation from the factory.- EPSG datum code: 6142
- EPSG datum name: Locodjo 1965
- Alias(es) given by EPSG: Côte d'Ivoire (Ivory Coast)
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Cote d'Ivoire (Ivory Coast)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6288
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
- EPSG Usage Extent: Venezuela - north of 7°45'N
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6252
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
- EPSG Usage Extent: Togo
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6181
Tests “Luxembourg 1930” geodetic datum creation from the factory.- EPSG datum code: 6181
- EPSG datum name: Luxembourg 1930
- Alias(es) given by EPSG: LUREF
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Luxembourg
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6253
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
- EPSG Usage Extent: Philippines - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6266
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
- EPSG Usage Extent: Gabon
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6903
Tests “Madrid 1870 (Madrid)” geodetic datum creation from the factory.- EPSG datum code: 6903
- EPSG datum name: Madrid 1870 (Madrid)
- Alias(es) given by EPSG: Madrid
- Ellipsoid name: Struve 1860
- Prime meridian name: Madrid
- EPSG Usage Extent: Spain - mainland onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6128
Tests “Madzansua” geodetic datum creation from the factory.- EPSG datum code: 6128
- EPSG datum name: Madzansua
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Mozambique - west - Tete province
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6256
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
- EPSG Usage Extent: Seychelles - Mahe Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6257
Tests “Makassar” geodetic datum creation from the factory.- EPSG datum code: 6257
- EPSG datum name: Makassar
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Indonesia - Sulawesi SW
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6804
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
- EPSG Usage Extent: Indonesia - Sulawesi SW
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6259
Tests “Malongo 1987” geodetic datum creation from the factory.- EPSG datum code: 6259
- EPSG datum name: Malongo 1987
- Alias(es) given by EPSG: Mhast
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - Angola (Cabinda) and DR Congo (Zaire) - offshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6193
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
- EPSG Usage Extent: Cameroon - coastal area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6686
@Test @DisplayName("Marco Geocentrico Nacional de Referencia") public void EPSG_6686() throws FactoryExceptionTests “Marco Geocentrico Nacional de Referencia” geodetic datum creation from the factory.- EPSG datum code: 6686
- EPSG datum name: Marco Geocentrico Nacional de Referencia
- Alias(es) given by EPSG: MAGNA-SIRGAS
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Colombia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6711
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
- EPSG Usage Extent: Japan - Minamitori-shima (Marcus Island) - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6732
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
- EPSG Usage Extent: Pacific - Marshall Islands; Wake - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6625
Tests “Martinique 1938” geodetic datum creation from the factory.- EPSG datum code: 6625
- EPSG datum name: Martinique 1938
- Alias(es) given by EPSG: Fort Desaix
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Martinique - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6262
Tests “Massawa” geodetic datum creation from the factory.- EPSG datum code: 6262
- EPSG datum name: Massawa
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Eritrea
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6692
Tests “Maupiti 83” geodetic datum creation from the factory.- EPSG datum code: 6692
- EPSG datum name: Maupiti 83
- Alias(es) given by EPSG: MOP 1983
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Polynesia - Society Islands - Maupiti
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6702
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
- EPSG Usage Extent: Mauritania
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6261
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
- EPSG Usage Extent: Africa - Morocco and Western Sahara - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6705
Tests “Mhast (offshore)” geodetic datum creation from the factory.- EPSG datum code: 6705
- EPSG datum name: Mhast (offshore)
- Alias(es) given by EPSG: Mhast
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - Angola (Cabinda) and DR Congo (Zaire) - offshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6704
Tests “Mhast (onshore)” geodetic datum creation from the factory.- EPSG datum code: 6704
- EPSG datum name: Mhast (onshore)
- Alias(es) given by EPSG: Mhast
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - Angola (Cabinda) and DR Congo (Zaire) - coastal
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6727
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
- EPSG Usage Extent: Midway Islands - Sand and Eastern Islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6312
@Test @DisplayName("Militar-Geographische Institut") public void EPSG_6312() throws FactoryExceptionTests “Militar-Geographische Institut” geodetic datum creation from the factory.- EPSG datum code: 6312
- EPSG datum name: Militar-Geographische Institut
- Alias(es) given by EPSG: MGI
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Austria
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6805
@Test @DisplayName("Militar-Geographische Institut (Ferro)") public void EPSG_6805() throws FactoryExceptionTests “Militar-Geographische Institut (Ferro)” geodetic datum creation from the factory.- EPSG datum code: 6805
- EPSG datum name: Militar-Geographische Institut (Ferro)
- Alias(es) given by EPSG: MGI (Ferro)
- Ellipsoid name: Bessel 1841
- Prime meridian name: Ferro
- EPSG Usage Extent: Europe - Austria and former Yugoslavia onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6263
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
- EPSG Usage Extent: Nigeria
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6703
@Test @DisplayName("Missao Hidrografico Angola y Sao Tome 1951") public void EPSG_6703() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: Mhast 1951
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Angola - Cabinda
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6265
Tests “Monte Mario” geodetic datum creation from the factory.- EPSG datum code: 6265
- EPSG datum name: Monte Mario
- Alias(es) given by EPSG: Rome 1940
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Italy - including San Marino and Vatican
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6806
Tests “Monte Mario (Rome)” geodetic datum creation from the factory.- EPSG datum code: 6806
- EPSG datum name: Monte Mario (Rome)
- Alias(es) given by EPSG: Rome 1940 (Rome)
- Ellipsoid name: International 1924
- Prime meridian name: Rome
- EPSG Usage Extent: Italy - including San Marino and Vatican
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6604
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
- EPSG Usage Extent: Montserrat - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6691
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
- EPSG Usage Extent: French Polynesia - Society Islands - Moorea
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6639
Tests “MOP78” geodetic datum creation from the factory.- EPSG datum code: 6639
- EPSG datum name: MOP78
- Alias(es) given by EPSG: Uvea SHOM 1978
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Wallis and Futuna - Wallis
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6157
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
- EPSG Usage Extent: Trinidad and Tobago - Tobago - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6130
Tests “Moznet (ITRF94)” geodetic datum creation from the factory.- EPSG datum code: 6130
- EPSG datum name: Moznet (ITRF94)
- Alias(es) given by EPSG: Moznet
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Mozambique
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6152
@Test @DisplayName("NAD83 (High Accuracy Regional Network)") public void EPSG_6152() throws FactoryExceptionTests “NAD83 (High Accuracy Regional Network)” geodetic datum creation from the factory.- EPSG datum code: 6152
- EPSG datum name: NAD83 (High Accuracy Regional Network)
- Alias(es) given by EPSG: NAD83(HARN), NAD83 (High Precision Geodetic Network), NAD83(HPGN), Guam Geodetic Network 1993, NAD83
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: USA - HARN
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6759
@Test @DisplayName("NAD83 (National Spatial Reference System 2007)") public void EPSG_6759() throws FactoryExceptionTests “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
- EPSG Usage Extent: USA - CONUS and Alaska; PRVI
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6140
@Test @DisplayName("NAD83 Canadian Spatial Reference System") public void EPSG_6140() throws FactoryExceptionTests “NAD83 Canadian Spatial Reference System” geodetic datum creation from the factory.- EPSG datum code: 6140
- EPSG datum name: NAD83 Canadian Spatial Reference System
- Alias(es) given by EPSG: NAD83(CSRS)
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Canada
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6744
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
- EPSG Usage Extent: Asia - Middle East - Iraq and SW Iran
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6270
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
- EPSG Usage Extent: Asia - Middle East - Qatar offshore and UAE
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6693
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
- EPSG Usage Extent: Iran - Kangan district
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6158
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
- EPSG Usage Extent: Trinidad and Tobago - Trinidad - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6271
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
- EPSG Usage Extent: Trinidad and Tobago - Tobago - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6318
Tests “National Geodetic Network” geodetic datum creation from the factory.- EPSG datum code: 6318
- EPSG datum name: National Geodetic Network
- Alias(es) given by EPSG: NGN
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Kuwait - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6644
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
- EPSG Usage Extent: New Caledonia - Grande Terre - Noumea
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6272
@Test @DisplayName("New Zealand Geodetic Datum 1949") public void EPSG_6272() throws FactoryExceptionTests “New Zealand Geodetic Datum 1949” geodetic datum creation from the factory.- EPSG datum code: 6272
- EPSG datum name: New Zealand Geodetic Datum 1949
- Alias(es) given by EPSG: GD49, NZGD49
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: New Zealand - onshore and nearshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6167
@Test @DisplayName("New Zealand Geodetic Datum 2000") public void EPSG_6167() throws FactoryExceptionTests “New Zealand Geodetic Datum 2000” geodetic datum creation from the factory.- EPSG datum code: 6167
- EPSG datum name: New Zealand Geodetic Datum 2000
- Alias(es) given by EPSG: NZGD2000
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: New Zealand
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6273
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
- EPSG Usage Extent: Norway - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6817
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
- EPSG Usage Extent: Norway - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6307
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
- EPSG Usage Extent: Algeria
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6267
Tests “North American Datum 1927” geodetic datum creation from the factory.- EPSG datum code: 6267
- EPSG datum name: North American Datum 1927
- Alias(es) given by EPSG: NAD27
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: North America - NAD27
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6608
@Test @DisplayName("North American Datum 1927 (1976)") public void EPSG_6608() throws FactoryExceptionTests “North American Datum 1927 (1976)” geodetic datum creation from the factory.- EPSG datum code: 6608
- EPSG datum name: North American Datum 1927 (1976)
- Alias(es) given by EPSG: NAD27(76)
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Canada - Ontario
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6609
@Test @DisplayName("North American Datum 1927 (CGQ77)") public void EPSG_6609() throws FactoryExceptionTests “North American Datum 1927 (CGQ77)” geodetic datum creation from the factory.- EPSG datum code: 6609
- EPSG datum name: North American Datum 1927 (CGQ77)
- Alias(es) given by EPSG: CGQ77
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Canada - Quebec
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6269
Tests “North American Datum 1983” geodetic datum creation from the factory.- EPSG datum code: 6269
- EPSG datum name: North American Datum 1983
- Alias(es) given by EPSG: NAD83(1986), NAD83, NAD83(Original)
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: North America - NAD83
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6680
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
- EPSG Usage Extent: Mauritania - central coast
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6275
@Test @DisplayName("Nouvelle Triangulation Francaise") public void EPSG_6275() throws FactoryExceptionTests “Nouvelle Triangulation Francaise” geodetic datum creation from the factory.- EPSG datum code: 6275
- EPSG datum name: Nouvelle Triangulation Francaise
- Alias(es) given by EPSG: NTF
- Ellipsoid name: Clarke 1880 (IGN)
- Prime meridian name: Greenwich
- EPSG Usage Extent: France - onshore - mainland and Corsica
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6807
@Test @DisplayName("Nouvelle Triangulation Francaise (Paris)") public void EPSG_6807() throws FactoryExceptionTests “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
- EPSG Usage Extent: France - onshore - mainland and Corsica
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6276
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
- EPSG Usage Extent: World
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6129
Tests “Observatario” geodetic datum creation from the factory.- EPSG datum code: 6129
- EPSG datum name: Observatario
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Mozambique - south
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6135
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
- EPSG Usage Extent: USA - Hawaii - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6277
@Test @DisplayName("Ordnance Survey of Great Britain 1936") public void EPSG_6277() throws FactoryExceptionTests “Ordnance Survey of Great Britain 1936” geodetic datum creation from the factory.- EPSG datum code: 6277
- EPSG datum name: Ordnance Survey of Great Britain 1936
- Ellipsoid name: Airy 1830
- Prime meridian name: Greenwich
- EPSG Usage Extent: UK - Britain and UKCS 49°45'N to 61°N; 9°W to 2°E
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6279
Tests “OS (SN) 1980” geodetic datum creation from the factory.- EPSG datum code: 6279
- EPSG datum name: OS (SN) 1980
- Alias(es) given by EPSG: OS(SN)80
- Ellipsoid name: Airy 1830
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - British Isles - UK and Ireland onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6278
Tests “OSGB 1970 (SN)” geodetic datum creation from the factory.- EPSG datum code: 6278
- EPSG datum name: OSGB 1970 (SN)
- Alias(es) given by EPSG: OSGB70
- Ellipsoid name: Airy 1830
- Prime meridian name: Greenwich
- EPSG Usage Extent: UK - Great Britain; Isle of Man
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6188
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
- EPSG Usage Extent: UK - Northern Ireland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6281
Tests “Palestine 1923” geodetic datum creation from the factory.- EPSG datum code: 6281
- EPSG datum name: Palestine 1923
- Alias(es) given by EPSG: Old Israeli Datum, OID
- Ellipsoid name: Clarke 1880 (Benoit)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Middle East - Israel; Jordan and Palestine onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6161
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
- EPSG Usage Extent: Argentina - 42.5°S to 50.3°S
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6740
Tests “Parametrop Zemp 1990” geodetic datum creation from the factory.- EPSG datum code: 6740
- EPSG datum name: Parametrop Zemp 1990
- Alias(es) given by EPSG: PZ-90
- Ellipsoid name: PZ-90
- Prime meridian name: Greenwich
- EPSG Usage Extent: World
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6134
Tests “PDO Survey Datum 1993” geodetic datum creation from the factory.- EPSG datum code: 6134
- EPSG datum name: PDO Survey Datum 1993
- Alias(es) given by EPSG: PSD93
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Oman - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6636
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
- EPSG Usage Extent: Antarctica - Adelie Land - Petrels island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6683
@Test @DisplayName("Philippine Reference System 1992") public void EPSG_6683() throws FactoryExceptionTests “Philippine Reference System 1992” geodetic datum creation from the factory.- EPSG datum code: 6683
- EPSG datum name: Philippine Reference System 1992
- Alias(es) given by EPSG: PRS92, Modified Luzon Datum
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Philippines
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6716
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
- EPSG Usage Extent: Kiribati - Phoenix Islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6728
Tests “Pico de la Nieves 1984” geodetic datum creation from the factory.- EPSG datum code: 6728
- EPSG datum name: Pico de la Nieves 1984
- Alias(es) given by EPSG: PN84
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Spain - Canary Islands western
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6729
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
- EPSG Usage Extent: Pitcairn - Pitcairn Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6763
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
- EPSG Usage Extent: Pitcairn - Pitcairn Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6620
Tests “Point 58” geodetic datum creation from the factory.- EPSG datum code: 6620
- EPSG datum name: Point 58
- Alias(es) given by EPSG: 12th Parallel traverse
- Ellipsoid name: Clarke 1880 (RGS)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Africa - 12th parallel N
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6637
Tests “Pointe Geologie Perroud 1950” geodetic datum creation from the factory.- EPSG datum code: 6637
- EPSG datum name: Pointe Geologie Perroud 1950
- Alias(es) given by EPSG: Perroud 1950
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Antarctica - Adelie Land coastal area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6615
Tests “Porto Santo 1936” geodetic datum creation from the factory.- EPSG datum code: 6615
- EPSG datum name: Porto Santo 1936
- Alias(es) given by EPSG: Madeira SE Base, Base SE, Porto Santo
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Madeira archipelago onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6663
Tests “Porto Santo 1995” geodetic datum creation from the factory.- EPSG datum code: 6663
- EPSG datum name: Porto Santo 1995
- Alias(es) given by EPSG: Base SE, Madeira SE Base 1995
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Madeira archipelago onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6694
@Test @DisplayName("Posiciones Geodesicas Argentinas 1994") public void EPSG_6694() throws FactoryExceptionTests “Posiciones Geodesicas Argentinas 1994” geodetic datum creation from the factory.- EPSG datum code: 6694
- EPSG datum name: Posiciones Geodesicas Argentinas 1994
- Alias(es) given by EPSG: POSGAR 94, POSGAR, Posiciones Geodésicas Argentinas 1994
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Argentina
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6190
@Test @DisplayName("Posiciones Geodesicas Argentinas 1998") public void EPSG_6190() throws FactoryExceptionTests “Posiciones Geodesicas Argentinas 1998” geodetic datum creation from the factory.- EPSG datum code: 6190
- EPSG datum name: Posiciones Geodesicas Argentinas 1998
- Alias(es) given by EPSG: POSGAR 98, Posiciones Geodésicas Argentinas 1998, POSGAR
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Argentina
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6746
Tests “Potsdam Datum/83” geodetic datum creation from the factory.- EPSG datum code: 6746
- EPSG datum name: Potsdam Datum/83
- Alias(es) given by EPSG: PD/83
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Germany - Thuringen
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6248
@Test @DisplayName("Provisional South American Datum 1956") public void EPSG_6248() throws FactoryExceptionTests “Provisional South American Datum 1956” geodetic datum creation from the factory.- EPSG datum code: 6248
- EPSG datum name: Provisional South American Datum 1956
- Alias(es) given by EPSG: PSAD56
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: South America - PSAD56 by country
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6139
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
- EPSG Usage Extent: Caribbean - Puerto Rico and Virgin Islands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6284
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
- EPSG Usage Extent: Europe - FSU onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6179
Tests “Pulkovo 1942(58)” geodetic datum creation from the factory.- EPSG datum code: 6179
- EPSG datum name: Pulkovo 1942(58)
- Alias(es) given by EPSG: 42/58
- Ellipsoid name: Krassowsky 1940
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - onshore - eastern - S-42(58)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6178
Tests “Pulkovo 1942(83)” geodetic datum creation from the factory.- EPSG datum code: 6178
- EPSG datum name: Pulkovo 1942(83)
- Alias(es) given by EPSG: 42/83
- Ellipsoid name: Krassowsky 1940
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - onshore - eastern - S-42(83)
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6200
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
- EPSG Usage Extent: Russia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6286
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
- EPSG Usage Extent: Qatar - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6285
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
- EPSG Usage Extent: Qatar
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6614
Tests “Qatar National Datum 1995” geodetic datum creation from the factory.- EPSG datum code: 6614
- EPSG datum name: Qatar National Datum 1995
- Alias(es) given by EPSG: QND95
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Qatar - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6194
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
- EPSG Usage Extent: Greenland - west coast
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6153
Tests “Rassadiran” geodetic datum creation from the factory.- EPSG datum code: 6153
- EPSG datum name: Rassadiran
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Iran - Taheri refinery
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6745
Tests “Rauenberg Datum/83” geodetic datum creation from the factory.- EPSG datum code: 6745
- EPSG datum name: Rauenberg Datum/83
- Alias(es) given by EPSG: RD/83
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Germany - Saxony
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6189
Tests “Red Geodesica Venezolana” geodetic datum creation from the factory.- EPSG datum code: 6189
- EPSG datum name: Red Geodesica Venezolana
- Alias(es) given by EPSG: SIRGAS-REGVEN, REGVEN
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Venezuela
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_1047
@Test @DisplayName("Reseau de Reference des Antilles Francaises 1991") public void EPSG_1047() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: RRAF91
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Caribbean - French Antilles
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6687
@Test @DisplayName("Reseau Geodesique de la Polynesie Francaise") public void EPSG_6687() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: RGPF
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Polynesia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6627
@Test @DisplayName("Reseau Geodesique de la Reunion 1992") public void EPSG_6627() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: RGR92
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Reunion
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6749
@Test @DisplayName("Reseau Geodesique de Nouvelle Caledonie 91-93") public void EPSG_6749() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: RGNC91-93, RGNC
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: New Caledonia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6171
@Test @DisplayName("Reseau Geodesique Francais 1993") public void EPSG_6171() throws FactoryExceptionTests “Reseau Geodesique Francais 1993” geodetic datum creation from the factory.- EPSG datum code: 6171
- EPSG datum name: Reseau Geodesique Francais 1993
- Alias(es) given by EPSG: RGF93, Réseau Géodésique Français 1993
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: France
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6624
@Test @DisplayName("Reseau Geodesique Francais Guyane 1995") public void EPSG_6624() throws FactoryExceptionTests “Reseau Geodesique Francais Guyane 1995” geodetic datum creation from the factory.- EPSG datum code: 6624
- EPSG datum name: Reseau Geodesique Francais Guyane 1995
- Alias(es) given by EPSG: RGFG95
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Guiana
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6215
Tests “Reseau National Belge 1950” geodetic datum creation from the factory.- EPSG datum code: 6215
- EPSG datum name: Reseau National Belge 1950
- Alias(es) given by EPSG: Belge 1950
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Belgium - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6809
@Test @DisplayName("Reseau National Belge 1950 (Brussels)") public void EPSG_6809() throws FactoryExceptionTests “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
- EPSG Usage Extent: Belgium - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6313
Tests “Reseau National Belge 1972” geodetic datum creation from the factory.- EPSG datum code: 6313
- EPSG datum name: Reseau National Belge 1972
- Alias(es) given by EPSG: Belge 1972
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Belgium - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6626
Tests “Reunion 1947” geodetic datum creation from the factory.- EPSG datum code: 6626
- EPSG datum name: Reunion 1947
- Alias(es) given by EPSG: Piton des Neiges
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Reunion - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6657
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
- EPSG Usage Extent: Iceland - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6124
Tests “Rikets koordinatsystem 1990” geodetic datum creation from the factory.- EPSG datum code: 6124
- EPSG datum name: Rikets koordinatsystem 1990
- Alias(es) given by EPSG: RT90
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Sweden
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6764
@Test @DisplayName("Ross Sea Region Geodetic Datum 2000") public void EPSG_6764() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: RSRGD2000
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Antarctica - Ross Sea Region
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6638
Tests “Saint Pierre et Miquelon 1950” geodetic datum creation from the factory.- EPSG datum code: 6638
- EPSG datum name: Saint Pierre et Miquelon 1950
- Alias(es) given by EPSG: St. Pierre et Miquelon 1950
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: St Pierre and Miquelon - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6730
Tests “Santo 1965” geodetic datum creation from the factory.- EPSG datum code: 6730
- EPSG datum name: Santo 1965
- Alias(es) given by EPSG: Santo (DOS)
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Vanuatu - northern islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6292
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
- EPSG Usage Extent: Falkland Islands - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6293
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
- EPSG Usage Extent: Namibia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6195
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
- EPSG Usage Extent: Greenland - Scoresbysund area
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6616
Tests “Selvagem Grande” geodetic datum creation from the factory.- EPSG datum code: 6616
- EPSG datum name: Selvagem Grande
- Alias(es) given by EPSG: Selvagem Grande 1938, Marco Astro
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Portugal - Selvagens onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6295
Tests “Serindung” geodetic datum creation from the factory.- EPSG datum code: 6295
- EPSG datum name: Serindung
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Indonesia - Kalimantan W - coastal
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6175
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
- EPSG Usage Extent: Sierra Leone - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6174
Tests “Sierra Leone Colony 1924” geodetic datum creation from the factory.- EPSG datum code: 6174
- EPSG datum name: Sierra Leone Colony 1924
- Alias(es) given by EPSG: Sierra Leone Peninsular 1924
- Ellipsoid name: War Office
- Prime meridian name: Greenwich
- EPSG Usage Extent: Sierra Leone - Freetown Peninsula
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6170
@Test @DisplayName("Sistema de Referencia Geocentrico para America del Sur 1995") public void EPSG_6170() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: SIRGAS 1995
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: South America - SIRGAS 1995 by country
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6674
@Test @DisplayName("Sistema de Referencia Geocentrico para America del Sur 2000") public void EPSG_6674() throws FactoryExceptionTests “Sistema de Referencia Geocentrico para America del Sur 2000” geodetic datum creation from the factory.- EPSG datum code: 6674
- EPSG datum name: Sistema de Referencia Geocentrico para America del Sur 2000
- Alias(es) given by EPSG: SIRGAS 2000, Sistema de Referencia Geocentrico para America del Sur 2000, SIRGAS2000
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Latin America - SIRGAS 2000 by country
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6726
@Test @DisplayName("Sister Islands Geodetic Datum 1961") public void EPSG_6726() throws FactoryExceptionTests “Sister Islands Geodetic Datum 1961” geodetic datum creation from the factory.- EPSG datum code: 6726
- EPSG datum name: Sister Islands Geodetic Datum 1961
- Alias(es) given by EPSG: SIGD61, Little Cayman Geodetic Datum 1961
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Cayman Islands - Little Cayman and Cayman Brac
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6765
Tests “Slovenia Geodetic Datum 1996” geodetic datum creation from the factory.- EPSG datum code: 6765
- EPSG datum name: Slovenia Geodetic Datum 1996
- Alias(es) given by EPSG: D96, Slovenia 1996
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Slovenia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6718
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
- EPSG Usage Extent: Solomon Islands - onshore main islands
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6618
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
- EPSG Usage Extent: South America - SAD69 by country
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6722
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
- EPSG Usage Extent: South Georgia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6164
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
- EPSG Usage Extent: Yemen - South Yemen - mainland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6138
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
- EPSG Usage Extent: USA - Alaska - St. George Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6605
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
- EPSG Usage Extent: St Kitts and Nevis - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6136
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
- EPSG Usage Extent: USA - Alaska - St. Lawrence Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6606
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
- EPSG Usage Extent: St Lucia - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6137
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
- EPSG Usage Extent: USA - Alaska - St. Paul Island
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6607
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
- EPSG Usage Extent: St Vincent and the Grenadines - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6643
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
- EPSG Usage Extent: New Caledonia - Belep
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6642
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
- EPSG Usage Extent: New Caledonia - Ile des Pins
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6750
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
- EPSG Usage Extent: New Caledonia - Ouvea
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6308
Tests “Stockholm 1938” geodetic datum creation from the factory.- EPSG datum code: 6308
- EPSG datum name: Stockholm 1938
- Alias(es) given by EPSG: Rikets koordinatsystem 1938, RT38
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Sweden - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6814
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
- EPSG Usage Extent: Sweden - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6757
Tests “SVY21” geodetic datum creation from the factory.- EPSG datum code: 6757
- EPSG datum name: SVY21
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Singapore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6619
Tests “SWEREF99” geodetic datum creation from the factory.- EPSG datum code: 6619
- EPSG datum name: SWEREF99
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Sweden
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6151
@Test @DisplayName("Swiss Terrestrial Reference Frame 1995") public void EPSG_6151() throws FactoryExceptionTests “Swiss Terrestrial Reference Frame 1995” geodetic datum creation from the factory.- EPSG datum code: 6151
- EPSG datum name: Swiss Terrestrial Reference Frame 1995
- Alias(es) given by EPSG: CHTRF95
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - Liechtenstein and Switzerland
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6156
@Test @DisplayName("System of the Unified Trigonometrical Cadastral Network") public void EPSG_6156() throws FactoryExceptionTests “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
- Alias(es) given by EPSG: S-JTSK, Systém Jednotné trigonometrické sít? katastrální, Systém Jednotnej trigonometrickej siete katastrálnej
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Europe - Czechoslovakia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6818
@Test @DisplayName("System of the Unified Trigonometrical Cadastral Network (Ferro)") public void EPSG_6818() throws FactoryExceptionTests “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)
- Alias(es) given by EPSG: Systém Jednotné trigonometrické sít? katastrální (Ferro), Systém Jednotnej trigonometrickej siete katastrálnej (Ferro), S-JTSK (Ferro)
- Ellipsoid name: Bessel 1841
- Prime meridian name: Ferro
- EPSG Usage Extent: Europe - Czechoslovakia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6629
Tests “Tahaa 54” geodetic datum creation from the factory.- EPSG datum code: 6629
- EPSG datum name: Tahaa 54
- Alias(es) given by EPSG: Tahaa
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Polynesia - Society Islands - Bora Bora; Huahine; Raiatea; Tahaa
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6628
Tests “Tahiti 52” geodetic datum creation from the factory.- EPSG datum code: 6628
- EPSG datum name: Tahiti 52
- Alias(es) given by EPSG: IGN 1952, Tahiti
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Polynesia - Society Islands - Moorea and Tahiti
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6690
Tests “Tahiti 79” geodetic datum creation from the factory.- EPSG datum code: 6690
- EPSG datum name: Tahiti 79
- Alias(es) given by EPSG: IGN79 Tahiti
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: French Polynesia - Society Islands - Tahiti
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_1025
Tests “Taiwan Datum 1967” geodetic datum creation from the factory.- EPSG datum code: 1025
- EPSG datum name: Taiwan Datum 1967
- Alias(es) given by EPSG: TWD67
- Ellipsoid name: GRS 1967 Modified
- Prime meridian name: Greenwich
- EPSG Usage Extent: Taiwan - onshore - mainland and Penghu
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_1026
Tests “Taiwan Datum 1997” geodetic datum creation from the factory.- EPSG datum code: 1026
- EPSG datum name: Taiwan Datum 1997
- Alias(es) given by EPSG: TWD97
- Ellipsoid name: GRS 1980
- Prime meridian name: Greenwich
- EPSG Usage Extent: Taiwan
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6297
Tests “Tananarive 1925” geodetic datum creation from the factory.- EPSG datum code: 6297
- EPSG datum name: Tananarive 1925
- Alias(es) given by EPSG: Tananarive
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Madagascar - onshore and nearshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6810
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
- EPSG Usage Extent: Madagascar - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6707
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
- EPSG Usage Extent: USA - Hawaii - Tern Island and Sorel Atoll
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6127
Tests “Tete” geodetic datum creation from the factory.- EPSG datum code: 6127
- EPSG datum name: Tete
- Alias(es) given by EPSG: Tete 1960
- Ellipsoid name: Clarke 1866
- Prime meridian name: Greenwich
- EPSG Usage Extent: Mozambique - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6298
Tests “Timbalai 1948” geodetic datum creation from the factory.- EPSG datum code: 6298
- EPSG datum name: Timbalai 1948
- Alias(es) given by EPSG: Timbalai 1968, Borneo Triangulation of 1968, BT68
- Ellipsoid name: Everest 1830 (1967 Definition)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Brunei and East Malaysia
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6299
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
- EPSG Usage Extent: Europe - Ireland (Republic and Ulster) - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6301
Tests “Tokyo” geodetic datum creation from the factory.- EPSG datum code: 6301
- EPSG datum name: Tokyo
- Alias(es) given by EPSG: Tokyo 1918
- Ellipsoid name: Bessel 1841
- Prime meridian name: Greenwich
- EPSG Usage Extent: Asia - Japan and Korea
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6302
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
- EPSG Usage Extent: Trinidad and Tobago - Trinidad
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6734
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
- EPSG Usage Extent: St Helena - Tristan da Cunha
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6303
Tests “Trucial Coast 1948” geodetic datum creation from the factory.- EPSG datum code: 6303
- EPSG datum name: Trucial Coast 1948
- Alias(es) given by EPSG: TC(1948)
- Ellipsoid name: Helmert 1906
- Prime meridian name: Greenwich
- EPSG Usage Extent: UAE - Abu Dhabi and Dubai - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6748
Tests “Vanua Levu 1915” geodetic datum creation from the factory.- EPSG datum code: 6748
- EPSG datum name: Vanua Levu 1915
- Alias(es) given by EPSG: Vanua Levu 1917
- Ellipsoid name: Clarke 1880 (international foot)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Fiji - Vanua Levu and Taveuni
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6676
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
- EPSG Usage Extent: Laos
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6756
Tests “Vietnam 2000” geodetic datum creation from the factory.- EPSG datum code: 6756
- EPSG datum name: Vietnam 2000
- Alias(es) given by EPSG: VN-2000
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Vietnam - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6752
Tests “Viti Levu 1912” geodetic datum creation from the factory.- EPSG datum code: 6752
- EPSG datum name: Viti Levu 1912
- Alias(es) given by EPSG: Viti Levu 1916
- Ellipsoid name: Clarke 1880 (international foot)
- Prime meridian name: Greenwich
- EPSG Usage Extent: Fiji - Viti Levu
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6304
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
- EPSG Usage Extent: Algeria - north of 32°N
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6811
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
- EPSG Usage Extent: Algeria - north of 32°N
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6671
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
- EPSG Usage Extent: Algeria - north of 32°N
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6821
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
- EPSG Usage Extent: Algeria - north of 32°N
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6733
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
- EPSG Usage Extent: Wake - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6324
@Test @DisplayName("WGS 72 Transit Broadcast Ephemeris") public void EPSG_6324() throws FactoryExceptionTests “WGS 72 Transit Broadcast Ephemeris” geodetic datum creation from the factory.- EPSG datum code: 6324
- EPSG datum name: WGS 72 Transit Broadcast Ephemeris
- Alias(es) given by EPSG: WGS 72BE
- Ellipsoid name: WGS 72
- Prime meridian name: Greenwich
- EPSG Usage Extent: World
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6760
Tests “World Geodetic System 1966” geodetic datum creation from the factory.- EPSG datum code: 6760
- EPSG datum name: World Geodetic System 1966
- Alias(es) given by EPSG: WGS 66
- Ellipsoid name: NWL 9D
- Prime meridian name: Greenwich
- EPSG Usage Extent: World
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6322
Tests “World Geodetic System 1972” geodetic datum creation from the factory.- EPSG datum code: 6322
- EPSG datum name: World Geodetic System 1972
- Alias(es) given by EPSG: WGS 72
- Ellipsoid name: WGS 72
- Prime meridian name: Greenwich
- EPSG Usage Extent: World
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6326
Tests “World Geodetic System 1984” geodetic datum creation from the factory.- EPSG datum code: 6326
- EPSG datum name: World Geodetic System 1984
- Alias(es) given by EPSG: WGS 84, World Geodetic System 1984
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: World
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6610
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
- EPSG Usage Extent: China - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6309
Tests “Yacare” geodetic datum creation from the factory.- EPSG datum code: 6309
- EPSG datum name: Yacare
- Alias(es) given by EPSG: ROU-USAMS
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Uruguay - onshore
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6163
@Test @DisplayName("Yemen National Geodetic Network 1996") public void EPSG_6163() throws FactoryExceptionTests “Yemen National Geodetic Network 1996” geodetic datum creation from the factory.- EPSG datum code: 6163
- EPSG datum name: Yemen National Geodetic Network 1996
- Alias(es) given by EPSG: YNGN96
- Ellipsoid name: WGS 84
- Prime meridian name: Greenwich
- EPSG Usage Extent: Yemen
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6310
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
- EPSG Usage Extent: Senegal
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-
EPSG_6311
Tests “Zanderij” geodetic datum creation from the factory.- EPSG datum code: 6311
- EPSG datum name: Zanderij
- Ellipsoid name: International 1924
- Prime meridian name: Greenwich
- EPSG Usage Extent: Suriname
- Throws:
FactoryException
- if an error occurred while creating the datum from the EPSG code.
-