CoordOp.Type
Items
| # | Name | Tag | 
|---|---|---|
| none | - | |
| No horizontal map projection, i.e. latitude and longitude angles are used as map coordinates. | ||
| Albers | - | |
| Albers (conic, equal-area) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Cassini | - | |
| Cassini-Soldner (cylindrical) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Cubemap_Face | - | |
| Maps geographic coordinates (latitude, longitude) onto a cubemap face. Map coordinates (easting, northing) are mapped to cubemap face coordinates as follows: map(-r, -r) => face(0, 0); map( r, -r) => face(n, 0); map(-r, r) => face(0, n); map( r, r) => face(n, n); where  These parameters are defined for this transform: The latitude and longitude parameters are only used to choose the cubemap face. | ||
| Equirectangular | - | |
| Equidistant (cylindrical) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 When CoordOp.latitude is set for this method, the value is applied to CoordOp.parallel1 instead. | ||
| Lambert_Azimuthal | - | |
| Lambert (azimuthal, equal-area) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Lambert_Conic | - | |
| Lambert (conic, conformal) These parameters are defined for this transform: For the 1SP variant: For the 2SP variant: The following coordinate operation methods are mapped to this transform factory: 
 For the 1SP variant: 
 For the 2SP variant: 
 | ||
| Lambert_Cylindrical | - | |
| Lambert (cylindrical, equal-area) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 When CoordOp.latitude is set for this method, the value is applied to CoordOp.parallel1 instead. | ||
| Mercator | - | |
| Mercator (cylindrical, conformal) These parameters are defined for this transform: For the A variant: 
 For the B variant: 
 The following coordinate operation methods are mapped to this transform factory: 
 For the A variant: 
 For the B variant: 
 For the spherical variant: 
 | ||
| Oblique_Mercator_A | - | |
| Oblique Mercator (cylindrical, conformal) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Oblique_Mercator_B | - | |
| Oblique Mercator (cylindrical, conformal) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Oblique_Stereographic | - | |
| Oblique Stereographic (azimuthal, conformal) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Polar_Stereographic | - | |
| Polar Stereographic (azimuthal, conformal) These parameters are defined for this transform: For the variant A: The following coordinate operation methods are mapped to this transform factory: 
 For the variant A: 
 For the variant B: 
 | ||
| Popular_Mercator | - | |
| Popular Visualization Pseudo Mercator These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Sinusoidal | - | |
| Sinusoidal (pseudo-cylindrical, equal-area) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| TOAST | - | |
| TOAST (Tessellated Octahedral Adaptive Subdivision Transform) The following figure illustrates the mapping that is established by this coordinate operation: (A)-----(B)-----(C) | /|\ | | X | Y | LAT | LON-1 | LON-2 | | / | \ | ---+------+------+------+-------+-------+ | / | \ | A | -90° | 90° | 90°S | - | - | | (D) | (E) | B | 0° | 90° | 0° | 90°E | 90°W | | / | \ | C | 90° | 90° | 90°S | - | - | | / | \ | D | -45° | 45° | 0° | 135°E | 45°W | |/ | \| E | 45° | 45° | 0° | 45°E | 135°W | (F)-----(G)-----(H) F | -90° | 0° | 0° | 180° | 0° | |\ | /| G | 0° | 0° | 90°N | - | - | | \ | / | H | 90° | 0° | 0° | 0° | 180° | | \ | / | I | -45° | -45° | 0° | 135°W | 45°E | | (I) | (J) | J | 45° | -45° | 0° | 45°W | 135°E | | \ | / | K | -90° | -90° | 90°S | - | - | | \ | / | L | 0° | -90° | 0° | 90°W | 90°E | | \|/ | M | 90° | -90° | 90°S | 45°W | 135°E | (K)-----(L)-----(M) X: Easting, Y: Northing, LAT := Latitude LON-1: Longitude (inside), LON-2: Longitude (outside) These parameters are defined for this transform: The sign of the CoordOp.scale parameters chooses between the inside and outside projections: 
 The floor of the absolute value of the CoordOp.scale parameter chooses the projection variant: 
 Commonly used subdivision levels are  | ||
| Transverse_Mercator | - | |
| Transverse Mercator (cylindrical, conformal) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||
| Transverse_Mercator_South | - | |
| Transverse Mercator South Oriented (cylindrical, conformal) These parameters are defined for this transform: The following coordinate operation methods are mapped to this transform factory: 
 | ||