|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.jump.coordsys.Radius
public class Radius
Utility class, holds constants associated with Radius for various projections.
$Id: Radius.java 4 2005-06-16 15:27:48Z javamap $ $Date: 2005-06-16 09:27:48 -0600 (Do, 16 Jun 2005) $ $Log$ Revision 1.1 2005/06/16 15:24:52 javamap *** empty log message *** Revision 1.2 2005/05/03 15:13:29 javamap *** empty log message *** Revision 1.2 2003/11/05 05:24:47 dkim Added global header; cleaned up Javadoc. Revision 1.1 2003/09/15 20:26:11 jaquino Reprojection Revision 1.2 2003/07/25 17:01:03 gkostadinov Moved classses reponsible for performing the basic projection to a new package -- base. Revision 1.1 2003/07/24 23:14:43 gkostadinov adding base projection classes Revision 1.1 2003/06/20 18:34:31 gkostadinov Entering the source code into the CVS.
| Field Summary | |
|---|---|
double |
a
|
double |
b
|
static int |
CLARKE
|
static int |
GRS80
|
double |
rf
|
static int |
WGS72
|
| Constructor Summary | |
|---|---|
Radius(int type)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double a
public double b
public double rf
public static final int WGS72
public static final int CLARKE
public static final int GRS80
| Constructor Detail |
|---|
public Radius(int type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||