Uses of Enum
org.apache.sis.referencing.cs.AxesConvention
Packages that use AxesConvention
Package
Description
A coverage backed by a regular grid.
A set of helper classes for the SIS implementation.
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
Fields in org.apache.sis.coverage.grid declared as AxesConventionModifier and TypeFieldDescription(package private) final AxesConvention
GridOrientation.crsVariant
If the user-specified CRS should be substituted by a variant of that CRS, the variant to use.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.Constructors in org.apache.sis.coverage.grid with parameters of type AxesConventionModifierConstructorDescriptionprivate
GridOrientation
(long flippedAxes, AxesConvention crsVariant, boolean canReorderGridAxis) Creates a new enumeration value. -
Uses of AxesConvention in org.apache.sis.internal.referencing
Fields in org.apache.sis.internal.referencing declared as AxesConventionModifier and TypeFieldDescriptionprivate static final AxesConvention[]
DefinitionVerifier.VARIANTS
List of CRS variants to try if the given CRS does not match the expected description. -
Uses of AxesConvention in org.apache.sis.referencing.crs
Fields in org.apache.sis.referencing.crs with type parameters of type AxesConventionModifier and TypeFieldDescriptionprivate Map<AxesConvention,
AbstractCRS> AbstractCRS.forConvention
Other coordinate reference systems computed from this CRS by the application of an axes convention.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.(package private) final AbstractCRS
AbstractCRS.getCached
(AxesConvention convention) Returns the existing CRS for the given convention, ornull
if none.(package private) final AbstractCRS
AbstractCRS.setCached
(AxesConvention convention, AbstractCRS crs) Sets the CRS for the given axes convention. -
Uses of AxesConvention in org.apache.sis.referencing.cs
Fields in org.apache.sis.referencing.cs with type parameters of type AxesConventionModifier and TypeFieldDescriptionprivate Map<AxesConvention,
AbstractCS> AbstractCS.derived
Other coordinate systems derived from this coordinate systems for other axes conventions.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.(package private) static AbstractCS
Normalizer.forConvention
(org.opengis.referencing.cs.CoordinateSystem cs, AxesConvention convention) Returns a coordinate system equivalent to the given one but with axes rearranged according the given convention.