Uses of Interface
org.opengis.referencing.datum.GeodeticDatum

Packages that use GeodeticDatum
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). 
 

Uses of GeodeticDatum in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return GeodeticDatum
 GeodeticDatum ProjectedCRS.getDatum()
          Returns the datum.
 GeodeticDatum GeodeticCRS.getDatum()
          Returns the datum, which must be geodetic.
 

Methods in org.opengis.referencing.crs with parameters of type GeodeticDatum
 GeocentricCRS CRSFactory.createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)
          Creates a geocentric coordinate reference system from a cartesian coordinate system.
 GeocentricCRS CRSFactory.createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)
          Creates a geocentric coordinate reference system from a spherical coordinate system.
 GeographicCRS CRSFactory.createGeographicCRS(Map<String,?> properties, GeodeticDatum datum, EllipsoidalCS cs)
          Creates a geographic coordinate reference system.
 

Uses of GeodeticDatum in org.opengis.referencing.datum
 

Methods in org.opengis.referencing.datum that return GeodeticDatum
 GeodeticDatum DatumFactory.createGeodeticDatum(Map<String,?> properties, Ellipsoid ellipsoid, PrimeMeridian primeMeridian)
          Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.
 GeodeticDatum DatumAuthorityFactory.createGeodeticDatum(String code)
          Returns a geodetic datum from a code.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.