Uses of Interface
org.opengis.cs.CS_Ellipsoid

Packages that use CS_Ellipsoid
org.deegree_impl.model.cs   
org.opengis.cs   
 

Uses of CS_Ellipsoid in org.deegree_impl.model.cs
 

Classes in org.deegree_impl.model.cs that implement CS_Ellipsoid
private  class Ellipsoid.Export
          Wrap a Ellipsoid object for use with OpenGIS.
 

Methods in org.deegree_impl.model.cs that return CS_Ellipsoid
 CS_Ellipsoid HorizontalDatum.Export.getEllipsoid()
          Returns the Ellipsoid.
 CS_Ellipsoid CoordinateSystemFactory.Export.createEllipsoid(java.lang.String name, double semiMajorAxis, double semiMinorAxis, CS_LinearUnit linearUnit)
          Creates an ellipsoid from radius values.
 CS_Ellipsoid CoordinateSystemFactory.Export.createFlattenedSphere(java.lang.String name, double semiMajorAxis, double inverseFlattening, CS_LinearUnit linearUnit)
          Creates an ellipsoid from an major radius, and inverse flattening.
 CS_Ellipsoid Adapters.export(Ellipsoid ellipsoid)
          Returns an OpenGIS interface for an ellipsoid.
 

Methods in org.deegree_impl.model.cs with parameters of type CS_Ellipsoid
 CS_HorizontalDatum CoordinateSystemFactory.Export.createHorizontalDatum(java.lang.String name, CS_DatumType horizontalDatumType, CS_Ellipsoid ellipsoid, CS_WGS84ConversionInfo toWGS84)
          Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.
 Ellipsoid Adapters.wrap(CS_Ellipsoid ellipsoid)
          Returns an ellipsoid for an OpenGIS interface.
 

Uses of CS_Ellipsoid in org.opengis.cs
 

Methods in org.opengis.cs that return CS_Ellipsoid
 CS_Ellipsoid CS_HorizontalDatum.getEllipsoid()
          Returns the Ellipsoid.
 CS_Ellipsoid CS_CoordinateSystemFactory.createEllipsoid(java.lang.String name, double semiMajorAxis, double semiMinorAxis, CS_LinearUnit linearUnit)
          Creates an ellipsoid from radius values.
 CS_Ellipsoid CS_CoordinateSystemFactory.createFlattenedSphere(java.lang.String name, double semiMajorAxis, double inverseFlattening, CS_LinearUnit linearUnit)
          Creates an ellipsoid from an major radius, and inverse flattening.
 CS_Ellipsoid CS_CoordinateSystemAuthorityFactory.createEllipsoid(java.lang.String code)
          Returns an Ellipsoid object from a code.
 

Methods in org.opengis.cs with parameters of type CS_Ellipsoid
 CS_HorizontalDatum CS_CoordinateSystemFactory.createHorizontalDatum(java.lang.String name, CS_DatumType horizontalDatumType, CS_Ellipsoid ellipsoid, CS_WGS84ConversionInfo toWGS84)
          Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.