|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nutiteq.maps.projections.Ellipsoid
public class Ellipsoid
| Field Summary | |
|---|---|
static Ellipsoid |
GRS80
WGS84 ellipsoid |
| Constructor Summary | |
|---|---|
Ellipsoid(double equatorialRadius,
double polarRadius)
create a new ellipsoid and precompute its parameters |
|
| Method Summary | |
|---|---|
double |
getEccentricity()
|
double |
getEquatorialRadius()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Ellipsoid GRS80
| Constructor Detail |
|---|
public Ellipsoid(double equatorialRadius,
double polarRadius)
equatorialRadius - ellipsoid long axis (in meters)polarRadius - ellipsoid short axis (in meters)| Method Detail |
|---|
public double getEquatorialRadius()
public double getEccentricity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||