Uses of Class
org.geotools.cs.Ellipsoid

Packages that use Ellipsoid
org.geotools.cs Coordinate Systems implementation.  
org.geotools.io.coverage Helper classes for GridCoverageExchange.  
org.geotools.resources A set of helper classes for Geotools implementation; Do not use! 
 

Uses of Ellipsoid in org.geotools.cs
 

Fields in org.geotools.cs declared as Ellipsoid
static Ellipsoid Ellipsoid.WGS84
          Deprecated. WGS 1984 ellipsoid.
 

Methods in org.geotools.cs that return Ellipsoid
abstract  Ellipsoid CoordinateSystemAuthorityFactory.createEllipsoid(java.lang.String code)
          Returns an Ellipsoid object from a code.
 Ellipsoid HorizontalDatum.getEllipsoid()
          Deprecated. Replaced by DefaultGeodeticDatum.getEllipsoid().
 Ellipsoid CoordinateSystemFactory.createEllipsoid(java.lang.CharSequence name, double semiMajorAxis, double semiMinorAxis, Unit unit)
          Deprecated. Creates an ellipsoid from radius values.
 Ellipsoid CoordinateSystemFactory.createFlattenedSphere(java.lang.CharSequence name, double semiMajorAxis, double inverseFlattening, Unit unit)
          Deprecated. Creates an ellipsoid from an major radius, and inverse flattening.
 Ellipsoid Adapters.wrap(org.opengis.cs.CS_Ellipsoid ellipsoid)
          Deprecated. Returns an ellipsoid for an OpenGIS interface.
static Ellipsoid Ellipsoid.createEllipsoid(java.lang.CharSequence name, double semiMajorAxis, double semiMinorAxis, Unit unit)
          Deprecated. Replaced by DefaultEllipsoid.createEllipsoid(java.lang.String, double, double, javax.units.Unit).
static Ellipsoid Ellipsoid.createFlattenedSphere(java.lang.CharSequence name, double semiMajorAxis, double inverseFlattening, Unit unit)
          Deprecated. Replaced by DefaultEllipsoid.createFlattenedSphere(java.lang.String, double, double, javax.units.Unit).
 

Methods in org.geotools.cs with parameters of type Ellipsoid
 Projection CoordinateSystemFactory.createProjection(java.lang.CharSequence name, java.lang.String classification, Ellipsoid ellipsoid, java.awt.geom.Point2D centre, java.awt.geom.Point2D translation)
          Deprecated. Convenience method for constructing a projection using the specified ellipsoid.
 HorizontalDatum CoordinateSystemFactory.createHorizontalDatum(java.lang.CharSequence name, DatumType.Horizontal type, Ellipsoid ellipsoid, WGS84ConversionInfo toWGS84)
          Deprecated. Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.
 HorizontalDatum CoordinateSystemFactory.createHorizontalDatum(java.lang.CharSequence name, Ellipsoid ellipsoid)
          Deprecated. Creates horizontal datum from an ellipsoid.
 org.opengis.cs.CS_Ellipsoid Adapters.export(Ellipsoid ellipsoid)
          Deprecated. Returns an OpenGIS interface for an ellipsoid.
 

Constructors in org.geotools.cs with parameters of type Ellipsoid
HorizontalDatum(java.lang.CharSequence name, Ellipsoid ellipsoid)
          Deprecated. Creates horizontal datum from an ellipsoid.
HorizontalDatum(java.lang.CharSequence name, DatumType.Horizontal type, Ellipsoid ellipsoid, WGS84ConversionInfo toWGS84)
          Deprecated. Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.
Projection(java.lang.CharSequence name, java.lang.String classification, Ellipsoid ellipsoid, java.awt.geom.Point2D centre, java.awt.geom.Point2D translation)
          Deprecated. Convenience constructor for a projection using the specified ellipsoid.
 

Uses of Ellipsoid in org.geotools.io.coverage
 

Methods in org.geotools.io.coverage that return Ellipsoid
 Ellipsoid PropertyParser.getEllipsoid()
          Deprecated. Returns the ellipsoid.
 

Uses of Ellipsoid in org.geotools.resources
 

Methods in org.geotools.resources that return Ellipsoid
static Ellipsoid CTSUtilities.getEllipsoid(CoordinateSystem cs)
          Deprecated. Returns the first ellipsoid found in a coordinate system, or null if there is none.
static Ellipsoid CTSUtilities.getHeadGeoEllipsoid(CoordinateSystem coordinateSystem)
          Deprecated. Returns the ellipsoid used by the specified coordinate system, providing that the two first dimensions use an instance of GeographicCoordinateSystem.
 



Copyright © GeoTools. All Rights Reserved.