Uses of Class
com.vividsolutions.jump.coordsys.Geographic
Packages that use Geographic
-
Uses of Geographic in com.vividsolutions.jump.coordsys
Methods in com.vividsolutions.jump.coordsys that return GeographicModifier and TypeMethodDescriptionabstract GeographicProjection.asGeographic(Planar p, Geographic q) Spheroid.project(Geographic r, double length, double angle) Methods in com.vividsolutions.jump.coordsys with parameters of type GeographicModifier and TypeMethodDescriptionabstract GeographicProjection.asGeographic(Planar p, Geographic q) abstract PlanarProjection.asPlanar(Geographic q0, Planar p) doubleSpheroid.direction(Geographic r, Geographic s) doubleSpheroid.distance(Geographic r, Geographic s) 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 GeographicModifier and TypeMethodDescriptionAlbers.asGeographic(Planar p, Geographic q) LatLong.asGeographic(Planar p, Geographic g) Mercator.asGeographic(Planar p, Geographic q) Polyconic.asGeographic(Planar p, Geographic q) TransverseMercator.asGeographic(Planar p, Geographic q) UniversalTransverseMercator.asGeographic(Planar p, Geographic q) Methods in com.vividsolutions.jump.coordsys.impl with parameters of type GeographicModifier and TypeMethodDescriptionAlbers.asGeographic(Planar p, Geographic q) LatLong.asGeographic(Planar p, Geographic g) Mercator.asGeographic(Planar p, Geographic q) Polyconic.asGeographic(Planar p, Geographic q) TransverseMercator.asGeographic(Planar p, Geographic q) UniversalTransverseMercator.asGeographic(Planar p, Geographic q) Albers.asPlanar(Geographic q0, Planar p) LatLong.asPlanar(Geographic g, Planar p) Mercator.asPlanar(Geographic q0, Planar p) Polyconic.asPlanar(Geographic q0, Planar p) TransverseMercator.asPlanar(Geographic q0, Planar p) UniversalTransverseMercator.asPlanar(Geographic q0, Planar p) voidPolyconic.forward(Geographic q, Planar p) voidPolyconic.inverse(Planar p, Geographic q)