Uses of Class
com.vividsolutions.jump.coordsys.Geographic
-
Packages that use Geographic Package Description com.vividsolutions.jump.coordsys com.vividsolutions.jump.coordsys.impl -
-
Uses of Geographic in com.vividsolutions.jump.coordsys
Methods in com.vividsolutions.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 com.vividsolutions.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 com.vividsolutions.jump.coordsys.impl
Methods in com.vividsolutions.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 com.vividsolutions.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)
-