Package org.iogp.gigs

Class Test2206


@DisplayName("Conversion") public class Test2206 extends Series2000<Conversion>
Verifies reference map projections bundled with the geoscience software.
Test description
Test method: Compare map projection definitions included in the software against the EPSG Dataset.
Test data: GIGS_lib_2206_Conversion.txt and EPSG Dataset.
Tested API: CoordinateOperationAuthorityFactory.createCoordinateOperation(String).
Expected result: Map projection definitions bundled with the software should have the same name, method name, defining parameters and parameter values as in the EPSG Dataset. The values of the parameters should be correct to at least 10 significant figures. Map projections missing from the software or at variance with those in the EPSG Dataset should be reported.

Usage example

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

    Fields
    Modifier and Type
    Field
    Description
    Factory to use for building Conversion instances, or null if none.
    The name of the expected operation method.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    Tests “California CS27 zone IV” coordinate operation creation from the factory.
    void
    Tests “California CS27 zone V” coordinate operation creation from the factory.
    void
    Tests “California CS27 zone VI” coordinate operation creation from the factory.
    void
    Tests “California CS27 zone VII” coordinate operation creation from the factory.
    void
    Tests “SPCS83 California zone 4 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 California zone 5 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 California zone 6 (meters)” coordinate operation creation from the factory.
    void
    Tests “Louisiana CS27 North zone” coordinate operation creation from the factory.
    void
    Tests “Louisiana CS27 South zone” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Louisiana North zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Louisiana South zone (meters)” coordinate operation creation from the factory.
    void
    Tests “Michigan CS27 Central zone” coordinate operation creation from the factory.
    void
    Tests “Michigan CS27 South zone” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Michigan Central zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Michigan South zone (meters)” coordinate operation creation from the factory.
    void
    Tests “New Mexico CS27 East zone” coordinate operation creation from the factory.
    void
    Tests “SPCS83 New Mexico East zone (meters)” coordinate operation creation from the factory.
    void
    Tests “Oklahoma CS27 North zone” coordinate operation creation from the factory.
    void
    Tests “Oklahoma CS27 South zone” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Oklahoma North zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Oklahoma South zone (meters)” coordinate operation creation from the factory.
    void
    Tests “Texas CS27 North zone” coordinate operation creation from the factory.
    void
    Tests “Texas CS27 Central zone” coordinate operation creation from the factory.
    void
    Tests “Texas CS27 South Central zone” coordinate operation creation from the factory.
    void
    Tests “Texas CS27 South zone” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas North zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas North Central zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas Central zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas South Central zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas South zone (meters)” coordinate operation creation from the factory.
    void
    Tests “Wyoming CS27 West Central zone” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Wyoming West Central zone (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Wyoming West Central zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 2” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 3” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 4” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 5” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 6” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 7” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 8” coordinate operation creation from the factory.
    void
    Tests “Alaska CS27 zone 9” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 2 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 4 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 5 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 6 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 7 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 8 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Alaska zone 9 (meters)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 California zone 4 (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 California zone 5 (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 California zone 6 (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Michigan Central zone (International feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Michigan South zone (International feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 New Mexico East zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Oklahoma North zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Oklahoma South zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas North zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas North Central zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas Central zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas South Central zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Texas South zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Louisiana North zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “SPCS83 Louisiana South zone (US Survey feet)” coordinate operation creation from the factory.
    void
    Tests “BLM zone 14N (US survey feet)” coordinate operation creation from the factory.
    void
    Tests “BLM zone 15N (US survey feet)” coordinate operation creation from the factory.
    void
    Tests “BLM zone 16N (US survey feet)” coordinate operation creation from the factory.
    void
    Tests “BLM zone 17N (US survey feet)” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 1” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 2” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 3” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 4” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 5” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 6” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 7” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 8” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 9” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 10” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 11” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 12” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 13” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 14” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger zone 15” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 3E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 9E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 15E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 21E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 27E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 33E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 39E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 45E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 51E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 57E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 63E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 69E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 75E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 81E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 87E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 93E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 99E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 105E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 111E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 117E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 123E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 129E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 135E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 141E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 147E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 153E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 159E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 165E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 171E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 177E” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 177W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 171W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 165W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 159W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 153W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 147W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 141W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 135W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 129W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 123W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 117W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 111W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 105W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 99W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 93W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 87W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 81W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 75W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 69W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 63W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 57W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 51W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 45W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 39W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 33W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 27W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 21W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 15W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 9W” coordinate operation creation from the factory.
    void
    Tests “Gauss-Kruger CM 3W” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger CM 6E” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger CM 12E” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger CM 18E” coordinate operation creation from the factory.
    void
    Tests “3-degree Gauss-Kruger CM 24E” coordinate operation creation from the factory.
    void
    Tests “TM 0 N” coordinate operation creation from the factory.
    void
    Tests “TM 5 NE” coordinate operation creation from the factory.
    void
    Tests “TM 11.30 SE” coordinate operation creation from the factory.
    void
    Tests “TM 12 SE” coordinate operation creation from the factory.
    void
    Tests “TM 109 SE” coordinate operation creation from the factory.
    void
    Tests “TM 1 NW” coordinate operation creation from the factory.
    void
    Tests “TM 5 NW” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 48” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 49” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 50” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 51” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 52” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 53” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 54” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 55” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 56” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 57” coordinate operation creation from the factory.
    void
    Tests “Australian Map Grid zone 58” coordinate operation creation from the factory.
    void
    Tests “South West African Survey Grid zone 11” coordinate operation creation from the factory.
    void
    Tests “Nord Algerie” coordinate operation creation from the factory.
    void
    Tests “Sud Algerie” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 1” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 2” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 3” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 4” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 5” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 6” coordinate operation creation from the factory.
    void
    Tests “Argentina zone 7” coordinate operation creation from the factory.
    void
    Tests “Colombia West zone” coordinate operation creation from the factory.
    void
    Tests “Colombia Bogota zone” coordinate operation creation from the factory.
    void
    Tests “Colombia East Central zone” coordinate operation creation from the factory.
    void
    Tests “Colombia East zone” coordinate operation creation from the factory.
    void
    Tests “Colombia MAGNA Far West zone” coordinate operation creation from the factory.
    void
    Tests “Colombia MAGNA West zone” coordinate operation creation from the factory.
    void
    Tests “Colombia MAGNA Bogota zone” coordinate operation creation from the factory.
    void
    Tests “Colombia MAGNA East Central zone” coordinate operation creation from the factory.
    void
    Tests “Colombia MAGNA East zone” coordinate operation creation from the factory.
    void
    Tests “Egypt Blue Belt” coordinate operation creation from the factory.
    void
    Tests “Egypt Red Belt” coordinate operation creation from the factory.
    void
    Tests “Egypt Purple Belt” coordinate operation creation from the factory.
    void
    Tests “Egypt Extended Purple Belt” coordinate operation creation from the factory.
    void
    Tests “Lambert zone I” coordinate operation creation from the factory.
    void
    Tests “Lambert zone II” coordinate operation creation from the factory.
    void
    Tests “Lambert zone III” coordinate operation creation from the factory.
    void
    Tests “Lambert-93” coordinate operation creation from the factory.
    void
    Tests “New Zealand North Island National Grid” coordinate operation creation from the factory.
    void
    Tests “New Zealand South Island National Grid” coordinate operation creation from the factory.
    void
    Tests “Nigeria West Belt” coordinate operation creation from the factory.
    void
    Tests “Nigeria Mid Belt” coordinate operation creation from the factory.
    void
    Tests “Nigeria East Belt” coordinate operation creation from the factory.
    void
    Tests “Peru west zone” coordinate operation creation from the factory.
    void
    Tests “Peru central zone” coordinate operation creation from the factory.
    void
    Tests “Peru east zone” coordinate operation creation from the factory.
    void
    Tests “Nord Tunisie” coordinate operation creation from the factory.
    void
    Tests “Sud Tunisie” coordinate operation creation from the factory.
    void
    Tests “India zone I (1975 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone IIa (1975 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone IIIa (1975 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone IVa (1975 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone IIb (1975 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone I (1962 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone IIa (1962 metres)” coordinate operation creation from the factory.
    void
    Tests “India zone IIb (1937 metres)” coordinate operation creation from the factory.
    void
    Tests “Laborde Grid” coordinate operation creation from the factory.
    void
    Tests “Rectified Skew Orthomorphic Malaya Grid (chains)” coordinate operation creation from the factory.
    void
    Tests “Rectified Skew Orthomorphic Malaya Grid (metres)” coordinate operation creation from the factory.
    void
    Tests “Borneo RSO” coordinate operation creation from the factory.
    void
    Tests “Peninsular RSO” coordinate operation creation from the factory.
    void
    Tests “Netherlands East Indies Equatorial Zone” coordinate operation creation from the factory.
    void
    Tests “Iraq zone” coordinate operation creation from the factory.
    void
    Tests “Laborde Grid approximation” coordinate operation creation from the factory.
    void
    Tests “RD New” coordinate operation creation from the factory.
    void
    Tests “British National Grid” coordinate operation creation from the factory.
    void
    Tests “New Zealand Map Grid” coordinate operation creation from the factory.
    void
    Tests “Qatar National Grid” coordinate operation creation from the factory.
    void
    Tests “Trinidad Grid” coordinate operation creation from the factory.
    void
    Tests “Stereo 70” coordinate operation creation from the factory.
    void
    Tests “Stereo 33” coordinate operation creation from the factory.
    void
    Tests “Egyseges Orszagos Vetuleti” coordinate operation creation from the factory.
    void
    Tests “Levant zone” coordinate operation creation from the factory.
    void
    Tests “Brazil Polyconic” coordinate operation creation from the factory.
    void
    Tests “Syria Lambert” coordinate operation creation from the factory.
    void
    Tests “Qatar Grid” coordinate operation creation from the factory.
    void
    Tests “Rectified Skew Orthomorphic Borneo Grid (chains)” coordinate operation creation from the factory.
    void
    Tests “Rectified Skew Orthomorphic Borneo Grid (feet)” coordinate operation creation from the factory.
    void
    Tests “Rectified Skew Orthomorphic Borneo Grid (metres)” coordinate operation creation from the factory.
    void
    Tests “Ghana National Grid” coordinate operation creation from the factory.
    void
    Tests “New Zealand Transverse Mercator 2000” coordinate operation creation from the factory.
    void
    Tests “Trinidad Grid (Clarke's feet)” coordinate operation creation from the factory.
    void
    Tests “Aramco Lambert” coordinate operation creation from the factory.
    Returns the coordinate operation instance to be tested.
    void
    Tests “3-degree Gauss-Kruger” coordinate operation creation from the factory.
    void
    Tests “6-degree Gauss-Kruger” coordinate operation creation from the factory.
    void
    Tests “Italy” coordinate operation creation from the factory.
    void
    Tests “Libya” coordinate operation creation from the factory.
    void
    Tests “Libya TM” coordinate operation creation from the factory.
    void
    Tests “Philippines” coordinate operation creation from the factory.
    void
    Tests “UTM” coordinate operation creation from the factory.

    Methods inherited from class Series2000

    getVerifiableName

    Methods inherited from class Object

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

  • Constructor Details

    • Test2206

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

    • getIdentifiedObject

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

      @Test @DisplayName("3-degree Gauss-Kruger") public void various3DegreeGaussKruger() throws FactoryException
      Tests “3-degree Gauss-Kruger” coordinate operation creation from the factory.
      • EPSG coordinate operation code: various
      • EPSG coordinate operation name: 3-degree Gauss-Kruger
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16364

      @Test @DisplayName("3-degree Gauss-Kruger CM 12E") public void EPSG_16364() throws FactoryException
      Tests “3-degree Gauss-Kruger CM 12E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16364
      • EPSG coordinate operation name: 3-degree Gauss-Kruger CM 12E
      • Alias(es) given by EPSG: 3-deg Gauss-Kruger 12E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 012°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16366

      @Test @DisplayName("3-degree Gauss-Kruger CM 18E") public void EPSG_16366() throws FactoryException
      Tests “3-degree Gauss-Kruger CM 18E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16366
      • EPSG coordinate operation name: 3-degree Gauss-Kruger CM 18E
      • Alias(es) given by EPSG: 3-deg Gauss-Kruger 18E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 018°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16368

      @Test @DisplayName("3-degree Gauss-Kruger CM 24E") public void EPSG_16368() throws FactoryException
      Tests “3-degree Gauss-Kruger CM 24E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16368
      • EPSG coordinate operation name: 3-degree Gauss-Kruger CM 24E
      • Alias(es) given by EPSG: 3-deg Gauss-Kruger 24E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 024°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16362

      @Test @DisplayName("3-degree Gauss-Kruger CM 6E") public void EPSG_16362() throws FactoryException
      Tests “3-degree Gauss-Kruger CM 6E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16362
      • EPSG coordinate operation name: 3-degree Gauss-Kruger CM 6E
      • Alias(es) given by EPSG: 3-deg Gauss-Kruger 6E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 006°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16261

      @Test @DisplayName("3-degree Gauss-Kruger zone 1") public void EPSG_16261() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 1” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16261
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 1
      • Alias(es) given by EPSG: 3-degree Gauss zone 1
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 003°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16270

      @Test @DisplayName("3-degree Gauss-Kruger zone 10") public void EPSG_16270() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 10” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16270
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 10
      • Alias(es) given by EPSG: 3-degree Gauss zone 10
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 030°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16271

      @Test @DisplayName("3-degree Gauss-Kruger zone 11") public void EPSG_16271() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 11” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16271
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 11
      • Alias(es) given by EPSG: 3-degree Gauss zone 11
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 033°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16272

      @Test @DisplayName("3-degree Gauss-Kruger zone 12") public void EPSG_16272() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 12” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16272
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 12
      • Alias(es) given by EPSG: 3-degree Gauss zone 12
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 036°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16273

      @Test @DisplayName("3-degree Gauss-Kruger zone 13") public void EPSG_16273() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 13” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16273
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 13
      • Alias(es) given by EPSG: 3-degree Gauss zone 13
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 039°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16274

      @Test @DisplayName("3-degree Gauss-Kruger zone 14") public void EPSG_16274() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 14” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16274
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 14
      • Alias(es) given by EPSG: 3-degree Gauss zone 14
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 042°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16275

      @Test @DisplayName("3-degree Gauss-Kruger zone 15") public void EPSG_16275() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 15” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16275
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 15
      • Alias(es) given by EPSG: 3-degree Gauss zone 15
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 045°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16262

      @Test @DisplayName("3-degree Gauss-Kruger zone 2") public void EPSG_16262() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 2” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16262
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 2
      • Alias(es) given by EPSG: 3-degree Gauss zone 2
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 006°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16263

      @Test @DisplayName("3-degree Gauss-Kruger zone 3") public void EPSG_16263() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 3” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16263
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 3
      • Alias(es) given by EPSG: 3-degree Gauss zone 3
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 009°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16264

      @Test @DisplayName("3-degree Gauss-Kruger zone 4") public void EPSG_16264() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 4” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16264
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 4
      • Alias(es) given by EPSG: 3-degree Gauss zone 4
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 012°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16265

      @Test @DisplayName("3-degree Gauss-Kruger zone 5") public void EPSG_16265() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 5” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16265
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 5
      • Alias(es) given by EPSG: 3-degree Gauss zone 5
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 015°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16266

      @Test @DisplayName("3-degree Gauss-Kruger zone 6") public void EPSG_16266() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 6” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16266
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 6
      • Alias(es) given by EPSG: 3-degree Gauss zone 6
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 018°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16267

      @Test @DisplayName("3-degree Gauss-Kruger zone 7") public void EPSG_16267() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 7” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16267
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 7
      • Alias(es) given by EPSG: 3-degree Gauss zone 7
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 021°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16268

      @Test @DisplayName("3-degree Gauss-Kruger zone 8") public void EPSG_16268() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 8” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16268
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 8
      • Alias(es) given by EPSG: 3-degree Gauss zone 8
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 024°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16269

      @Test @DisplayName("3-degree Gauss-Kruger zone 9") public void EPSG_16269() throws FactoryException
      Tests “3-degree Gauss-Kruger zone 9” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16269
      • EPSG coordinate operation name: 3-degree Gauss-Kruger zone 9
      • Alias(es) given by EPSG: 3-degree Gauss zone 9
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 3-degree CM 027°E
      Remarks: With zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • various6DegreeGaussKruger

      @Test @DisplayName("6-degree Gauss-Kruger") public void various6DegreeGaussKruger() throws FactoryException
      Tests “6-degree Gauss-Kruger” coordinate operation creation from the factory.
      • EPSG coordinate operation code: various
      • EPSG coordinate operation name: 6-degree Gauss-Kruger
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15002

      @Test @DisplayName("Alaska CS27 zone 2") public void EPSG_15002() throws FactoryException
      Tests “Alaska CS27 zone 2” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15002
      • EPSG coordinate operation name: Alaska CS27 zone 2
      • Alias(es) given by EPSG: Alaska zone 2
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 144°W to 141°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15003

      @Test @DisplayName("Alaska CS27 zone 3") public void EPSG_15003() throws FactoryException
      Tests “Alaska CS27 zone 3” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15003
      • EPSG coordinate operation name: Alaska CS27 zone 3
      • Alias(es) given by EPSG: Alaska zone 3
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 148°W to 144°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15004

      @Test @DisplayName("Alaska CS27 zone 4") public void EPSG_15004() throws FactoryException
      Tests “Alaska CS27 zone 4” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15004
      • EPSG coordinate operation name: Alaska CS27 zone 4
      • Alias(es) given by EPSG: Alaska zone 4
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 152°W to 148°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15005

      @Test @DisplayName("Alaska CS27 zone 5") public void EPSG_15005() throws FactoryException
      Tests “Alaska CS27 zone 5” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15005
      • EPSG coordinate operation name: Alaska CS27 zone 5
      • Alias(es) given by EPSG: Alaska zone 5
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 156°W to 152°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15006

      @Test @DisplayName("Alaska CS27 zone 6") public void EPSG_15006() throws FactoryException
      Tests “Alaska CS27 zone 6” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15006
      • EPSG coordinate operation name: Alaska CS27 zone 6
      • Alias(es) given by EPSG: Alaska zone 6
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 160°W to 156°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15007

      @Test @DisplayName("Alaska CS27 zone 7") public void EPSG_15007() throws FactoryException
      Tests “Alaska CS27 zone 7” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15007
      • EPSG coordinate operation name: Alaska CS27 zone 7
      • Alias(es) given by EPSG: Alaska zone 7
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 164°W to 160°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15008

      @Test @DisplayName("Alaska CS27 zone 8") public void EPSG_15008() throws FactoryException
      Tests “Alaska CS27 zone 8” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15008
      • EPSG coordinate operation name: Alaska CS27 zone 8
      • Alias(es) given by EPSG: Alaska zone 8
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - north of 54.5°N; 168°W to 164°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15009

      @Test @DisplayName("Alaska CS27 zone 9") public void EPSG_15009() throws FactoryException
      Tests “Alaska CS27 zone 9” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15009
      • EPSG coordinate operation name: Alaska CS27 zone 9
      • Alias(es) given by EPSG: Alaska zone 9
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - north of 54.5°N; west of 168°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19977

      @Test @DisplayName("Aramco Lambert") public void EPSG_19977() throws FactoryException
      Tests “Aramco Lambert” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19977
      • EPSG coordinate operation name: Aramco Lambert
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: Saudi Arabia - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18031

      @Test @DisplayName("Argentina zone 1") public void EPSG_18031() throws FactoryException
      Tests “Argentina zone 1” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18031
      • EPSG coordinate operation name: Argentina zone 1
      • Alias(es) given by EPSG: Argentina 1, Gauss-Kruger zone 1
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - west of 70.5°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18032

      @Test @DisplayName("Argentina zone 2") public void EPSG_18032() throws FactoryException
      Tests “Argentina zone 2” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18032
      • EPSG coordinate operation name: Argentina zone 2
      • Alias(es) given by EPSG: Argentina 2, Gauss-Kruger zone 2
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - 70.5°W to 67.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18033

      @Test @DisplayName("Argentina zone 3") public void EPSG_18033() throws FactoryException
      Tests “Argentina zone 3” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18033
      • EPSG coordinate operation name: Argentina zone 3
      • Alias(es) given by EPSG: Argentina 3, Gauss-Kruger zone 3
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - 67.5°W to 64.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18034

      @Test @DisplayName("Argentina zone 4") public void EPSG_18034() throws FactoryException
      Tests “Argentina zone 4” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18034
      • EPSG coordinate operation name: Argentina zone 4
      • Alias(es) given by EPSG: Argentina 4, Gauss-Kruger zone 4
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - 64.5°W to 61.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18035

      @Test @DisplayName("Argentina zone 5") public void EPSG_18035() throws FactoryException
      Tests “Argentina zone 5” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18035
      • EPSG coordinate operation name: Argentina zone 5
      • Alias(es) given by EPSG: Argentina 5, Gauss-Kruger zone 5
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - 61.5°W to 58.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18036

      @Test @DisplayName("Argentina zone 6") public void EPSG_18036() throws FactoryException
      Tests “Argentina zone 6” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18036
      • EPSG coordinate operation name: Argentina zone 6
      • Alias(es) given by EPSG: Argentina 6, Gauss-Kruger zone 6
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - 58.5°W to 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18037

      @Test @DisplayName("Argentina zone 7") public void EPSG_18037() throws FactoryException
      Tests “Argentina zone 7” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18037
      • EPSG coordinate operation name: Argentina zone 7
      • Alias(es) given by EPSG: Argentina 7, Gauss-Kruger zone 7
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Argentina - east of 55.5°W onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17448

      @Test @DisplayName("Australian Map Grid zone 48") public void EPSG_17448() throws FactoryException
      Tests “Australian Map Grid zone 48” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17448
      • EPSG coordinate operation name: Australian Map Grid zone 48
      • Alias(es) given by EPSG: AMG zone 48
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 102°E to 108°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17449

      @Test @DisplayName("Australian Map Grid zone 49") public void EPSG_17449() throws FactoryException
      Tests “Australian Map Grid zone 49” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17449
      • EPSG coordinate operation name: Australian Map Grid zone 49
      • Alias(es) given by EPSG: AMG zone 49
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 108°E to 114°E (EEZ)
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17450

      @Test @DisplayName("Australian Map Grid zone 50") public void EPSG_17450() throws FactoryException
      Tests “Australian Map Grid zone 50” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17450
      • EPSG coordinate operation name: Australian Map Grid zone 50
      • Alias(es) given by EPSG: AMG zone 50
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 114°E to 120°E (EEZ)
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17451

      @Test @DisplayName("Australian Map Grid zone 51") public void EPSG_17451() throws FactoryException
      Tests “Australian Map Grid zone 51” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17451
      • EPSG coordinate operation name: Australian Map Grid zone 51
      • Alias(es) given by EPSG: AMG zone 51
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 120°E to 126°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17452

      @Test @DisplayName("Australian Map Grid zone 52") public void EPSG_17452() throws FactoryException
      Tests “Australian Map Grid zone 52” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17452
      • EPSG coordinate operation name: Australian Map Grid zone 52
      • Alias(es) given by EPSG: AMG zone 52
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 126°E to 132°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17453

      @Test @DisplayName("Australian Map Grid zone 53") public void EPSG_17453() throws FactoryException
      Tests “Australian Map Grid zone 53” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17453
      • EPSG coordinate operation name: Australian Map Grid zone 53
      • Alias(es) given by EPSG: AMG zone 53
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 132°E to 138°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17454

      @Test @DisplayName("Australian Map Grid zone 54") public void EPSG_17454() throws FactoryException
      Tests “Australian Map Grid zone 54” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17454
      • EPSG coordinate operation name: Australian Map Grid zone 54
      • Alias(es) given by EPSG: AMG zone 54
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australasia - Australia and PNG - 138°E to 144°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17455

      @Test @DisplayName("Australian Map Grid zone 55") public void EPSG_17455() throws FactoryException
      Tests “Australian Map Grid zone 55” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17455
      • EPSG coordinate operation name: Australian Map Grid zone 55
      • Alias(es) given by EPSG: AMG zone 55
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australasia - Australia and PNG - 144°E to 150°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17456

      @Test @DisplayName("Australian Map Grid zone 56") public void EPSG_17456() throws FactoryException
      Tests “Australian Map Grid zone 56” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17456
      • EPSG coordinate operation name: Australian Map Grid zone 56
      • Alias(es) given by EPSG: AMG zone 56
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australasia - Australia and PNG - 150°E to 156°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17457

      @Test @DisplayName("Australian Map Grid zone 57") public void EPSG_17457() throws FactoryException
      Tests “Australian Map Grid zone 57” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17457
      • EPSG coordinate operation name: Australian Map Grid zone 57
      • Alias(es) given by EPSG: AMG zone 57
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - 156°E to 162°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17458

      @Test @DisplayName("Australian Map Grid zone 58") public void EPSG_17458() throws FactoryException
      Tests “Australian Map Grid zone 58” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17458
      • EPSG coordinate operation name: Australian Map Grid zone 58
      • Alias(es) given by EPSG: AMG zone 58
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Australia - EEZ east of 162°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15914

      @Test @DisplayName("BLM zone 14N (US survey feet)") public void EPSG_15914() throws FactoryException
      Tests “BLM zone 14N (US survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15914
      • EPSG coordinate operation name: BLM zone 14N (US survey feet)
      • Alias(es) given by EPSG: BLM 14N (ftUS), BLM zone 14N in feet
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - 102°W to 96°W and GoM OCS
      Remarks: UTM in ftUS.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15915

      @Test @DisplayName("BLM zone 15N (US survey feet)") public void EPSG_15915() throws FactoryException
      Tests “BLM zone 15N (US survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15915
      • EPSG coordinate operation name: BLM zone 15N (US survey feet)
      • Alias(es) given by EPSG: BLM 15N (ftUS), BLM zone 15N in feet
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - 96°W to 90°W and GoM OCS
      Remarks: UTM in ftUS.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15916

      @Test @DisplayName("BLM zone 16N (US survey feet)") public void EPSG_15916() throws FactoryException
      Tests “BLM zone 16N (US survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15916
      • EPSG coordinate operation name: BLM zone 16N (US survey feet)
      • Alias(es) given by EPSG: BLM 16N (ftUS), BLM zone 16N in feet
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - 90°W to 84°W and GoM OCS
      Remarks: UTM in ftUS.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15917

      @Test @DisplayName("BLM zone 17N (US survey feet)") public void EPSG_15917() throws FactoryException
      Tests “BLM zone 17N (US survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15917
      • EPSG coordinate operation name: BLM zone 17N (US survey feet)
      • Alias(es) given by EPSG: BLM 17N (ftUS), BLM zone 17N in feet
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - 84°W to 78°W and GoM OCS
      Remarks: UTM in ftUS.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19894

      @Test @DisplayName("Borneo RSO") public void EPSG_19894() throws FactoryException
      Tests “Borneo RSO” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19894
      • EPSG coordinate operation name: Borneo RSO
      • Alias(es) given by EPSG: East Malaysia BRSO, Brunei BRSO
      • Coordinate operation method: Hotine Oblique Mercator (variant A)
      • EPSG Usage Extent: Asia - Brunei and East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19941

      @Test @DisplayName("Brazil Polyconic") public void EPSG_19941() throws FactoryException
      Tests “Brazil Polyconic” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19941
      • EPSG coordinate operation name: Brazil Polyconic
      • Coordinate operation method: American Polyconic
      • EPSG Usage Extent: Brazil
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19916

      @Test @DisplayName("British National Grid") public void EPSG_19916() throws FactoryException
      Tests “British National Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19916
      • EPSG coordinate operation name: British National Grid
      • Coordinate operation method: Transverse Mercator
      • 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 coordinate operation from the EPSG code.
    • EPSG_10404

      @Test @DisplayName("California CS27 zone IV") public void EPSG_10404() throws FactoryException
      Tests “California CS27 zone IV” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10404
      • EPSG coordinate operation name: California CS27 zone IV
      • Alias(es) given by EPSG: California zone IV
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS - 4
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_10405

      @Test @DisplayName("California CS27 zone V") public void EPSG_10405() throws FactoryException
      Tests “California CS27 zone V” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10405
      • EPSG coordinate operation name: California CS27 zone V
      • Alias(es) given by EPSG: California zone V
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS27 - 5
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_10406

      @Test @DisplayName("California CS27 zone VI") public void EPSG_10406() throws FactoryException
      Tests “California CS27 zone VI” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10406
      • EPSG coordinate operation name: California CS27 zone VI
      • Alias(es) given by EPSG: California zone VI
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS - 6
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_10408

      @Test @DisplayName("California CS27 zone VII") public void EPSG_10408() throws FactoryException
      Tests “California CS27 zone VII” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10408
      • EPSG coordinate operation name: California CS27 zone VII
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS27 - 7
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18052

      @Test @DisplayName("Colombia Bogota zone") public void EPSG_18052() throws FactoryException
      Tests “Colombia Bogota zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18052
      • EPSG coordinate operation name: Colombia Bogota zone
      • Alias(es) given by EPSG: Colombia Bogota
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - 75°35'W to 72°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18053

      @Test @DisplayName("Colombia East Central zone") public void EPSG_18053() throws FactoryException
      Tests “Colombia East Central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18053
      • EPSG coordinate operation name: Colombia East Central zone
      • Alias(es) given by EPSG: Colombia 3E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - 72°35'W to 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18054

      @Test @DisplayName("Colombia East zone") public void EPSG_18054() throws FactoryException
      Tests “Colombia East zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18054
      • EPSG coordinate operation name: Colombia East zone
      • Alias(es) given by EPSG: Colombia 6E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - east of 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18057

      @Test @DisplayName("Colombia MAGNA Bogota zone") public void EPSG_18057() throws FactoryException
      Tests “Colombia MAGNA Bogota zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18057
      • EPSG coordinate operation name: Colombia MAGNA Bogota zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - 75°35'W to 72°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18058

      @Test @DisplayName("Colombia MAGNA East Central zone") public void EPSG_18058() throws FactoryException
      Tests “Colombia MAGNA East Central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18058
      • EPSG coordinate operation name: Colombia MAGNA East Central zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - 72°35'W to 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18059

      @Test @DisplayName("Colombia MAGNA East zone") public void EPSG_18059() throws FactoryException
      Tests “Colombia MAGNA East zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18059
      • EPSG coordinate operation name: Colombia MAGNA East zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - east of 69°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18055

      @Test @DisplayName("Colombia MAGNA Far West zone") public void EPSG_18055() throws FactoryException
      Tests “Colombia MAGNA Far West zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18055
      • EPSG coordinate operation name: Colombia MAGNA Far West zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - west of 78°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18056

      @Test @DisplayName("Colombia MAGNA West zone") public void EPSG_18056() throws FactoryException
      Tests “Colombia MAGNA West zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18056
      • EPSG coordinate operation name: Colombia MAGNA West zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - 78°35'W to 75°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18051

      @Test @DisplayName("Colombia West zone") public void EPSG_18051() throws FactoryException
      Tests “Colombia West zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18051
      • EPSG coordinate operation name: Colombia West zone
      • Alias(es) given by EPSG: Colombia 3W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Colombia - west of 75°35'W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18071

      @Test @DisplayName("Egypt Blue Belt") public void EPSG_18071() throws FactoryException
      Tests “Egypt Blue Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18071
      • EPSG coordinate operation name: Egypt Blue Belt
      • Alias(es) given by EPSG: Blue Belt, Green Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Egypt - east of 33°E onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18074

      @Test @DisplayName("Egypt Extended Purple Belt") public void EPSG_18074() throws FactoryException
      Tests “Egypt Extended Purple Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18074
      • EPSG coordinate operation name: Egypt Extended Purple Belt
      • Alias(es) given by EPSG: Extended Purple Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Egypt - west of 29°E; south of 28°11'N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18073

      @Test @DisplayName("Egypt Purple Belt") public void EPSG_18073() throws FactoryException
      Tests “Egypt Purple Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18073
      • EPSG coordinate operation name: Egypt Purple Belt
      • Alias(es) given by EPSG: Purple Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Egypt - west of 29°E; north of 28°11'N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18072

      @Test @DisplayName("Egypt Red Belt") public void EPSG_18072() throws FactoryException
      Tests “Egypt Red Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18072
      • EPSG coordinate operation name: Egypt Red Belt
      • Alias(es) given by EPSG: Red Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Egypt - 29°E to 33°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19931

      @Test @DisplayName("Egyseges Orszagos Vetuleti") public void EPSG_19931() throws FactoryException
      Tests “Egyseges Orszagos Vetuleti” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19931
      • EPSG coordinate operation name: Egyseges Orszagos Vetuleti
      • Alias(es) given by EPSG: EOV
      • Coordinate operation method: Hotine Oblique Mercator (variant B)
      • EPSG Usage Extent: Hungary
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16318

      @Test @DisplayName("Gauss-Kruger CM 105E") public void EPSG_16318() throws FactoryException
      Tests “Gauss-Kruger CM 105E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16318
      • EPSG coordinate operation name: Gauss-Kruger CM 105E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 105E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 102°E to 108°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16343

      @Test @DisplayName("Gauss-Kruger CM 105W") public void EPSG_16343() throws FactoryException
      Tests “Gauss-Kruger CM 105W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16343
      • EPSG coordinate operation name: Gauss-Kruger CM 105W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 105W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 108°W to 102°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16319

      @Test @DisplayName("Gauss-Kruger CM 111E") public void EPSG_16319() throws FactoryException
      Tests “Gauss-Kruger CM 111E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16319
      • EPSG coordinate operation name: Gauss-Kruger CM 111E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 111E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 108°E to 114°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16342

      @Test @DisplayName("Gauss-Kruger CM 111W") public void EPSG_16342() throws FactoryException
      Tests “Gauss-Kruger CM 111W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16342
      • EPSG coordinate operation name: Gauss-Kruger CM 111W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 111W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 114°W to 108°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16320

      @Test @DisplayName("Gauss-Kruger CM 117E") public void EPSG_16320() throws FactoryException
      Tests “Gauss-Kruger CM 117E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16320
      • EPSG coordinate operation name: Gauss-Kruger CM 117E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 117E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 114°E to 120°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16341

      @Test @DisplayName("Gauss-Kruger CM 117W") public void EPSG_16341() throws FactoryException
      Tests “Gauss-Kruger CM 117W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16341
      • EPSG coordinate operation name: Gauss-Kruger CM 117W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 117W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 120°W to 114°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16321

      @Test @DisplayName("Gauss-Kruger CM 123E") public void EPSG_16321() throws FactoryException
      Tests “Gauss-Kruger CM 123E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16321
      • EPSG coordinate operation name: Gauss-Kruger CM 123E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 123E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 120°E to 126°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16340

      @Test @DisplayName("Gauss-Kruger CM 123W") public void EPSG_16340() throws FactoryException
      Tests “Gauss-Kruger CM 123W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16340
      • EPSG coordinate operation name: Gauss-Kruger CM 123W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 123W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 126°W to 120°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16322

      @Test @DisplayName("Gauss-Kruger CM 129E") public void EPSG_16322() throws FactoryException
      Tests “Gauss-Kruger CM 129E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16322
      • EPSG coordinate operation name: Gauss-Kruger CM 129E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 129E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 126°E to 132°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16339

      @Test @DisplayName("Gauss-Kruger CM 129W") public void EPSG_16339() throws FactoryException
      Tests “Gauss-Kruger CM 129W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16339
      • EPSG coordinate operation name: Gauss-Kruger CM 129W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 129W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 132°W to 126°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16323

      @Test @DisplayName("Gauss-Kruger CM 135E") public void EPSG_16323() throws FactoryException
      Tests “Gauss-Kruger CM 135E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16323
      • EPSG coordinate operation name: Gauss-Kruger CM 135E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 135E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 132°E to 138°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16338

      @Test @DisplayName("Gauss-Kruger CM 135W") public void EPSG_16338() throws FactoryException
      Tests “Gauss-Kruger CM 135W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16338
      • EPSG coordinate operation name: Gauss-Kruger CM 135W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 135W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 138°W to 132°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16324

      @Test @DisplayName("Gauss-Kruger CM 141E") public void EPSG_16324() throws FactoryException
      Tests “Gauss-Kruger CM 141E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16324
      • EPSG coordinate operation name: Gauss-Kruger CM 141E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 141E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 138°E to 144°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16337

      @Test @DisplayName("Gauss-Kruger CM 141W") public void EPSG_16337() throws FactoryException
      Tests “Gauss-Kruger CM 141W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16337
      • EPSG coordinate operation name: Gauss-Kruger CM 141W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 141W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 144°W to 138°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16325

      @Test @DisplayName("Gauss-Kruger CM 147E") public void EPSG_16325() throws FactoryException
      Tests “Gauss-Kruger CM 147E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16325
      • EPSG coordinate operation name: Gauss-Kruger CM 147E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 147E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 144°E to 150°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16336

      @Test @DisplayName("Gauss-Kruger CM 147W") public void EPSG_16336() throws FactoryException
      Tests “Gauss-Kruger CM 147W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16336
      • EPSG coordinate operation name: Gauss-Kruger CM 147W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 147W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 150°W to 144°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16326

      @Test @DisplayName("Gauss-Kruger CM 153E") public void EPSG_16326() throws FactoryException
      Tests “Gauss-Kruger CM 153E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16326
      • EPSG coordinate operation name: Gauss-Kruger CM 153E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 153E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 150°E to 156°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16335

      @Test @DisplayName("Gauss-Kruger CM 153W") public void EPSG_16335() throws FactoryException
      Tests “Gauss-Kruger CM 153W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16335
      • EPSG coordinate operation name: Gauss-Kruger CM 153W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 153W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 156°W to 150°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16327

      @Test @DisplayName("Gauss-Kruger CM 159E") public void EPSG_16327() throws FactoryException
      Tests “Gauss-Kruger CM 159E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16327
      • EPSG coordinate operation name: Gauss-Kruger CM 159E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 159E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 156°E to 162°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16334

      @Test @DisplayName("Gauss-Kruger CM 159W") public void EPSG_16334() throws FactoryException
      Tests “Gauss-Kruger CM 159W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16334
      • EPSG coordinate operation name: Gauss-Kruger CM 159W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 159W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 162°W to 156°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16303

      @Test @DisplayName("Gauss-Kruger CM 15E") public void EPSG_16303() throws FactoryException
      Tests “Gauss-Kruger CM 15E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16303
      • EPSG coordinate operation name: Gauss-Kruger CM 15E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 15E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 12°E to 18°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16358

      @Test @DisplayName("Gauss-Kruger CM 15W") public void EPSG_16358() throws FactoryException
      Tests “Gauss-Kruger CM 15W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16358
      • EPSG coordinate operation name: Gauss-Kruger CM 15W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 15W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 18°W to 12°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16328

      @Test @DisplayName("Gauss-Kruger CM 165E") public void EPSG_16328() throws FactoryException
      Tests “Gauss-Kruger CM 165E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16328
      • EPSG coordinate operation name: Gauss-Kruger CM 165E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 165E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 162°E to 168°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16333

      @Test @DisplayName("Gauss-Kruger CM 165W") public void EPSG_16333() throws FactoryException
      Tests “Gauss-Kruger CM 165W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16333
      • EPSG coordinate operation name: Gauss-Kruger CM 165W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 165W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 168°W to 162°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16329

      @Test @DisplayName("Gauss-Kruger CM 171E") public void EPSG_16329() throws FactoryException
      Tests “Gauss-Kruger CM 171E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16329
      • EPSG coordinate operation name: Gauss-Kruger CM 171E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 171E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 168°E to 174°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16332

      @Test @DisplayName("Gauss-Kruger CM 171W") public void EPSG_16332() throws FactoryException
      Tests “Gauss-Kruger CM 171W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16332
      • EPSG coordinate operation name: Gauss-Kruger CM 171W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 171W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 174°W to 168°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16330

      @Test @DisplayName("Gauss-Kruger CM 177E") public void EPSG_16330() throws FactoryException
      Tests “Gauss-Kruger CM 177E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16330
      • EPSG coordinate operation name: Gauss-Kruger CM 177E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 177E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 174°E to 180°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16331

      @Test @DisplayName("Gauss-Kruger CM 177W") public void EPSG_16331() throws FactoryException
      Tests “Gauss-Kruger CM 177W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16331
      • EPSG coordinate operation name: Gauss-Kruger CM 177W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 177W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 180°W to 174°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16304

      @Test @DisplayName("Gauss-Kruger CM 21E") public void EPSG_16304() throws FactoryException
      Tests “Gauss-Kruger CM 21E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16304
      • EPSG coordinate operation name: Gauss-Kruger CM 21E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 21E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 18°E to 24°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16357

      @Test @DisplayName("Gauss-Kruger CM 21W") public void EPSG_16357() throws FactoryException
      Tests “Gauss-Kruger CM 21W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16357
      • EPSG coordinate operation name: Gauss-Kruger CM 21W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 21W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 24°W to 18°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16305

      @Test @DisplayName("Gauss-Kruger CM 27E") public void EPSG_16305() throws FactoryException
      Tests “Gauss-Kruger CM 27E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16305
      • EPSG coordinate operation name: Gauss-Kruger CM 27E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 27E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 24°E to 30°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16356

      @Test @DisplayName("Gauss-Kruger CM 27W") public void EPSG_16356() throws FactoryException
      Tests “Gauss-Kruger CM 27W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16356
      • EPSG coordinate operation name: Gauss-Kruger CM 27W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 27W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 30°W to 24°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16306

      @Test @DisplayName("Gauss-Kruger CM 33E") public void EPSG_16306() throws FactoryException
      Tests “Gauss-Kruger CM 33E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16306
      • EPSG coordinate operation name: Gauss-Kruger CM 33E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 33E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 30°E to 36°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16355

      @Test @DisplayName("Gauss-Kruger CM 33W") public void EPSG_16355() throws FactoryException
      Tests “Gauss-Kruger CM 33W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16355
      • EPSG coordinate operation name: Gauss-Kruger CM 33W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 33W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 36°W to 30°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16307

      @Test @DisplayName("Gauss-Kruger CM 39E") public void EPSG_16307() throws FactoryException
      Tests “Gauss-Kruger CM 39E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16307
      • EPSG coordinate operation name: Gauss-Kruger CM 39E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 39E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 36°E to 42°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16354

      @Test @DisplayName("Gauss-Kruger CM 39W") public void EPSG_16354() throws FactoryException
      Tests “Gauss-Kruger CM 39W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16354
      • EPSG coordinate operation name: Gauss-Kruger CM 39W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 39W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 42°W to 36°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16301

      @Test @DisplayName("Gauss-Kruger CM 3E") public void EPSG_16301() throws FactoryException
      Tests “Gauss-Kruger CM 3E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16301
      • EPSG coordinate operation name: Gauss-Kruger CM 3E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 3E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 0°E to 6°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16360

      @Test @DisplayName("Gauss-Kruger CM 3W") public void EPSG_16360() throws FactoryException
      Tests “Gauss-Kruger CM 3W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16360
      • EPSG coordinate operation name: Gauss-Kruger CM 3W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 3W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 6°W to 0°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16308

      @Test @DisplayName("Gauss-Kruger CM 45E") public void EPSG_16308() throws FactoryException
      Tests “Gauss-Kruger CM 45E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16308
      • EPSG coordinate operation name: Gauss-Kruger CM 45E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 45E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 42°E to 48°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16353

      @Test @DisplayName("Gauss-Kruger CM 45W") public void EPSG_16353() throws FactoryException
      Tests “Gauss-Kruger CM 45W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16353
      • EPSG coordinate operation name: Gauss-Kruger CM 45W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 45W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 48°W to 42°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16309

      @Test @DisplayName("Gauss-Kruger CM 51E") public void EPSG_16309() throws FactoryException
      Tests “Gauss-Kruger CM 51E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16309
      • EPSG coordinate operation name: Gauss-Kruger CM 51E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 51E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 48°E to 54°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16352

      @Test @DisplayName("Gauss-Kruger CM 51W") public void EPSG_16352() throws FactoryException
      Tests “Gauss-Kruger CM 51W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16352
      • EPSG coordinate operation name: Gauss-Kruger CM 51W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 51W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 54°W to 48°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16310

      @Test @DisplayName("Gauss-Kruger CM 57E") public void EPSG_16310() throws FactoryException
      Tests “Gauss-Kruger CM 57E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16310
      • EPSG coordinate operation name: Gauss-Kruger CM 57E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 57E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 54°E to 60°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16351

      @Test @DisplayName("Gauss-Kruger CM 57W") public void EPSG_16351() throws FactoryException
      Tests “Gauss-Kruger CM 57W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16351
      • EPSG coordinate operation name: Gauss-Kruger CM 57W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 57W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 60°W to 54°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16311

      @Test @DisplayName("Gauss-Kruger CM 63E") public void EPSG_16311() throws FactoryException
      Tests “Gauss-Kruger CM 63E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16311
      • EPSG coordinate operation name: Gauss-Kruger CM 63E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 63E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 60°E to 66°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16350

      @Test @DisplayName("Gauss-Kruger CM 63W") public void EPSG_16350() throws FactoryException
      Tests “Gauss-Kruger CM 63W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16350
      • EPSG coordinate operation name: Gauss-Kruger CM 63W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 63W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 66°W to 60°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16312

      @Test @DisplayName("Gauss-Kruger CM 69E") public void EPSG_16312() throws FactoryException
      Tests “Gauss-Kruger CM 69E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16312
      • EPSG coordinate operation name: Gauss-Kruger CM 69E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 69E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 66°E to 72°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16349

      @Test @DisplayName("Gauss-Kruger CM 69W") public void EPSG_16349() throws FactoryException
      Tests “Gauss-Kruger CM 69W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16349
      • EPSG coordinate operation name: Gauss-Kruger CM 69W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 69W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 72°W to 66°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16313

      @Test @DisplayName("Gauss-Kruger CM 75E") public void EPSG_16313() throws FactoryException
      Tests “Gauss-Kruger CM 75E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16313
      • EPSG coordinate operation name: Gauss-Kruger CM 75E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 75E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 72°E to 78°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16348

      @Test @DisplayName("Gauss-Kruger CM 75W") public void EPSG_16348() throws FactoryException
      Tests “Gauss-Kruger CM 75W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16348
      • EPSG coordinate operation name: Gauss-Kruger CM 75W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 75W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 78°W to 72°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16314

      @Test @DisplayName("Gauss-Kruger CM 81E") public void EPSG_16314() throws FactoryException
      Tests “Gauss-Kruger CM 81E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16314
      • EPSG coordinate operation name: Gauss-Kruger CM 81E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 81E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 78°E to 84°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16347

      @Test @DisplayName("Gauss-Kruger CM 81W") public void EPSG_16347() throws FactoryException
      Tests “Gauss-Kruger CM 81W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16347
      • EPSG coordinate operation name: Gauss-Kruger CM 81W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 81W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 84°W to 78°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16315

      @Test @DisplayName("Gauss-Kruger CM 87E") public void EPSG_16315() throws FactoryException
      Tests “Gauss-Kruger CM 87E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16315
      • EPSG coordinate operation name: Gauss-Kruger CM 87E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 87E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 84°E to 90°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16346

      @Test @DisplayName("Gauss-Kruger CM 87W") public void EPSG_16346() throws FactoryException
      Tests “Gauss-Kruger CM 87W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16346
      • EPSG coordinate operation name: Gauss-Kruger CM 87W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 87W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 90°W to 84°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16316

      @Test @DisplayName("Gauss-Kruger CM 93E") public void EPSG_16316() throws FactoryException
      Tests “Gauss-Kruger CM 93E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16316
      • EPSG coordinate operation name: Gauss-Kruger CM 93E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 93E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 90°E to 96°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16345

      @Test @DisplayName("Gauss-Kruger CM 93W") public void EPSG_16345() throws FactoryException
      Tests “Gauss-Kruger CM 93W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16345
      • EPSG coordinate operation name: Gauss-Kruger CM 93W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 93W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 96°W to 90°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16317

      @Test @DisplayName("Gauss-Kruger CM 99E") public void EPSG_16317() throws FactoryException
      Tests “Gauss-Kruger CM 99E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16317
      • EPSG coordinate operation name: Gauss-Kruger CM 99E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 99E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 96°E to 102°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16344

      @Test @DisplayName("Gauss-Kruger CM 99W") public void EPSG_16344() throws FactoryException
      Tests “Gauss-Kruger CM 99W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16344
      • EPSG coordinate operation name: Gauss-Kruger CM 99W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 99W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 102°W to 96°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16302

      @Test @DisplayName("Gauss-Kruger CM 9E") public void EPSG_16302() throws FactoryException
      Tests “Gauss-Kruger CM 9E” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16302
      • EPSG coordinate operation name: Gauss-Kruger CM 9E
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 9E
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 6°E to 12°E
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16359

      @Test @DisplayName("Gauss-Kruger CM 9W") public void EPSG_16359() throws FactoryException
      Tests “Gauss-Kruger CM 9W” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16359
      • EPSG coordinate operation name: Gauss-Kruger CM 9W
      • Alias(es) given by EPSG: 6-degree Gauss-Kruger CM 9W
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: World - N hemisphere - 12°W to 6°W
      Remarks: Without zone prefix in easting.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19959

      @Test @DisplayName("Ghana National Grid") public void EPSG_19959() throws FactoryException
      Tests “Ghana National Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19959
      • EPSG coordinate operation name: Ghana National Grid
      • Alias(es) given by EPSG: Gold Coast Grid
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Ghana
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18236

      @Test @DisplayName("India zone I (1962 metres)") public void EPSG_18236() throws FactoryException
      Tests “India zone I (1962 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18236
      • EPSG coordinate operation name: India zone I (1962 metres)
      • Alias(es) given by EPSG: India zone I
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Pakistan - 28°N to 35°35'N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18231

      @Test @DisplayName("India zone I (1975 metres)") public void EPSG_18231() throws FactoryException
      Tests “India zone I (1975 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18231
      • EPSG coordinate operation name: India zone I (1975 metres)
      • Alias(es) given by EPSG: India zone I
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: India - north of 28°N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18237

      @Test @DisplayName("India zone IIa (1962 metres)") public void EPSG_18237() throws FactoryException
      Tests “India zone IIa (1962 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18237
      • EPSG coordinate operation name: India zone IIa (1962 metres)
      • Alias(es) given by EPSG: India zone IIa
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Pakistan - onshore south of 28°N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18232

      @Test @DisplayName("India zone IIa (1975 metres)") public void EPSG_18232() throws FactoryException
      Tests “India zone IIa (1975 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18232
      • EPSG coordinate operation name: India zone IIa (1975 metres)
      • Alias(es) given by EPSG: India zone IIa
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: India - onshore 21°N to 28°N and west of 82°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18238

      @Test @DisplayName("India zone IIb (1937 metres)") public void EPSG_18238() throws FactoryException
      Tests “India zone IIb (1937 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18238
      • EPSG coordinate operation name: India zone IIb (1937 metres)
      • Alias(es) given by EPSG: India zone IIb
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Bangladesh - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18235

      @Test @DisplayName("India zone IIb (1975 metres)") public void EPSG_18235() throws FactoryException
      Tests “India zone IIb (1975 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18235
      • EPSG coordinate operation name: India zone IIb (1975 metres)
      • Alias(es) given by EPSG: India zone IIb
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: India - onshore north of 21°N and east of 82°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18233

      @Test @DisplayName("India zone IIIa (1975 metres)") public void EPSG_18233() throws FactoryException
      Tests “India zone IIIa (1975 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18233
      • EPSG coordinate operation name: India zone IIIa (1975 metres)
      • Alias(es) given by EPSG: India zone IIIa
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: India - onshore 15°N to 21°N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18234

      @Test @DisplayName("India zone IVa (1975 metres)") public void EPSG_18234() throws FactoryException
      Tests “India zone IVa (1975 metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18234
      • EPSG coordinate operation name: India zone IVa (1975 metres)
      • Alias(es) given by EPSG: India zone IVa
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: India - mainland south of 15°N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19906

      @Test @DisplayName("Iraq zone") public void EPSG_19906() throws FactoryException
      Tests “Iraq zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19906
      • EPSG coordinate operation name: Iraq zone
      • Alias(es) given by EPSG: IOEPC Lambert
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Asia - Middle East - Iraq zone
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • variousItaly

      @Test @DisplayName("Italy") public void variousItaly() throws FactoryException
      Tests “Italy” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18121, 18122
      • EPSG coordinate operation name: Italy
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19861

      @Test @DisplayName("Laborde Grid") public void EPSG_19861() throws FactoryException
      Tests “Laborde Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19861
      • EPSG coordinate operation name: Laborde Grid
      • Coordinate operation method: Laborde Oblique Mercator
      • EPSG Usage Extent: Madagascar - onshore and nearshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19911

      @Test @DisplayName("Laborde Grid approximation") public void EPSG_19911() throws FactoryException
      Tests “Laborde Grid approximation” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19911
      • EPSG coordinate operation name: Laborde Grid approximation
      • Alias(es) given by EPSG: Laborde Grid
      • Coordinate operation method: Hotine Oblique Mercator (variant B)
      • EPSG Usage Extent: Madagascar - onshore and nearshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18085

      @Test @DisplayName("Lambert-93") public void EPSG_18085() throws FactoryException
      Tests “Lambert-93” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18085
      • EPSG coordinate operation name: Lambert-93
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: France - mainland onshore
      Remarks: Use grads.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18081

      @Test @DisplayName("Lambert zone I") public void EPSG_18081() throws FactoryException
      Tests “Lambert zone I” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18081
      • EPSG coordinate operation name: Lambert zone I
      • Alias(es) given by EPSG: France zone I
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: France - mainland north of 48.15°N
      Remarks: Use grads.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18082

      @Test @DisplayName("Lambert zone II") public void EPSG_18082() throws FactoryException
      Tests “Lambert zone II” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18082
      • EPSG coordinate operation name: Lambert zone II
      • Alias(es) given by EPSG: France zone II
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: France - mainland 45.45°N to 48.15°N. Also all mainland.
      Remarks: Use grads.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18083

      @Test @DisplayName("Lambert zone III") public void EPSG_18083() throws FactoryException
      Tests “Lambert zone III” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18083
      • EPSG coordinate operation name: Lambert zone III
      • Alias(es) given by EPSG: France zone III
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: France - mainland south of 45.45°N
      Remarks: Use grads.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19940

      @Test @DisplayName("Levant zone") public void EPSG_19940() throws FactoryException
      Tests “Levant zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19940
      • EPSG coordinate operation name: Levant zone
      • Coordinate operation method: Lambert Conic Near-Conformal
      • EPSG Usage Extent: Asia - Middle East - Lebanon and Syria onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • variousLibya

      @Test @DisplayName("Libya") public void variousLibya() throws FactoryException
      Tests “Libya” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18240, 18241, 18242, 18243, 18244, 18245, 18246, 18247, 18248
      • EPSG coordinate operation name: Libya
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • variousLibyaTM

      @Test @DisplayName("Libya TM") public void variousLibyaTM() throws FactoryException
      Tests “Libya TM” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18310, 18311, 18312, 18313, 18314, 18315, 18316, 18317, 18318, 18319
      • EPSG coordinate operation name: Libya TM
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_11701

      @Test @DisplayName("Louisiana CS27 North zone") public void EPSG_11701() throws FactoryException
      Tests “Louisiana CS27 North zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 11701
      • EPSG coordinate operation name: Louisiana CS27 North zone
      • Alias(es) given by EPSG: Louisiana North
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Louisiana - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_11702

      @Test @DisplayName("Louisiana CS27 South zone") public void EPSG_11702() throws FactoryException
      Tests “Louisiana CS27 South zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 11702
      • EPSG coordinate operation name: Louisiana CS27 South zone
      • Alias(es) given by EPSG: Louisiana South
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Louisiana - SPCS27 - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_12112

      @Test @DisplayName("Michigan CS27 Central zone") public void EPSG_12112() throws FactoryException
      Tests “Michigan CS27 Central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 12112
      • EPSG coordinate operation name: Michigan CS27 Central zone
      • Alias(es) given by EPSG: Michigan Central
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Michigan - SPCS - C
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_12113

      @Test @DisplayName("Michigan CS27 South zone") public void EPSG_12113() throws FactoryException
      Tests “Michigan CS27 South zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 12113
      • EPSG coordinate operation name: Michigan CS27 South zone
      • Alias(es) given by EPSG: Michigan South
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19905

      @Test @DisplayName("Netherlands East Indies Equatorial Zone") public void EPSG_19905() throws FactoryException
      Tests “Netherlands East Indies Equatorial Zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19905
      • EPSG coordinate operation name: Netherlands East Indies Equatorial Zone
      • Alias(es) given by EPSG: NEIEZ
      • Coordinate operation method: Mercator (variant A)
      • EPSG Usage Extent: Indonesia - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_13001

      @Test @DisplayName("New Mexico CS27 East zone") public void EPSG_13001() throws FactoryException
      Tests “New Mexico CS27 East zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 13001
      • EPSG coordinate operation name: New Mexico CS27 East zone
      • Alias(es) given by EPSG: New Mexico East
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - New Mexico - SPCS - E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19917

      @Test @DisplayName("New Zealand Map Grid") public void EPSG_19917() throws FactoryException
      Tests “New Zealand Map Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19917
      • EPSG coordinate operation name: New Zealand Map Grid
      • Alias(es) given by EPSG: NZMG
      • Coordinate operation method: New Zealand Map Grid
      • EPSG Usage Extent: New Zealand - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18141

      @Test @DisplayName("New Zealand North Island National Grid") public void EPSG_18141() throws FactoryException
      Tests “New Zealand North Island National Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18141
      • EPSG coordinate operation name: New Zealand North Island National Grid
      • Alias(es) given by EPSG: North Island Grid
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: New Zealand - North Island
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18142

      @Test @DisplayName("New Zealand South Island National Grid") public void EPSG_18142() throws FactoryException
      Tests “New Zealand South Island National Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18142
      • EPSG coordinate operation name: New Zealand South Island National Grid
      • Alias(es) given by EPSG: South Island Grid
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: New Zealand - South and Stewart Islands
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19971

      @Test @DisplayName("New Zealand Transverse Mercator 2000") public void EPSG_19971() throws FactoryException
      Tests “New Zealand Transverse Mercator 2000” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19971
      • EPSG coordinate operation name: New Zealand Transverse Mercator 2000
      • Alias(es) given by EPSG: NZTM, New Zealand Transverse Mercator, NZTM2000
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: New Zealand - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18153

      @Test @DisplayName("Nigeria East Belt") public void EPSG_18153() throws FactoryException
      Tests “Nigeria East Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18153
      • EPSG coordinate operation name: Nigeria East Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Nigeria - east of 10.5°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18152

      @Test @DisplayName("Nigeria Mid Belt") public void EPSG_18152() throws FactoryException
      Tests “Nigeria Mid Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18152
      • EPSG coordinate operation name: Nigeria Mid Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Nigeria - 6.5°E to 10.5°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18151

      @Test @DisplayName("Nigeria West Belt") public void EPSG_18151() throws FactoryException
      Tests “Nigeria West Belt” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18151
      • EPSG coordinate operation name: Nigeria West Belt
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Nigeria - west of 6.5°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18021

      @Test @DisplayName("Nord Algerie") public void EPSG_18021() throws FactoryException
      Tests “Nord Algerie” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18021
      • EPSG coordinate operation name: Nord Algerie
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Algeria - north of 34°39'N
      Remarks: Check not old parameters.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18181

      @Test @DisplayName("Nord Tunisie") public void EPSG_18181() throws FactoryException
      Tests “Nord Tunisie” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18181
      • EPSG coordinate operation name: Nord Tunisie
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Tunisia - north of 34°39'N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_13501

      @Test @DisplayName("Oklahoma CS27 North zone") public void EPSG_13501() throws FactoryException
      Tests “Oklahoma CS27 North zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 13501
      • EPSG coordinate operation name: Oklahoma CS27 North zone
      • Alias(es) given by EPSG: Oklahoma North
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Oklahoma - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_13502

      @Test @DisplayName("Oklahoma CS27 South zone") public void EPSG_13502() throws FactoryException
      Tests “Oklahoma CS27 South zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 13502
      • EPSG coordinate operation name: Oklahoma CS27 South zone
      • Alias(es) given by EPSG: Oklahoma South
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Oklahoma - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19895

      @Test @DisplayName("Peninsular RSO") public void EPSG_19895() throws FactoryException
      Tests “Peninsular RSO” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19895
      • EPSG coordinate operation name: Peninsular RSO
      • Coordinate operation method: Hotine Oblique Mercator (variant A)
      • EPSG Usage Extent: Malaysia - West Malaysia
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18162

      @Test @DisplayName("Peru central zone") public void EPSG_18162() throws FactoryException
      Tests “Peru central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18162
      • EPSG coordinate operation name: Peru central zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Peru - 79°W to 73°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18163

      @Test @DisplayName("Peru east zone") public void EPSG_18163() throws FactoryException
      Tests “Peru east zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18163
      • EPSG coordinate operation name: Peru east zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Peru - east of 73°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18161

      @Test @DisplayName("Peru west zone") public void EPSG_18161() throws FactoryException
      Tests “Peru west zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18161
      • EPSG coordinate operation name: Peru west zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Peru - west of 79°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • variousPhilippines

      @Test @DisplayName("Philippines") public void variousPhilippines() throws FactoryException
      Tests “Philippines” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18171, 18172, 18173, 18174, 18175
      • EPSG coordinate operation name: Philippines
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19953

      @Test @DisplayName("Qatar Grid") public void EPSG_19953() throws FactoryException
      Tests “Qatar Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19953
      • EPSG coordinate operation name: Qatar Grid
      • Coordinate operation method: Cassini-Soldner
      • EPSG Usage Extent: Qatar - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19919

      @Test @DisplayName("Qatar National Grid") public void EPSG_19919() throws FactoryException
      Tests “Qatar National Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19919
      • EPSG coordinate operation name: Qatar National Grid
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Qatar
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19914

      @Test @DisplayName("RD New") public void EPSG_19914() throws FactoryException
      Tests “RD New” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19914
      • EPSG coordinate operation name: RD New
      • Coordinate operation method: Oblique Stereographic
      • EPSG Usage Extent: Netherlands - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19956

      @Test @DisplayName("Rectified Skew Orthomorphic Borneo Grid (chains)") public void EPSG_19956() throws FactoryException
      Tests “Rectified Skew Orthomorphic Borneo Grid (chains)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19956
      • EPSG coordinate operation name: Rectified Skew Orthomorphic Borneo Grid (chains)
      • Alias(es) given by EPSG: RSO Borneo (chSe)
      • Coordinate operation method: Hotine Oblique Mercator (variant B)
      • EPSG Usage Extent: Asia - Brunei and East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19957

      @Test @DisplayName("Rectified Skew Orthomorphic Borneo Grid (feet)") public void EPSG_19957() throws FactoryException
      Tests “Rectified Skew Orthomorphic Borneo Grid (feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19957
      • EPSG coordinate operation name: Rectified Skew Orthomorphic Borneo Grid (feet)
      • Alias(es) given by EPSG: RSO Borneo (ftSe)
      • Coordinate operation method: Hotine Oblique Mercator (variant B)
      • EPSG Usage Extent: Malaysia - East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19958

      @Test @DisplayName("Rectified Skew Orthomorphic Borneo Grid (metres)") public void EPSG_19958() throws FactoryException
      Tests “Rectified Skew Orthomorphic Borneo Grid (metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19958
      • EPSG coordinate operation name: Rectified Skew Orthomorphic Borneo Grid (metres)
      • Alias(es) given by EPSG: RSO Borneo (m)
      • Coordinate operation method: Hotine Oblique Mercator (variant B)
      • EPSG Usage Extent: Asia - Brunei and East Malaysia
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19871

      @Test @DisplayName("Rectified Skew Orthomorphic Malaya Grid (chains)") public void EPSG_19871() throws FactoryException
      Tests “Rectified Skew Orthomorphic Malaya Grid (chains)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19871
      • EPSG coordinate operation name: Rectified Skew Orthomorphic Malaya Grid (chains)
      • Alias(es) given by EPSG: RSO Malaya (m)
      • Coordinate operation method: Hotine Oblique Mercator (variant A)
      • EPSG Usage Extent: Malaysia - West Malaysia - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19872

      @Test @DisplayName("Rectified Skew Orthomorphic Malaya Grid (metres)") public void EPSG_19872() throws FactoryException
      Tests “Rectified Skew Orthomorphic Malaya Grid (metres)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19872
      • EPSG coordinate operation name: Rectified Skew Orthomorphic Malaya Grid (metres)
      • Alias(es) given by EPSG: RSO Malaya (m)
      • Coordinate operation method: Hotine Oblique Mercator (variant A)
      • EPSG Usage Extent: Malaysia - West Malaysia - onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17611

      @Test @DisplayName("South West African Survey Grid zone 11") public void EPSG_17611() throws FactoryException
      Tests “South West African Survey Grid zone 11” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17611
      • EPSG coordinate operation name: South West African Survey Grid zone 11
      • Alias(es) given by EPSG: SW African Grid zone 11, Lo22/11
      • Coordinate operation method: Transverse Mercator (South Orientated)
      • EPSG Usage Extent: Namibia - west of 12°E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15032

      @Test @DisplayName("SPCS83 Alaska zone 2 (meters)") public void EPSG_15032() throws FactoryException
      Tests “SPCS83 Alaska zone 2 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15032
      • EPSG coordinate operation name: SPCS83 Alaska zone 2 (meters)
      • Alias(es) given by EPSG: Alaska zone 2, Alaska CS83 zone 2
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 144°W to 141°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15034

      @Test @DisplayName("SPCS83 Alaska zone 4 (meters)") public void EPSG_15034() throws FactoryException
      Tests “SPCS83 Alaska zone 4 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15034
      • EPSG coordinate operation name: SPCS83 Alaska zone 4 (meters)
      • Alias(es) given by EPSG: Alaska zone 4, Alaska CS83 zone 4
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 152°W to 148°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15035

      @Test @DisplayName("SPCS83 Alaska zone 5 (meters)") public void EPSG_15035() throws FactoryException
      Tests “SPCS83 Alaska zone 5 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15035
      • EPSG coordinate operation name: SPCS83 Alaska zone 5 (meters)
      • Alias(es) given by EPSG: Alaska zone 5, Alaska CS83 zone 5
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 156°W to 152°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15036

      @Test @DisplayName("SPCS83 Alaska zone 6 (meters)") public void EPSG_15036() throws FactoryException
      Tests “SPCS83 Alaska zone 6 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15036
      • EPSG coordinate operation name: SPCS83 Alaska zone 6 (meters)
      • Alias(es) given by EPSG: Alaska zone 6, Alaska CS83 zone 6
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 160°W to 156°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15037

      @Test @DisplayName("SPCS83 Alaska zone 7 (meters)") public void EPSG_15037() throws FactoryException
      Tests “SPCS83 Alaska zone 7 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15037
      • EPSG coordinate operation name: SPCS83 Alaska zone 7 (meters)
      • Alias(es) given by EPSG: Alaska zone 7, Alaska CS83 zone 7
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - 164°W to 160°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15038

      @Test @DisplayName("SPCS83 Alaska zone 8 (meters)") public void EPSG_15038() throws FactoryException
      Tests “SPCS83 Alaska zone 8 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15038
      • EPSG coordinate operation name: SPCS83 Alaska zone 8 (meters)
      • Alias(es) given by EPSG: Alaska zone 8, Alaska CS83 zone 8
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - north of 54.5°N; 168°W to 164°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15039

      @Test @DisplayName("SPCS83 Alaska zone 9 (meters)") public void EPSG_15039() throws FactoryException
      Tests “SPCS83 Alaska zone 9 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15039
      • EPSG coordinate operation name: SPCS83 Alaska zone 9 (meters)
      • Alias(es) given by EPSG: Alaska zone 9, Alaska CS83 zone 9
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Alaska - north of 54.5°N; west of 168°W
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_10434

      @Test @DisplayName("SPCS83 California zone 4 (meters)") public void EPSG_10434() throws FactoryException
      Tests “SPCS83 California zone 4 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10434
      • EPSG coordinate operation name: SPCS83 California zone 4 (meters)
      • Alias(es) given by EPSG: California zone 4, California CS83 zone 4
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS - 4
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15310

      @Test @DisplayName("SPCS83 California zone 4 (US Survey feet)") public void EPSG_15310() throws FactoryException
      Tests “SPCS83 California zone 4 (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15310
      • EPSG coordinate operation name: SPCS83 California zone 4 (US Survey feet)
      • Alias(es) given by EPSG: California zone 4 (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS - 4
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_10435

      @Test @DisplayName("SPCS83 California zone 5 (meters)") public void EPSG_10435() throws FactoryException
      Tests “SPCS83 California zone 5 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10435
      • EPSG coordinate operation name: SPCS83 California zone 5 (meters)
      • Alias(es) given by EPSG: California zone 5, California CS83 zone 5
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS83 - 5
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15311

      @Test @DisplayName("SPCS83 California zone 5 (US Survey feet)") public void EPSG_15311() throws FactoryException
      Tests “SPCS83 California zone 5 (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15311
      • EPSG coordinate operation name: SPCS83 California zone 5 (US Survey feet)
      • Alias(es) given by EPSG: California zone 5 (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS83 - 5
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_10436

      @Test @DisplayName("SPCS83 California zone 6 (meters)") public void EPSG_10436() throws FactoryException
      Tests “SPCS83 California zone 6 (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 10436
      • EPSG coordinate operation name: SPCS83 California zone 6 (meters)
      • Alias(es) given by EPSG: California zone 6, California CS83 zone 6
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS - 6
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15312

      @Test @DisplayName("SPCS83 California zone 6 (US Survey feet)") public void EPSG_15312() throws FactoryException
      Tests “SPCS83 California zone 6 (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15312
      • EPSG coordinate operation name: SPCS83 California zone 6 (US Survey feet)
      • Alias(es) given by EPSG: California zone 6 (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - California - SPCS - 6
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_11731

      @Test @DisplayName("SPCS83 Louisiana North zone (meters)") public void EPSG_11731() throws FactoryException
      Tests “SPCS83 Louisiana North zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 11731
      • EPSG coordinate operation name: SPCS83 Louisiana North zone (meters)
      • Alias(es) given by EPSG: Louisiana North, Louisiana CS83 North zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Louisiana - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15391

      @Test @DisplayName("SPCS83 Louisiana North zone (US Survey feet)") public void EPSG_15391() throws FactoryException
      Tests “SPCS83 Louisiana North zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15391
      • EPSG coordinate operation name: SPCS83 Louisiana North zone (US Survey feet)
      • Alias(es) given by EPSG: Louisiana CS83 North zone (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Louisiana - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_11732

      @Test @DisplayName("SPCS83 Louisiana South zone (meters)") public void EPSG_11732() throws FactoryException
      Tests “SPCS83 Louisiana South zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 11732
      • EPSG coordinate operation name: SPCS83 Louisiana South zone (meters)
      • Alias(es) given by EPSG: Louisiana South, Louisiana CS83 South zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Louisiana - SPCS83 - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15392

      @Test @DisplayName("SPCS83 Louisiana South zone (US Survey feet)") public void EPSG_15392() throws FactoryException
      Tests “SPCS83 Louisiana South zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15392
      • EPSG coordinate operation name: SPCS83 Louisiana South zone (US Survey feet)
      • Alias(es) given by EPSG: Louisiana CS83 South zone (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Louisiana - SPCS83 - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15334

      @Test @DisplayName("SPCS83 Michigan Central zone (International feet)") public void EPSG_15334() throws FactoryException
      Tests “SPCS83 Michigan Central zone (International feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15334
      • EPSG coordinate operation name: SPCS83 Michigan Central zone (International feet)
      • Alias(es) given by EPSG: Michigan Central (ft)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Michigan - SPCS - C
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_12142

      @Test @DisplayName("SPCS83 Michigan Central zone (meters)") public void EPSG_12142() throws FactoryException
      Tests “SPCS83 Michigan Central zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 12142
      • EPSG coordinate operation name: SPCS83 Michigan Central zone (meters)
      • Alias(es) given by EPSG: Michigan Central, Michigan CS83 Central zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Michigan - SPCS - C
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15335

      @Test @DisplayName("SPCS83 Michigan South zone (International feet)") public void EPSG_15335() throws FactoryException
      Tests “SPCS83 Michigan South zone (International feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15335
      • EPSG coordinate operation name: SPCS83 Michigan South zone (International feet)
      • Alias(es) given by EPSG: Michigan South (ft)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_12143

      @Test @DisplayName("SPCS83 Michigan South zone (meters)") public void EPSG_12143() throws FactoryException
      Tests “SPCS83 Michigan South zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 12143
      • EPSG coordinate operation name: SPCS83 Michigan South zone (meters)
      • Alias(es) given by EPSG: Michigan South, Michigan CS83 South zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Michigan - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_13031

      @Test @DisplayName("SPCS83 New Mexico East zone (meters)") public void EPSG_13031() throws FactoryException
      Tests “SPCS83 New Mexico East zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 13031
      • EPSG coordinate operation name: SPCS83 New Mexico East zone (meters)
      • Alias(es) given by EPSG: New Mexico East, New Mexico CS83 East zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - New Mexico - SPCS - E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15339

      @Test @DisplayName("SPCS83 New Mexico East zone (US Survey feet)") public void EPSG_15339() throws FactoryException
      Tests “SPCS83 New Mexico East zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15339
      • EPSG coordinate operation name: SPCS83 New Mexico East zone (US Survey feet)
      • Alias(es) given by EPSG: New Mexico East (ftUS)
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - New Mexico - SPCS - E
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_13531

      @Test @DisplayName("SPCS83 Oklahoma North zone (meters)") public void EPSG_13531() throws FactoryException
      Tests “SPCS83 Oklahoma North zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 13531
      • EPSG coordinate operation name: SPCS83 Oklahoma North zone (meters)
      • Alias(es) given by EPSG: Oklahoma North, Oklahoma CS83 North zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Oklahoma - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15349

      @Test @DisplayName("SPCS83 Oklahoma North zone (US Survey feet)") public void EPSG_15349() throws FactoryException
      Tests “SPCS83 Oklahoma North zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15349
      • EPSG coordinate operation name: SPCS83 Oklahoma North zone (US Survey feet)
      • Alias(es) given by EPSG: Oklahoma North (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Oklahoma - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_13532

      @Test @DisplayName("SPCS83 Oklahoma South zone (meters)") public void EPSG_13532() throws FactoryException
      Tests “SPCS83 Oklahoma South zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 13532
      • EPSG coordinate operation name: SPCS83 Oklahoma South zone (meters)
      • Alias(es) given by EPSG: Oklahoma South, Oklahoma CS83 South zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Oklahoma - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15350

      @Test @DisplayName("SPCS83 Oklahoma South zone (US Survey feet)") public void EPSG_15350() throws FactoryException
      Tests “SPCS83 Oklahoma South zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15350
      • EPSG coordinate operation name: SPCS83 Oklahoma South zone (US Survey feet)
      • Alias(es) given by EPSG: Oklahoma South (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Oklahoma - SPCS - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14233

      @Test @DisplayName("SPCS83 Texas Central zone (meters)") public void EPSG_14233() throws FactoryException
      Tests “SPCS83 Texas Central zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14233
      • EPSG coordinate operation name: SPCS83 Texas Central zone (meters)
      • Alias(es) given by EPSG: Texas Central, Texas CS83 Central zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - C
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15359

      @Test @DisplayName("SPCS83 Texas Central zone (US Survey feet)") public void EPSG_15359() throws FactoryException
      Tests “SPCS83 Texas Central zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15359
      • EPSG coordinate operation name: SPCS83 Texas Central zone (US Survey feet)
      • Alias(es) given by EPSG: Texas Central (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - C
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14232

      @Test @DisplayName("SPCS83 Texas North Central zone (meters)") public void EPSG_14232() throws FactoryException
      Tests “SPCS83 Texas North Central zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14232
      • EPSG coordinate operation name: SPCS83 Texas North Central zone (meters)
      • Alias(es) given by EPSG: Texas North Central, Texas CS83 North Central zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - NC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15358

      @Test @DisplayName("SPCS83 Texas North Central zone (US Survey feet)") public void EPSG_15358() throws FactoryException
      Tests “SPCS83 Texas North Central zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15358
      • EPSG coordinate operation name: SPCS83 Texas North Central zone (US Survey feet)
      • Alias(es) given by EPSG: Texas North Central (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - NC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14231

      @Test @DisplayName("SPCS83 Texas North zone (meters)") public void EPSG_14231() throws FactoryException
      Tests “SPCS83 Texas North zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14231
      • EPSG coordinate operation name: SPCS83 Texas North zone (meters)
      • Alias(es) given by EPSG: Texas North, Texas CS83 North zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15357

      @Test @DisplayName("SPCS83 Texas North zone (US Survey feet)") public void EPSG_15357() throws FactoryException
      Tests “SPCS83 Texas North zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15357
      • EPSG coordinate operation name: SPCS83 Texas North zone (US Survey feet)
      • Alias(es) given by EPSG: Texas North (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14234

      @Test @DisplayName("SPCS83 Texas South Central zone (meters)") public void EPSG_14234() throws FactoryException
      Tests “SPCS83 Texas South Central zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14234
      • EPSG coordinate operation name: SPCS83 Texas South Central zone (meters)
      • Alias(es) given by EPSG: Texas South Central, Texas CS83 South Central zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS83 - SC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15360

      @Test @DisplayName("SPCS83 Texas South Central zone (US Survey feet)") public void EPSG_15360() throws FactoryException
      Tests “SPCS83 Texas South Central zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15360
      • EPSG coordinate operation name: SPCS83 Texas South Central zone (US Survey feet)
      • Alias(es) given by EPSG: Texas South Central (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS83 - SC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14235

      @Test @DisplayName("SPCS83 Texas South zone (meters)") public void EPSG_14235() throws FactoryException
      Tests “SPCS83 Texas South zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14235
      • EPSG coordinate operation name: SPCS83 Texas South zone (meters)
      • Alias(es) given by EPSG: Texas South, Texas CS83 South zone
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS83 - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_15361

      @Test @DisplayName("SPCS83 Texas South zone (US Survey feet)") public void EPSG_15361() throws FactoryException
      Tests “SPCS83 Texas South zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 15361
      • EPSG coordinate operation name: SPCS83 Texas South zone (US Survey feet)
      • Alias(es) given by EPSG: Texas South (ftUS)
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS83 - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14933

      @Test @DisplayName("SPCS83 Wyoming West Central zone (meters)") public void EPSG_14933() throws FactoryException
      Tests “SPCS83 Wyoming West Central zone (meters)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14933
      • EPSG coordinate operation name: SPCS83 Wyoming West Central zone (meters)
      • Alias(es) given by EPSG: Wyoming West Central, Wyoming CS83 West Central zone
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Wyoming - SPCS - WC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14937

      @Test @DisplayName("SPCS83 Wyoming West Central zone (US Survey feet)") public void EPSG_14937() throws FactoryException
      Tests “SPCS83 Wyoming West Central zone (US Survey feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14937
      • EPSG coordinate operation name: SPCS83 Wyoming West Central zone (US Survey feet)
      • Alias(es) given by EPSG: Wyoming CS83 West Central zone (ftUS)
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Wyoming - SPCS - WC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19927

      @Test @DisplayName("Stereo 33") public void EPSG_19927() throws FactoryException
      Tests “Stereo 33” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19927
      • EPSG coordinate operation name: Stereo 33
      • Coordinate operation method: Oblique Stereographic
      • EPSG Usage Extent: Romania
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19926

      @Test @DisplayName("Stereo 70") public void EPSG_19926() throws FactoryException
      Tests “Stereo 70” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19926
      • EPSG coordinate operation name: Stereo 70
      • Coordinate operation method: Oblique Stereographic
      • EPSG Usage Extent: Romania
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18022

      @Test @DisplayName("Sud Algerie") public void EPSG_18022() throws FactoryException
      Tests “Sud Algerie” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18022
      • EPSG coordinate operation name: Sud Algerie
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Algeria - 31°30'N to 34°39'N
      Remarks: Check not old parameters.
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_18182

      @Test @DisplayName("Sud Tunisie") public void EPSG_18182() throws FactoryException
      Tests “Sud Tunisie” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 18182
      • EPSG coordinate operation name: Sud Tunisie
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Tunisia - south of 34°39'N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19948

      @Test @DisplayName("Syria Lambert") public void EPSG_19948() throws FactoryException
      Tests “Syria Lambert” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19948
      • EPSG coordinate operation name: Syria Lambert
      • Coordinate operation method: Lambert Conic Conformal (1SP)
      • EPSG Usage Extent: Asia - Middle East - Lebanon and Syria onshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14203

      @Test @DisplayName("Texas CS27 Central zone") public void EPSG_14203() throws FactoryException
      Tests “Texas CS27 Central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14203
      • EPSG coordinate operation name: Texas CS27 Central zone
      • Alias(es) given by EPSG: Texas Central
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - C
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14201

      @Test @DisplayName("Texas CS27 North zone") public void EPSG_14201() throws FactoryException
      Tests “Texas CS27 North zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14201
      • EPSG coordinate operation name: Texas CS27 North zone
      • Alias(es) given by EPSG: Texas North
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS - N
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14204

      @Test @DisplayName("Texas CS27 South Central zone") public void EPSG_14204() throws FactoryException
      Tests “Texas CS27 South Central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14204
      • EPSG coordinate operation name: Texas CS27 South Central zone
      • Alias(es) given by EPSG: Texas South Central
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS27 - SC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14205

      @Test @DisplayName("Texas CS27 South zone") public void EPSG_14205() throws FactoryException
      Tests “Texas CS27 South zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14205
      • EPSG coordinate operation name: Texas CS27 South zone
      • Alias(es) given by EPSG: Texas South
      • Coordinate operation method: Lambert Conic Conformal (2SP)
      • EPSG Usage Extent: USA - Texas - SPCS27 - S
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16400

      @Test @DisplayName("TM 0 N") public void EPSG_16400() throws FactoryException
      Tests “TM 0 N” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16400
      • EPSG coordinate operation name: TM 0 N
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: UK - offshore - North Sea
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16709

      @Test @DisplayName("TM 109 SE") public void EPSG_16709() throws FactoryException
      Tests “TM 109 SE” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16709
      • EPSG coordinate operation name: TM 109 SE
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Indonesia - Java Sea - offshore northwest Java
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16611

      @Test @DisplayName("TM 11.30 SE") public void EPSG_16611() throws FactoryException
      Tests “TM 11.30 SE” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16611
      • EPSG coordinate operation name: TM 11.30 SE
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Angola - offshore block 15
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16612

      @Test @DisplayName("TM 12 SE") public void EPSG_16612() throws FactoryException
      Tests “TM 12 SE” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16612
      • EPSG coordinate operation name: TM 12 SE
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Angola - Angola proper - offshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17001

      @Test @DisplayName("TM 1 NW") public void EPSG_17001() throws FactoryException
      Tests “TM 1 NW” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17001
      • EPSG coordinate operation name: TM 1 NW
      • Alias(es) given by EPSG: Ghana TM
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Ghana - offshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_16405

      @Test @DisplayName("TM 5 NE") public void EPSG_16405() throws FactoryException
      Tests “TM 5 NE” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 16405
      • EPSG coordinate operation name: TM 5 NE
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Netherlands - offshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_17005

      @Test @DisplayName("TM 5 NW") public void EPSG_17005() throws FactoryException
      Tests “TM 5 NW” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 17005
      • EPSG coordinate operation name: TM 5 NW
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: Cote d'Ivoire (Ivory Coast) - offshore
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19925

      @Test @DisplayName("Trinidad Grid") public void EPSG_19925() throws FactoryException
      Tests “Trinidad Grid” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19925
      • EPSG coordinate operation name: Trinidad Grid
      • Coordinate operation method: Cassini-Soldner
      • EPSG Usage Extent: Trinidad and Tobago - Trinidad
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_19975

      @Test @DisplayName("Trinidad Grid (Clarke\'s feet)") public void EPSG_19975() throws FactoryException
      Tests “Trinidad Grid (Clarke's feet)” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 19975
      • EPSG coordinate operation name: Trinidad Grid (Clarke's feet)
      • Coordinate operation method: Cassini-Soldner
      • EPSG Usage Extent: Trinidad and Tobago - Trinidad
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • variousUTM

      @Test @DisplayName("UTM") public void variousUTM() throws FactoryException
      Tests “UTM” coordinate operation creation from the factory.
      • EPSG coordinate operation code: various
      • EPSG coordinate operation name: UTM
      • Coordinate operation method: Transverse Mercator
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.
    • EPSG_14903

      @Test @DisplayName("Wyoming CS27 West Central zone") public void EPSG_14903() throws FactoryException
      Tests “Wyoming CS27 West Central zone” coordinate operation creation from the factory.
      • EPSG coordinate operation code: 14903
      • EPSG coordinate operation name: Wyoming CS27 West Central zone
      • Alias(es) given by EPSG: Wyoming West Central
      • Coordinate operation method: Transverse Mercator
      • EPSG Usage Extent: USA - Wyoming - SPCS - WC
      Throws:
      FactoryException - if an error occurred while creating the coordinate operation from the EPSG code.