Uses of Interface
org.apache.sis.referencing.cs.AxisFilter
-
Packages that use AxisFilter 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 AxisFilter in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement AxisFilter Modifier and Type Class Description class
AxesConvention
High-level characteristics about the axes of a coordinate system.Methods in org.apache.sis.referencing.cs with parameters of type AxisFilter Modifier and Type Method Description static CoordinateSystem
CoordinateSystems. replaceAxes(CoordinateSystem cs, AxisFilter filter)
Returns a coordinate system derived from the given one but with a modified list of axes.
-