Uses of Class
org.apache.sis.referencing.cs.DefaultCoordinateSystemAxis
-
Packages that use DefaultCoordinateSystemAxis 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 DefaultCoordinateSystemAxis in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return DefaultCoordinateSystemAxis Modifier and Type Method Description static DefaultCoordinateSystemAxis
DefaultCoordinateSystemAxis. castOrCopy(CoordinateSystemAxis object)
Returns a SIS axis implementation with the same values than the given arbitrary implementation.
-