Uses of Class
org.locationtech.jts.jump.coordsys.Spheroid
-
Packages that use Spheroid Package Description org.locationtech.jts.jump.coordsys org.locationtech.jts.jump.coordsys.impl -
-
Uses of Spheroid in org.locationtech.jts.jump.coordsys
Fields in org.locationtech.jts.jump.coordsys declared as Spheroid Modifier and Type Field Description protected Spheroid
Projection. currentSpheroid
Methods in org.locationtech.jts.jump.coordsys with parameters of type Spheroid Modifier and Type Method Description void
Projection. setSpheroid(Spheroid s)
-
Uses of Spheroid in org.locationtech.jts.jump.coordsys.impl
Methods in org.locationtech.jts.jump.coordsys.impl with parameters of type Spheroid Modifier and Type Method Description void
MeridianArcLength. compute(Spheroid spheroid, double lat, int diff)
void
UniversalTransverseMercator. setSpheroid(Spheroid s)
-