Class Radius
- java.lang.Object
-
- org.locationtech.jts.jump.coordsys.Radius
-
public class Radius extends Object
Utility class, holds constants associated with Radius for various projections.- Version:
- $Revision: 1.2 $
$Id: Radius.java,v 1.2 2003/11/05 05:24:47 dkim Exp $ $Date: 2003/11/05 05:24:47 $ $Log: Radius.java,v $ 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.
- Author:
- $Author: dkim $
-
-
Constructor Summary
Constructors Constructor Description Radius(int type)
-
-
-
Field Detail
-
a
public double a
-
b
public double b
-
rf
public double rf
-
WGS72
public static final int WGS72
- See Also:
- Constant Field Values
-
CLARKE
public static final int CLARKE
- See Also:
- Constant Field Values
-
GRS80
public static final int GRS80
- See Also:
- Constant Field Values
-
-