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