Uses of Interface
org.deegree.cs.components.IEllipsoid

Packages that use IEllipsoid
org.deegree.cs.components The components package holds the shared components used by coordinatesystems, projections and transformations. 
org.deegree.cs.io.deegree   
org.deegree.cs.persistence.deegree.d3   
org.deegree.cs.persistence.gml   
org.deegree.cs.projections A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. 
org.deegree.cs.refs.components   
org.deegree.cs.refs.projections   
 

Uses of IEllipsoid in org.deegree.cs.components
 

Classes in org.deegree.cs.components that implement IEllipsoid
 class Ellipsoid
          The Ellipsoid class hold all parameters which are necessary to define an Ellipsoid.
 

Methods in org.deegree.cs.components that return IEllipsoid
 IEllipsoid GeodeticDatum.getEllipsoid()
           
 IEllipsoid IGeodeticDatum.getEllipsoid()
           
 

Constructors in org.deegree.cs.components with parameters of type IEllipsoid
GeodeticDatum(IEllipsoid ellipsoid, CRSCodeType code, String name)
          A datum with given ellipsoid and a GreenWich prime-meridian, with no helmert.
GeodeticDatum(IEllipsoid ellipsoid, Helmert toWGS84, CRSCodeType[] codes)
          A datum with given ellipsoid and a GreenWich prime-meridian.
GeodeticDatum(IEllipsoid ellipsoid, Helmert toWGS84, CRSCodeType code, String name)
          A datum with given ellipsoid and a GreenWich prime-meridian.
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, CRSResource id)
           
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSCodeType[] codes)
          A datum with given ellipsoid and a prime-meridian.
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSCodeType[] codes, String[] names, String[] versions, String[] descriptions, String[] areasOfUse)
           
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSCodeType code, String name, String version, String description, String areaOfUse)
           
GeodeticDatum(IEllipsoid ellipsoid, IPrimeMeridian primeMeridian, Helmert toWGS84, CRSResource id)
           
 

Uses of IEllipsoid in org.deegree.cs.io.deegree
 

Methods in org.deegree.cs.io.deegree with parameters of type IEllipsoid
protected  void CRSExporterBase.export(IEllipsoid ellipsoid, XMLStreamWriter xmlWriter)
          Export the ellipsoid to it's appropriate deegree-crs-definitions form.
protected  void CRSExporter.export(IEllipsoid ellipsoid, XMLStreamWriter xmlWriter)
          Export the ellipsoid to it's appropriate deegree-crs-definitions form.
 

Method parameters in org.deegree.cs.io.deegree with type arguments of type IEllipsoid
protected  void CRSExporter.exportEllipsoids(XMLStreamWriter xmlWriter, Set<IEllipsoid> ellipsoids)
          Exports the given set of ellipsoids
 

Uses of IEllipsoid in org.deegree.cs.persistence.deegree.d3
 

Methods in org.deegree.cs.persistence.deegree.d3 that return IEllipsoid
 IEllipsoid CRSParser.getEllipsoidForId(String ellipsoidID)
          Tries to find a cached ellipsoid, if not found, the config will be checked.
 

Uses of IEllipsoid in org.deegree.cs.persistence.gml
 

Methods in org.deegree.cs.persistence.gml that return IEllipsoid
protected  IEllipsoid GMLCRSStore.parseEllipsoid(org.apache.axiom.om.OMElement rootElement)
           
 

Uses of IEllipsoid in org.deegree.cs.projections
 

Methods in org.deegree.cs.projections that return IEllipsoid
 IEllipsoid IProjection.getEllipsoid(IGeographicCRS geographicCRS)
           
 IEllipsoid Projection.getEllipsoid(IGeographicCRS geographicCRS)
           
 

Uses of IEllipsoid in org.deegree.cs.refs.components
 

Classes in org.deegree.cs.refs.components that implement IEllipsoid
 class EllipsoidRef
          CRSesourceRef to a IEllipsoid
 

Methods in org.deegree.cs.refs.components that return IEllipsoid
 IEllipsoid GeodeticDatumRef.getEllipsoid()
           
 

Uses of IEllipsoid in org.deegree.cs.refs.projections
 

Methods in org.deegree.cs.refs.projections that return IEllipsoid
 IEllipsoid ProjectionRef.getEllipsoid(IGeographicCRS geographicCRS)
           
 



Copyright © 2011. All Rights Reserved.