Uses of Interface
org.apache.sis.referencing.cs.AxisFilter
Packages that use AxisFilter
Package
Description
Base classes for reference systems used for general positioning.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
-
Uses of AxisFilter in org.apache.sis.referencing
Classes in org.apache.sis.referencing that implement AxisFilterModifier and TypeClassDescription(package private) final class
Helper class for separating the ellipsoidal height from the horizontal part of a CRS. -
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 TypeMethodDescription(package private) static org.opengis.referencing.cs.CoordinateSystemAxis
Normalizer.normalize
(org.opengis.referencing.cs.CoordinateSystemAxis axis, AxisFilter changes) Returns a new axis with the same properties (except identifiers) than given axis, but with normalized axis direction and unit of measurement.(package private) static AbstractCS
Normalizer.normalize
(org.opengis.referencing.cs.CoordinateSystem cs, AxisFilter changes, boolean reorder) Optionally normalizes and reorders the axes in an attempt to get a right-handed system.static org.opengis.referencing.cs.CoordinateSystem
CoordinateSystems.replaceAxes
(org.opengis.referencing.cs.CoordinateSystem cs, AxisFilter filter) Returns a coordinate system derived from the given one but with a modified list of axes.