Uses of Interface
org.opengis.referencing.crs.GeocentricCRS
-
Packages that use GeocentricCRS Package Description org.opengis.referencing.crs -
-
Uses of GeocentricCRS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return GeocentricCRS Modifier and Type Method Description GeocentricCRSCRSAuthorityFactory. createGeocentricCRS(String code)Returns a geocentric coordinate reference system from a code.GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, CartesianCS cs)Creates a geocentric coordinate reference system from a Cartesian coordinate system.GeocentricCRSCRSFactory. createGeocentricCRS(Map<String,?> properties, GeodeticDatum datum, SphericalCS cs)Creates a geocentric coordinate reference system from a spherical coordinate system.
-