Ellipsoid_To_Geocentric OpenGIS Coordinate Transformation Service Implementation Specification
10 Parameterized Transforms
Many of the math transforms in the CT package are completely characterized by their classification, or transform, name, e.g. “Transverse_Mercator”, and their parameter values. This
allows these transforms to be implicitly serialized in foreign WKT strings e.g. the PROJECTION clause in the CS WKT definition.
We expect that the list of classification names will grow to incorporate new transforms, as this Interface Specification is used in future specifications, or by different GISCAD market sectors.
We encourage OGC to create and maintain a registry of transform classifications, and their parameters, and ideally their formulas.
Here is an initial list of math transform classifications: Classification Name
EPSG Code Inception
Mandatory
Longitude_Rotation 9601 CT
Yes Molodenski 9604
CT Abridged_Molodenski 9605
CT Yes
Geocentric_To_Ellipsoid 9602 CT
Yes Ellipsoid_To_Geocentric 9602
CT Yes
Affine CT Yes
Lambert_Conformal_Conic_1SP 9801 SF
Yes Lambert_Conformal_Conic_2SP 9802
SF Yes
Lambert_Conformal_Conic_2SP_Belgium 9803 SF
Mercator_1SP 9804 SF
Mercator_2SP 9805 SF
Cassini_Soldner 9806 SF
Transverse_Mercator 9807 SF
Yes Transverse_Mercator_South_Orientated 9808
SF Oblique_Stereographic 9809
SF Polar_Stereographic 9810
SF New_Zealand_Map_Grid 9811
SF Hotine_Oblique_Mercator 9812
SF Laborde_Oblique_Mercator 9813
SF Swiss_Oblique_Cylindrical 9814
SF Oblique_Mercator 9815
SF Tunisia_Mining_Grid 9816
SF
Figure 2: Classifications of parameterized math transforms
The inception column shows when these classification names were first specified by OGC. So an inception of SF indicates that OpenGIS Simple Features first used the classification, and an
inception of CT indicates that the classification was first used by this specification document.