Uses of Class
org.apache.sis.referencing.cs.AxesConvention
-
Packages that use AxesConvention Package Description org.apache.sis.referencing.crs Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.org.apache.sis.referencing.cs Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space. -
-
Uses of AxesConvention in org.apache.sis.referencing.crs
Methods in org.apache.sis.referencing.crs with parameters of type AxesConvention Modifier and Type Method Description AbstractCRSAbstractCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultCompoundCRSDefaultCompoundCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultDerivedCRSDefaultDerivedCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultEngineeringCRSDefaultEngineeringCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultGeocentricCRSDefaultGeocentricCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultGeographicCRSDefaultGeographicCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultImageCRSDefaultImageCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultParametricCRSDefaultParametricCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultProjectedCRSDefaultProjectedCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultTemporalCRSDefaultTemporalCRS. forConvention(AxesConvention convention)Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.DefaultVerticalCRSDefaultVerticalCRS. 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
Fields in org.apache.sis.referencing.cs declared as AxesConvention Modifier and Type Field Description static AxesConventionAxesConvention. CONVENTIONALLY_ORIENTEDDeprecated.RenamedDISPLAY_ORIENTEDsince "conventional" is too vague.Methods in org.apache.sis.referencing.cs that return AxesConvention Modifier and Type Method Description static AxesConventionAxesConvention. valueOf(String name)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 AxesConvention Modifier and Type Method Description AbstractCSAbstractCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultAffineCSDefaultAffineCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultCartesianCSDefaultCartesianCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultCylindricalCSDefaultCylindricalCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultEllipsoidalCSDefaultEllipsoidalCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultLinearCSDefaultLinearCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultParametricCSDefaultParametricCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultPolarCSDefaultPolarCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultSphericalCSDefaultSphericalCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultTimeCSDefaultTimeCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultUserDefinedCSDefaultUserDefinedCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.DefaultVerticalCSDefaultVerticalCS. forConvention(AxesConvention convention)Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
-