Class LatLong
- java.lang.Object
-
- org.locationtech.jts.jump.coordsys.Projection
-
- org.locationtech.jts.jump.coordsys.impl.LatLong
-
public class LatLong extends Projection
Implements the Polyconic projection. *- Version:
- $Revision: 1.2 $
- Author:
- $Author: dkim $
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.coordsys.Projection
currentSpheroid
-
-
Constructor Summary
Constructors Constructor Description LatLong()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geographic
asGeographic(Planar p, Geographic g)
Planar
asPlanar(Geographic g, Planar p)
-
Methods inherited from class org.locationtech.jts.jump.coordsys.Projection
setSpheroid
-
-
-
-
Method Detail
-
asGeographic
public Geographic asGeographic(Planar p, Geographic g)
- Specified by:
asGeographic
in classProjection
-
asPlanar
public Planar asPlanar(Geographic g, Planar p)
- Specified by:
asPlanar
in classProjection
-
-