Uses of Class
org.gicentre.utils.spatial.Ellipsoid

Packages that use Ellipsoid
org.gicentre.utils.spatial Spatial and geographic utilities for use with Processing. 
 

Uses of Ellipsoid in org.gicentre.utils.spatial
 

Methods in org.gicentre.utils.spatial that return Ellipsoid
 Ellipsoid WebMercator.getEllipsoid()
          Reports the ellipsoid used in the transformation.
 Ellipsoid UTM.getEllipsoid()
          Reports the ellipsoid used in the transformation.
 Ellipsoid Swiss.getEllipsoid()
          Reports the ellipsoid used in the transformation.
 Ellipsoid ObliqueMercator.getEllipsoid()
          Reports the ellipsoid used in the transformation.
 Ellipsoid FrenchNTF.getEllipsoid()
          Reports the ellipsoid used in the transformation (Clarke 1880).
 Ellipsoid AlbersEqualAreaConic.getEllipsoid()
          Reports the ellipsoid used in the transformation.
 

Constructors in org.gicentre.utils.spatial with parameters of type Ellipsoid
AlbersEqualAreaConic(Ellipsoid ellipsoid, double lat1, double lat2)
          Initialises the Albers converter with the given ellipsoid and standard parallels.
AlbersEqualAreaConic(Ellipsoid ellipsoid, double lat1, double lat2, double lon0, double lat0, double falseEast, double falseNorth)
          Initialises the Albers converter with the given ellipsoid.
ObliqueMercator(Ellipsoid ellipsoid)
          Initialises the Oblique Mercator converter with the given ellipsoid.
UTM(Ellipsoid ellipsoid, float lat, float lng)
          Initialises the UTM converter with the given ellipsoid.
UTM(Ellipsoid ellipsoid, int zoneNumber, char zoneLetter)
          Initialises the UTM converter with the given ellipsoid and zone.
 



giCentre Utilities V.3.3, API documentation generated 6th April, 2013