Uses of Class
org.apache.sis.referencing.cs.DefaultAffineCS
Packages that use DefaultAffineCS
Package
Description
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
-
Uses of DefaultAffineCS in org.apache.sis.referencing.cs
Subclasses of DefaultAffineCS in org.apache.sis.referencing.csModifier and TypeClassDescriptionclass
A 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.Methods in org.apache.sis.referencing.cs that return DefaultAffineCSModifier and TypeMethodDescriptionstatic DefaultAffineCS
DefaultAffineCS.castOrCopy
(AffineCS object) Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.DefaultAffineCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.