Uses of Record Class
org.episteme.natural.earth.coordinates.BonneCoordinate.BonneParameters
Packages that use BonneCoordinate.BonneParameters
-
Uses of BonneCoordinate.BonneParameters in org.episteme.natural.earth.coordinates
Fields in org.episteme.natural.earth.coordinates declared as BonneCoordinate.BonneParametersModifier and TypeFieldDescriptionstatic final BonneCoordinate.BonneParametersCoordinateConverter.FRANCE_STATE_MAJOR_BONNEParameters for the Bonne projection as used for the French "Carte de l'État-Major".Methods in org.episteme.natural.earth.coordinates with parameters of type BonneCoordinate.BonneParametersModifier and TypeMethodDescriptionstatic BonneCoordinateBonneCoordinate.fromGeodetic(GeodeticCoordinate geodetic, BonneCoordinate.BonneParameters params) static BonneCoordinateCoordinateConverter.toBonne(GeodeticCoordinate geodetic, BonneCoordinate.BonneParameters params) Converts a geodetic point to Bonne.Constructors in org.episteme.natural.earth.coordinates with parameters of type BonneCoordinate.BonneParametersModifierConstructorDescriptionBonneCoordinate(Real easting, Real northing, ReferenceEllipsoid ellipsoid, BonneCoordinate.BonneParameters params)