Uses of Record Class
org.episteme.natural.earth.coordinates.AlbersEqualAreaCoordinate.AlbersParameters
Packages that use AlbersEqualAreaCoordinate.AlbersParameters
-
Uses of AlbersEqualAreaCoordinate.AlbersParameters in org.episteme.natural.earth.coordinates
Fields in org.episteme.natural.earth.coordinates declared as AlbersEqualAreaCoordinate.AlbersParametersModifier and TypeFieldDescriptionstatic final AlbersEqualAreaCoordinate.AlbersParametersHistoricalGeodeticModels.USGS_USA_ALBERSParameters for the Albers Equal-Area Conic projection as specified by the USGS for the contiguous United States.Methods in org.episteme.natural.earth.coordinates with parameters of type AlbersEqualAreaCoordinate.AlbersParametersModifier and TypeMethodDescriptionstatic AlbersEqualAreaCoordinateAlbersEqualAreaCoordinate.fromGeodetic(GeodeticCoordinate geodetic, AlbersEqualAreaCoordinate.AlbersParameters params) static AlbersEqualAreaCoordinateCoordinateConverter.toAlbers(GeodeticCoordinate geodetic, AlbersEqualAreaCoordinate.AlbersParameters params) Converts a geodetic point to Albers Equal-Area Conic.Constructors in org.episteme.natural.earth.coordinates with parameters of type AlbersEqualAreaCoordinate.AlbersParametersModifierConstructorDescriptionAlbersEqualAreaCoordinate(Real easting, Real northing, ReferenceEllipsoid ellipsoid, AlbersEqualAreaCoordinate.AlbersParameters params)