Uses of Enum Class
org.apache.sis.referencing.cs.AxesConvention
Packages that use AxesConvention
Package
Description
A coverage backed by a regular grid.
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
-
Uses of AxesConvention in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid with parameters of type AxesConventionModifier and TypeMethodDescriptionGridOrientation.useVariantOfCRS
(AxesConvention variant) Substitutes the user-specified CRS by a variant of it, for example with different axis order. -
Uses of AxesConvention in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs with parameters of type AxesConventionModifier and TypeMethodDescriptionAbstractCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultCompoundCRS.forConvention
(AxesConvention convention) Returns a compound CRS equivalent to this one but with axes rearranged according the given convention.DefaultDerivedCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultEngineeringCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultGeocentricCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultGeographicCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultImageCRS.forConvention
(AxesConvention convention) Deprecated, for removal: This API element is subject to removal in a future version.Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultParametricCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultProjectedCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultTemporalCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention.DefaultVerticalCRS.forConvention
(AxesConvention convention) Returns a CRS equivalent to this one but with axes rearranged according the given convention. -
Uses of AxesConvention in org.apache.sis.referencing.cs
Subclasses with type arguments of type AxesConvention in org.apache.sis.referencing.csModifier and TypeClassDescriptionenum
High-level characteristics about the axes of a coordinate system.Methods in org.apache.sis.referencing.cs that return AxesConventionModifier and TypeMethodDescriptionstatic AxesConvention
Returns the enum constant of this class with the specified name.static AxesConvention[]
AxesConvention.values()
Returns an array containing the constants of this enum class, in the order they are declared.static AxesConvention[]
AxesConvention.valuesForOrder()
Returns the conventions that only change axis order.Methods in org.apache.sis.referencing.cs with parameters of type AxesConventionModifier and TypeMethodDescriptionAbstractCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultAffineCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultCartesianCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultCompoundCS.forConvention
(AxesConvention convention) Returns a compound CS equivalent to this one but with axes rearranged according the given convention.DefaultCylindricalCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultEllipsoidalCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultLinearCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultParametricCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultPolarCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultSphericalCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultTimeCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultUserDefinedCS.forConvention
(AxesConvention convention) Deprecated, for removal: This API element is subject to removal in a future version.Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultVerticalCS.forConvention
(AxesConvention convention) Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.