Uses of Class
org.deegree.cs.coordinatesystems.GeocentricCRS

Packages that use GeocentricCRS
org.deegree.cs.configuration.deegree.xml.exporters   
org.deegree.cs.configuration.wkt   
org.deegree.cs.coordinatesystems The coordinatesystems package holds the different coordinatesystems used by the org.deegree.cs packages. 
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 GeocentricCRS in org.deegree.cs.configuration.deegree.xml.exporters
 

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

Method parameters in org.deegree.cs.configuration.deegree.xml.exporters with type arguments of type GeocentricCRS
protected  void CRSExporter.exportCoordinateSystems(javax.xml.stream.XMLStreamWriter xmlWriter, java.util.Set<CompoundCRS> compounds, java.util.Set<ProjectedCRS> projecteds, java.util.Set<GeographicCRS> geographics, java.util.Set<GeocentricCRS> geocentrics)
          Exports the given sets of CoordinateSystems
 

Uses of GeocentricCRS in org.deegree.cs.configuration.wkt
 

Methods in org.deegree.cs.configuration.wkt that return GeocentricCRS
protected  GeocentricCRS WKTParser.parseGeocentricCRS()
           
 

Uses of GeocentricCRS in org.deegree.cs.coordinatesystems
 

Fields in org.deegree.cs.coordinatesystems declared as GeocentricCRS
static GeocentricCRS GeocentricCRS.WGS84
          The default geocentric coordinate system.
 

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

Constructors in org.deegree.cs.transformations.coordinate with parameters of type GeocentricCRS
GeocentricTransform(CoordinateSystem source, GeocentricCRS target)
           
GeocentricTransform(CoordinateSystem source, GeocentricCRS target, CRSIdentifiable id)
           
 



Copyright © 2011. All Rights Reserved.