|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.geometry.EllipsoidCatalog
Factory and repository of Ellipsoids referenced by id.
| Constructor Summary | |
protected |
EllipsoidCatalog()
Protected Constructor |
| Method Summary | |
static Ellipsoid |
get(java.lang.String id)
Return the Ellipsoid that matches the id string |
static Ellipsoid[] |
getEllipsoids()
Return an array of the defined Ellipsoid objects |
static java.lang.String[] |
getIDs()
Return the list of cataloged ellipsoid ids. |
static Ellipsoid |
getInstance(Length semiMajorAxis,
double inverseFlattening,
java.lang.String id)
Return an Ellipsoid instance |
static Ellipsoid |
getInstance(Length semiMajorAxis,
Length semiMinorAxis,
java.lang.String id)
Return an Ellipsoid instance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected EllipsoidCatalog()
| Method Detail |
public static Ellipsoid get(java.lang.String id)
Ellipsoid that matches the id string
id - the id of the Ellipsoid to return
Ellipsoid, or null if the
is does not match any Ellipsoids in the catalog.
public static Ellipsoid getInstance(Length semiMajorAxis,
Length semiMinorAxis,
java.lang.String id)
Ellipsoid instance
semiMajorAxis - the equatorial ( Semi-Major Axis ) radius.semiMinorAxis - the polar ( Semi-Minor Axis ) radius.id - the id string
public static Ellipsoid getInstance(Length semiMajorAxis,
double inverseFlattening,
java.lang.String id)
Ellipsoid instance
semiMajorAxis - the equatorial ( Semi-Major Axis ) radius.inverseFlattening - the inverse flattening of the ellipsoid.id - the id stringpublic static java.lang.String[] getIDs()
public static Ellipsoid[] getEllipsoids()
Ellipsoid objects
Ellipsoid objects
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||