Verifies reference map projections bundled with the geoscience software.
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
FieldsModifier and TypeFieldDescriptionprotected final CoordinateOperationAuthorityFactory
Factory to use for buildingConversion
instances, ornull
if none.The name of the expected operation method. -
Constructor Summary
ConstructorsConstructorDescriptionTest2206
(CoordinateOperationAuthorityFactory copFactory) Creates a new test using the given factory. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
methodName
The name of the expected operation method. This field is set by all test methods before to create and verify theConversion
instance. -
copAuthorityFactory
Factory to use for buildingConversion
instances, ornull
if none. This is the factory used by thegetIdentifiedObject()
method.
-
-
Constructor Details
-
Test2206
Creates a new test using the given factory. If a given factory isnull
, then the tests which depend on it will be skipped.- Parameters:
copFactory
- factory for creatingCoordinateOperation
instances.
-
-
Method Details
-
getIdentifiedObject
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 theCoordinateOperationAuthorityFactory.createCoordinateOperation(String)
method with the currentSeries2000.code
value in argument. The created object is then cached and returned in all subsequent invocations of this method.- Specified by:
getIdentifiedObject
in classSeries2000<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 FactoryExceptionTests “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
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16366
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16368
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16362
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16261
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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16262
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16263
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16264
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16265
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16266
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16267
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16268
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16269
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
- 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 FactoryExceptionTests “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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- 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 FactoryExceptionTests “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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_19894
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
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
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
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
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
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
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
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
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
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
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 FactoryExceptionTests “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
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
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
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
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
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
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
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
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
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
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16343
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16319
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16342
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16320
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16341
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16321
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16340
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16322
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16339
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16323
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16338
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16324
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16337
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16325
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16336
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16326
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16335
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16327
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16334
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16303
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16358
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16328
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16333
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16329
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16332
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16330
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16331
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16304
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16357
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16305
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16356
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16306
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16355
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16307
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16354
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16301
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16360
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16308
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16353
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16309
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16352
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16310
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16351
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16311
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16350
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16312
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16349
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16313
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16348
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16314
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16347
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16315
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16346
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16316
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16345
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16317
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16344
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16302
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_16359
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_19959
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
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
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
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
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
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
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 FactoryExceptionTests “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
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
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
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
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
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
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_18081
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_18082
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.
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_18083
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_19940
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
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
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
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
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
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
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 FactoryExceptionTests “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
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
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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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
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
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
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
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_18181
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
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
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
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
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
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
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
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
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
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
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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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 FactoryExceptionTests “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
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
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
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
- Throws:
FactoryException
- if an error occurred while creating the coordinate operation from the EPSG code.
-
EPSG_18182
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
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
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
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 FactoryExceptionTests “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
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
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
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
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
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
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
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
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
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 FactoryExceptionTests “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
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 FactoryExceptionTests “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.
-