Uses of Class
org.apache.sis.referencing.crs.DefaultGeocentricCRS
-
Packages that use DefaultGeocentricCRS Package Description org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum. -
-
Uses of DefaultGeocentricCRS in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs that return DefaultGeocentricCRS Modifier and Type Method Description static DefaultGeocentricCRS
DefaultGeocentricCRS. castOrCopy(GeocentricCRS object)
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.DefaultGeocentricCRS
DefaultGeocentricCRS. forConvention(AxesConvention convention)
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
-