Uses of Class
org.apache.sis.referencing.cs.DefaultEllipsoidalCS
-
Packages that use DefaultEllipsoidalCS Package Description org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space. -
-
Uses of DefaultEllipsoidalCS in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return DefaultEllipsoidalCS Modifier and Type Method Description static DefaultEllipsoidalCS
DefaultEllipsoidalCS. castOrCopy(EllipsoidalCS object)
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.DefaultEllipsoidalCS
DefaultEllipsoidalCS. forConvention(AxesConvention convention)
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
-