Uses of Enum
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 coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultCompoundCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultDerivedCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultEngineeringCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultGeocentricCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultGeographicCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultImageCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultParametricCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultProjectedCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultTemporalCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultVerticalCRS.forConvention
(AxesConvention convention) Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention. -
Uses of AxesConvention in org.apache.sis.referencing.cs
Methods in org.apache.sis.referencing.cs that return AxesConventionModifier and TypeMethodDescriptionstatic AxesConvention
Returns the enum constant of this type with the specified name.static AxesConvention[]
AxesConvention.values()
Returns an array containing the constants of this enum type, in the order they are declared.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.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) 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.