Uses of Interface
org.geotools.api.referencing.cs.CoordinateSystemAxis
Packages that use CoordinateSystemAxis
Package
Description
Coordinate systems and their
axis.
Coordinate reference systems implementation.
Coordinate systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
-
Uses of CoordinateSystemAxis in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return CoordinateSystemAxisModifier and TypeMethodDescriptionCSAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.CSFactory.createCoordinateSystemAxis
(Map<String, ?> properties, String abbreviation, AxisDirection direction, Unit<?> unit) Creates a coordinate system axis from an abbreviation and a unit.CoordinateSystem.getAxis
(int dimension) Returns the axis for this coordinate system at the specified dimension.Methods in org.geotools.api.referencing.cs with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptionCSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional coordinate system from the given pair of axis.CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional coordinate system from the given set of axis.CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional cartesian coordinate system from the given pair of axis.CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional cartesian coordinate system from the given set of axis.CSFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axis.CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.CSFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.CSFactory.createPolarCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axis.CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.CSFactory.createTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two-dimensional user defined coordinate system.CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three-dimensional user defined coordinate system.CSFactory.createVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system. -
Uses of CoordinateSystemAxis in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return CoordinateSystemAxisModifier and TypeMethodDescriptionAbstractSingleCRS.getAxis
(int dimension) Returns the axis for the underlying coordinate system at the specified dimension. -
Uses of CoordinateSystemAxis in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement CoordinateSystemAxisModifier and TypeClassDescriptionclass
Definition of a coordinate system axis.Methods in org.geotools.referencing.cs that return CoordinateSystemAxisModifier and TypeMethodDescriptionAbstractCS.getAxis
(int dimension) Returns the axis for this coordinate system at the specified dimension.Constructors in org.geotools.referencing.cs with parameters of type CoordinateSystemAxisModifierConstructorDescriptionAbstractCS
(String name, CoordinateSystemAxis... axis) Constructs a coordinate system from a name.AbstractCS
(Map<String, ?> properties, CoordinateSystemAxis... axis) Constructs a coordinate system from a set of properties.DefaultAffineCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a name.DefaultAffineCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a name.DefaultAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a set of properties.DefaultAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a set of properties.DefaultCartesianCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a name.DefaultCartesianCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a name.DefaultCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a set of properties.DefaultCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a set of properties.Constructs a new coordinate system axis with the same values than the specified one.DefaultCylindricalCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a name.DefaultCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a set of properties.DefaultEllipsoidalCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a name.DefaultEllipsoidalCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a name.DefaultEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a set of properties.DefaultEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a set of properties.DefaultLinearCS
(String name, CoordinateSystemAxis axis) Constructs a coordinate system from a name.DefaultLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Constructs a coordinate system from a set of properties.DefaultPolarCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a name.DefaultPolarCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a set of properties.DefaultSphericalCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a name.DefaultSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a set of properties.DefaultTimeCS
(String name, CoordinateSystemAxis axis) Constructs a coordinate system from a name.DefaultTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Constructs a coordinate system from a set of properties.DefaultUserDefinedCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a name.DefaultUserDefinedCS
(String name, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a name.DefaultUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Constructs a two-dimensional coordinate system from a set of properties.DefaultUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Constructs a three-dimensional coordinate system from a set of properties.DefaultVerticalCS
(String name, CoordinateSystemAxis axis) Constructs a coordinate system from a name.DefaultVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Constructs a coordinate system from a set of properties.Constructs a coordinate system with the same properties than the specified axis. -
Uses of CoordinateSystemAxis in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CoordinateSystemAxisModifier and TypeMethodDescriptionAbstractAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.AbstractAuthorityMediator.createCoordinateSystemAxis
(String code) AbstractCachedAuthorityFactory.createCoordinateSystemAxis
(String code) AuthorityFactoryAdapter.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.BufferedAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.CachedAuthorityDecorator.createCoordinateSystemAxis
(String code) FallbackAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.ReferencingObjectFactory.createCoordinateSystemAxis
(Map<String, ?> properties, String abbreviation, AxisDirection direction, Unit<?> unit) Creates a coordinate system axis from an abbreviation and a unit.ThreadedAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.protected abstract CoordinateSystemAxis
AbstractCachedAuthorityFactory.generateCoordinateSystemAxis
(String code) protected CoordinateSystemAxis
TransformedAuthorityFactory.replace
(CoordinateSystemAxis axis) Replaces (if needed) the specified axis by a new one.Methods in org.geotools.referencing.factory with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptionint
OrderedAxisCRSAuthorityFactory.compare
(CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Compares two axis for order.ReferencingObjectFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional coordinate system from the given pair of axis.ReferencingObjectFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional coordinate system from the given set of axis.ReferencingObjectFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional cartesian coordinate system from the given pair of axis.ReferencingObjectFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional cartesian coordinate system from the given set of axis.ReferencingObjectFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axis.ReferencingObjectFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.ReferencingObjectFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.ReferencingObjectFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.ReferencingObjectFactory.createPolarCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axis.ReferencingObjectFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axis.ReferencingObjectFactory.createTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a temporal coordinate system.ReferencingObjectFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional user defined coordinate system from the given pair of axis.ReferencingObjectFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional user defined coordinate system from the given set of axis.ReferencingObjectFactory.createVerticalCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system.protected CoordinateSystemAxis
TransformedAuthorityFactory.replace
(CoordinateSystemAxis axis) Replaces (if needed) the specified axis by a new one. -
Uses of CoordinateSystemAxis in org.geotools.referencing.factory.epsg
Methods in org.geotools.referencing.factory.epsg that return CoordinateSystemAxisModifier and TypeMethodDescriptionDirectEpsgFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.AbstractEpsgFactory.generateCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code. -
Uses of CoordinateSystemAxis in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptionstatic int
CRSUtilities.dimensionColinearWith
(CoordinateSystem cs, CoordinateSystemAxis axis) Returns the dimension within the coordinate system of the first occurrence of an axis colinear with the specified axis.