public class Ellipsoid extends Object
| Modifier and Type | Field and Description |
|---|---|
static Ellipsoid |
Airy1830 |
static Ellipsoid |
AiryModified |
static Ellipsoid |
Bessel1841 |
static Ellipsoid |
GRS80 |
static Ellipsoid |
Intl1924 |
static Ellipsoid |
WGS84 |
| Constructor and Description |
|---|
Ellipsoid(double a,
double b,
double f) |
| Modifier and Type | Method and Description |
|---|---|
double |
getA() |
double |
getB() |
double |
getF() |
double |
getFlattening() |
double |
getMajorAxis() |
double |
getMinorAxis() |
Copyright © 2017. All rights reserved.