Uses of Interface
org.deegree.cs.coordinatesystems.IGeocentricCRS

Packages that use IGeocentricCRS
org.deegree.cs.coordinatesystems The ICoordinateSystems package holds the different ICoordinateSystems used by the org.deegree.cs packages. 
org.deegree.cs.io.deegree   
org.deegree.cs.refs.coordinatesystem   
org.deegree.cs.transformations.coordinate Coordinate Transformations allow the chaining of operations to map coordinates of one coordinate systems onto a coordinate valid in another coordinate system. 
 

Uses of IGeocentricCRS in org.deegree.cs.coordinatesystems
 

Classes in org.deegree.cs.coordinatesystems that implement IGeocentricCRS
 class GeocentricCRS
          A GeocentricCRS is a ICoordinateSystem having three axis and a mass point defined to be equivalent to earths center.
 

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

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

Method parameters in org.deegree.cs.io.deegree with type arguments of type IGeocentricCRS
protected  void CRSExporter.exportCoordinateSystems(XMLStreamWriter xmlWriter, Set<ICompoundCRS> compounds, Set<IProjectedCRS> projecteds, Set<IGeographicCRS> geographics, Set<IGeocentricCRS> geocentrics)
          Exports the given sets of ICoordinateSystems
 

Uses of IGeocentricCRS in org.deegree.cs.refs.coordinatesystem
 

Classes in org.deegree.cs.refs.coordinatesystem that implement IGeocentricCRS
 class GeocentricCRSRef
          CRSRef to a GeocentricCRS
 

Uses of IGeocentricCRS in org.deegree.cs.transformations.coordinate
 

Constructors in org.deegree.cs.transformations.coordinate with parameters of type IGeocentricCRS
GeocentricTransform(ICRS source, IGeocentricCRS target)
           
GeocentricTransform(ICRS source, IGeocentricCRS target, CRSResource id)
           
 



Copyright © 2011. All Rights Reserved.