Class HistoricalGeodeticModels
java.lang.Object
org.episteme.natural.earth.coordinates.HistoricalGeodeticModels
Registry of historically significant geodetic parameters and presets.
Designed for historians and researchers working with archival maps and data.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CassiniSoldnerCoordinate.CassiniParametersParameters for the Cassini-Soldner projection used by the UK Ordnance Survey during the 19th and early 20th century.static final AlbersEqualAreaCoordinate.AlbersParametersParameters for the Albers Equal-Area Conic projection as specified by the USGS for the contiguous United States.static final PolyconicCoordinate.PolyconicParametersParameters for the Polyconic projection widely used for early USGS topographic maps. -
Method Summary
Modifier and TypeMethodDescriptionstatic ReferenceEllipsoidAiry 1830 Ellipsoid - used for OSGB36 in the UK.static ReferenceEllipsoidBessel 1841 Ellipsoid - widely used in Europe (e.g.static ReferenceEllipsoidClarke 1866 Ellipsoid - base for NAD27 in North America.static ReferenceEllipsoidEverest 1830 Ellipsoid - used in India and Southeast Asia.
-
Field Details
-
UK_OS_CASSINI
Parameters for the Cassini-Soldner projection used by the UK Ordnance Survey during the 19th and early 20th century. -
USGS_USA_ALBERS
Parameters for the Albers Equal-Area Conic projection as specified by the USGS for the contiguous United States. -
USGS_USA_POLYCONIC
Parameters for the Polyconic projection widely used for early USGS topographic maps.
-
-
Method Details
-
getBessel1841
Bessel 1841 Ellipsoid - widely used in Europe (e.g. Germany, Switzerland, Netherlands). -
getClarke1866
Clarke 1866 Ellipsoid - base for NAD27 in North America. -
getEverest1830
Everest 1830 Ellipsoid - used in India and Southeast Asia. -
getAiry1830
Airy 1830 Ellipsoid - used for OSGB36 in the UK.
-