|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.geometry.projections.ellipsoid.EllipsoidFactory
public class EllipsoidFactory
Reads the Ellipsoid text file to create the requested Ellipsoid.
| Constructor Summary | |
|---|---|
EllipsoidFactory()
Creates new EllipsoidFactory |
|
| Method Summary | |
|---|---|
static Ellipsoid |
getEllipsoid(java.lang.String inName)
Retrieve the ellipsoid by name |
static Ellipsoid[] |
getKnownEllipsoids()
Return the list of know ellipsoids |
static void |
main(java.lang.String[] inArgs)
|
static java.lang.String[] |
parse(java.lang.String inString,
char inToken)
Parse the line into it's Tokens |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EllipsoidFactory()
| Method Detail |
|---|
public static Ellipsoid getEllipsoid(java.lang.String inName)
public static Ellipsoid[] getKnownEllipsoids()
public static java.lang.String[] parse(java.lang.String inString,
char inToken)
public static void main(java.lang.String[] inArgs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||