Uses of Class
org.geotoolkit.referencing.crs.DefaultGeographicCRS

Packages that use DefaultGeographicCRS
org.geotoolkit.referencing.crs Coordinate reference system implementations. 
 

Uses of DefaultGeographicCRS in org.geotoolkit.referencing.crs
 

Fields in org.geotoolkit.referencing.crs declared as DefaultGeographicCRS
static DefaultGeographicCRS DefaultGeographicCRS.SPHERE
          A two-dimensional geographic coordinate reference system using a spherical datum.
static DefaultGeographicCRS DefaultGeographicCRS.WGS84
          A two-dimensional geographic coordinate reference system using the WGS84 datum.
static DefaultGeographicCRS DefaultGeographicCRS.WGS84_3D
          A three-dimensional geographic coordinate reference system using the WGS84 datum.
 

Methods in org.geotoolkit.referencing.crs that return DefaultGeographicCRS
static DefaultGeographicCRS DefaultGeographicCRS.wrap(GeographicCRS object)
          Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.