Uses of Interface
org.opengis.referencing.cs.CoordinateSystemAxis
Packages that use CoordinateSystemAxis
Package
Description
Access to examples of GeoAPI implementations.
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing package.-
Uses of CoordinateSystemAxis in org.opengis.example
Methods in org.opengis.example that return CoordinateSystemAxisModifier and TypeMethodDescriptionstatic CoordinateSystemAxisSimpleFactories.createAxis(Citation authority, String name, char abbreviation) Creates a new axis for the given authority, name and abbreviation. -
Uses of CoordinateSystemAxis in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return CoordinateSystemAxisModifier and TypeMethodDescriptiondefault CoordinateSystemAxisCSAuthorityFactory.createCoordinateSystemAxis(String code) Returns a coordinate system axis from a code.default CoordinateSystemAxisCSFactory.createCoordinateSystemAxis(Map<String, ?> properties, String abbreviation, AxisDirection direction, javax.measure.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.opengis.referencing.cs with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptiondefault AffineCSCSFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional affine coordinate system from the given pair of axes.default AffineCSCSFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional affine coordinate system from the given set of axes.default CartesianCSCSFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional Cartesian coordinate system from the given pair of axes.default CartesianCSCSFactory.createCartesianCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional Cartesian coordinate system from the given set of axes.default CylindricalCSCSFactory.createCylindricalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axes.default EllipsoidalCSCSFactory.createEllipsoidalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.default EllipsoidalCSCSFactory.createEllipsoidalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.default LinearCSCSFactory.createLinearCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.default ParametricCSCSFactory.createParametricCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a parametric coordinate system.default PolarCSCSFactory.createPolarCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axes.default SphericalCSCSFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a spherical coordinate system without radius.default SphericalCSCSFactory.createSphericalCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axes.default TimeCSCSFactory.createTimeCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.default UserDefinedCSCSFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default UserDefinedCSCSFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default VerticalCSCSFactory.createVerticalCS(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a vertical coordinate system. -
Uses of CoordinateSystemAxis in org.opengis.test
Methods in org.opengis.test with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptionfinal voidValidatorContainer.validate(CoordinateSystemAxis object) Tests the conformance of the given object.static voidValidators.validate(CoordinateSystemAxis object) Tests the conformance of the given object. -
Uses of CoordinateSystemAxis in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return CoordinateSystemAxisModifier and TypeMethodDescriptionPseudoEpsgFactory.createCoordinateSystemAxis(String code) Returns a coordinate system axis from a code.Methods in org.opengis.test.referencing with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptionvoidCSValidator.validate(CoordinateSystemAxis object) Validates the given axis.