Uses of Class
org.locationtech.jts.jump.coordsys.Geographic
-
Packages that use Geographic Package Description org.locationtech.jts.jump.coordsys org.locationtech.jts.jump.coordsys.impl -
-
Uses of Geographic in org.locationtech.jts.jump.coordsys
Methods in org.locationtech.jts.jump.coordsys that return Geographic Modifier and Type Method Description abstract Geographic
Projection. asGeographic(Planar p, Geographic q)
Geographic
Spheroid. project(Geographic r, double length, double angle)
Methods in org.locationtech.jts.jump.coordsys with parameters of type Geographic Modifier and Type Method Description abstract Geographic
Projection. asGeographic(Planar p, Geographic q)
abstract Planar
Projection. asPlanar(Geographic q0, Planar p)
double
Spheroid. direction(Geographic r, Geographic s)
double
Spheroid. distance(Geographic r, Geographic s)
Geographic
Spheroid. project(Geographic r, double length, double angle)
-
Uses of Geographic in org.locationtech.jts.jump.coordsys.impl
Methods in org.locationtech.jts.jump.coordsys.impl that return Geographic Modifier and Type Method Description Geographic
Albers. asGeographic(Planar p, Geographic q)
Geographic
LatLong. asGeographic(Planar p, Geographic g)
Geographic
Mercator. asGeographic(Planar p, Geographic q)
Geographic
Polyconic. asGeographic(Planar p, Geographic q)
Geographic
TransverseMercator. asGeographic(Planar p, Geographic q)
Geographic
UniversalTransverseMercator. asGeographic(Planar p, Geographic q)
Methods in org.locationtech.jts.jump.coordsys.impl with parameters of type Geographic Modifier and Type Method Description Geographic
Albers. asGeographic(Planar p, Geographic q)
Geographic
LatLong. asGeographic(Planar p, Geographic g)
Geographic
Mercator. asGeographic(Planar p, Geographic q)
Geographic
Polyconic. asGeographic(Planar p, Geographic q)
Geographic
TransverseMercator. asGeographic(Planar p, Geographic q)
Geographic
UniversalTransverseMercator. asGeographic(Planar p, Geographic q)
Planar
Albers. asPlanar(Geographic q0, Planar p)
Planar
LatLong. asPlanar(Geographic g, Planar p)
Planar
Mercator. asPlanar(Geographic q0, Planar p)
Planar
Polyconic. asPlanar(Geographic q0, Planar p)
Planar
TransverseMercator. asPlanar(Geographic q0, Planar p)
Planar
UniversalTransverseMercator. asPlanar(Geographic q0, Planar p)
void
Polyconic. forward(Geographic q, Planar p)
void
Polyconic. inverse(Planar p, Geographic q)
-