Class Polyconic
- java.lang.Object
-
- org.locationtech.jts.jump.coordsys.Projection
-
- org.locationtech.jts.jump.coordsys.impl.Polyconic
-
public class Polyconic extends Projection
Implements the Polyconic projection. *- Version:
- $Revision: 1.2 $
$Id: Polyconic.java,v 1.2 2003/11/05 05:14:18 dkim Exp $ $Date: 2003/11/05 05:14:18 $ $Log: Polyconic.java,v $ Revision 1.2 2003/11/05 05:14:18 dkim Added global header; cleaned up Javadoc. Revision 1.1 2003/09/15 20:26:12 jaquino Reprojection Revision 1.2 2003/07/25 17:01:04 gkostadinov Moved classses reponsible for performing the basic projection to a new package -- base. Revision 1.1 2003/07/24 23:14:44 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 $
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.coordsys.Projection
currentSpheroid
-
-
Constructor Summary
Constructors Constructor Description Polyconic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geographic
asGeographic(Planar p, Geographic q)
Planar
asPlanar(Geographic q0, Planar p)
void
forward(Geographic q, Planar p)
void
inverse(Planar p, Geographic q)
void
setParameters(double originLatitude, double originLongitude)
-
Methods inherited from class org.locationtech.jts.jump.coordsys.Projection
setSpheroid
-
-
-
-
Method Detail
-
setParameters
public void setParameters(double originLatitude, double originLongitude)
-
asPlanar
public Planar asPlanar(Geographic q0, Planar p)
- Specified by:
asPlanar
in classProjection
-
asGeographic
public Geographic asGeographic(Planar p, Geographic q)
- Specified by:
asGeographic
in classProjection
-
forward
public void forward(Geographic q, Planar p)
-
inverse
public void inverse(Planar p, Geographic q)
-
-