Uses of Interface
org.geotools.api.referencing.cs.CoordinateSystemAxis
- 
Packages that use CoordinateSystemAxis Package Description org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.util 
- 
- 
Uses of CoordinateSystemAxis in org.geotools.api.referencing.csMethods in org.geotools.api.referencing.cs that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxisCSAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisCSFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)Creates a coordinate system axis from an abbreviation and a unit.CoordinateSystemAxisCoordinateSystem. 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 CoordinateSystemAxis Modifier and Type Method Description AffineCSCSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional coordinate system from the given pair of axis.AffineCSCSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional coordinate system from the given set of axis.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCSCSFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional cartesian coordinate system from the given set of axis.CylindricalCSCSFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a cylindrical coordinate system from the given set of axis.EllipsoidalCSCSFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates an ellipsoidal coordinate system without ellipsoidal height.EllipsoidalCSCSFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates an ellipsoidal coordinate system with ellipsoidal height.LinearCSCSFactory. createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a linear coordinate system.PolarCSCSFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a polar coordinate system from the given pair of axis.SphericalCSCSFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a spherical coordinate system from the given set of axis.TimeCSCSFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a time coordinate system.UserDefinedCSCSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two-dimensional user defined coordinate system.UserDefinedCSCSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three-dimensional user defined coordinate system.VerticalCSCSFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a vertical coordinate system.
- 
Uses of CoordinateSystemAxis in org.geotools.referencing.crsMethods in org.geotools.referencing.crs that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxisAbstractSingleCRS. getAxis(int dimension)Returns the axis for the underlying coordinate system at the specified dimension.
- 
Uses of CoordinateSystemAxis in org.geotools.referencing.csClasses in org.geotools.referencing.cs that implement CoordinateSystemAxis Modifier and Type Class Description classDefaultCoordinateSystemAxisDefinition of a coordinate system axis.Methods in org.geotools.referencing.cs that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxisAbstractCS. getAxis(int dimension)Returns the axis for this coordinate system at the specified dimension.Constructors in org.geotools.referencing.cs with parameters of type CoordinateSystemAxis Constructor Description AbstractCS(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.DefaultCoordinateSystemAxis(CoordinateSystemAxis axis)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.DefaultVerticalCS(CoordinateSystemAxis axis)Constructs a coordinate system with the same properties than the specified axis.
- 
Uses of CoordinateSystemAxis in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxisAbstractAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisAbstractAuthorityMediator. createCoordinateSystemAxis(String code)CoordinateSystemAxisAbstractCachedAuthorityFactory. createCoordinateSystemAxis(String code)CoordinateSystemAxisAuthorityFactoryAdapter. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisBufferedAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisCachedAuthorityDecorator. createCoordinateSystemAxis(String code)CoordinateSystemAxisFallbackAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisReferencingObjectFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)Creates a coordinate system axis from an abbreviation and a unit.CoordinateSystemAxisThreadedAuthorityFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.protected abstract CoordinateSystemAxisAbstractCachedAuthorityFactory. generateCoordinateSystemAxis(String code)protected CoordinateSystemAxisTransformedAuthorityFactory. replace(CoordinateSystemAxis axis)Replaces (if needed) the specified axis by a new one.Methods in org.geotools.referencing.factory with parameters of type CoordinateSystemAxis Modifier and Type Method Description intOrderedAxisCRSAuthorityFactory. compare(CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Compares two axis for order.AffineCSReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional coordinate system from the given pair of axis.AffineCSReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional coordinate system from the given set of axis.CartesianCSReferencingObjectFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional cartesian coordinate system from the given pair of axis.CartesianCSReferencingObjectFactory. createCartesianCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional cartesian coordinate system from the given set of axis.CylindricalCSReferencingObjectFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a cylindrical coordinate system from the given set of axis.EllipsoidalCSReferencingObjectFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates an ellipsoidal coordinate system without ellipsoidal height.EllipsoidalCSReferencingObjectFactory. createEllipsoidalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates an ellipsoidal coordinate system with ellipsoidal height.LinearCSReferencingObjectFactory. createLinearCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a linear coordinate system.PolarCSReferencingObjectFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a polar coordinate system from the given pair of axis.SphericalCSReferencingObjectFactory. createSphericalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a spherical coordinate system from the given set of axis.TimeCSReferencingObjectFactory. createTimeCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a temporal coordinate system.UserDefinedCSReferencingObjectFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional user defined coordinate system from the given pair of axis.UserDefinedCSReferencingObjectFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional user defined coordinate system from the given set of axis.VerticalCSReferencingObjectFactory. createVerticalCS(Map<String,?> properties, CoordinateSystemAxis axis)Creates a vertical coordinate system.protected CoordinateSystemAxisTransformedAuthorityFactory. replace(CoordinateSystemAxis axis)Replaces (if needed) the specified axis by a new one.
- 
Uses of CoordinateSystemAxis in org.geotools.referencing.factory.epsgMethods in org.geotools.referencing.factory.epsg that return CoordinateSystemAxis Modifier and Type Method Description CoordinateSystemAxisDirectEpsgFactory. createCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.CoordinateSystemAxisAbstractEpsgFactory. generateCoordinateSystemAxis(String code)Returns a coordinate system axis from a code.
- 
Uses of CoordinateSystemAxis in org.geotools.referencing.utilMethods in org.geotools.referencing.util with parameters of type CoordinateSystemAxis Modifier and Type Method Description static intCRSUtilities. dimensionColinearWith(CoordinateSystem cs, CoordinateSystemAxis axis)Returns the dimension within the coordinate system of the first occurrence of an axis colinear with the specified axis.
 
-