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 CoordinateSystemAxis
SimpleFactories.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 CoordinateSystemAxis
CSAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.default CoordinateSystemAxis
CSFactory.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 AffineCS
CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional affine coordinate system from the given pair of axes.default AffineCS
CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional affine coordinate system from the given set of axes.default CartesianCS
CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional Cartesian coordinate system from the given pair of axes.default CartesianCS
CSFactory.createCartesianCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional Cartesian coordinate system from the given set of axes.default CylindricalCS
CSFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axes.default EllipsoidalCS
CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates an ellipsoidal coordinate system without ellipsoidal height.default EllipsoidalCS
CSFactory.createEllipsoidalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates an ellipsoidal coordinate system with ellipsoidal height.default LinearCS
CSFactory.createLinearCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a linear coordinate system.default ParametricCS
CSFactory.createParametricCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a parametric coordinate system.default PolarCS
CSFactory.createPolarCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axes.default SphericalCS
CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a spherical coordinate system without radius.default SphericalCS
CSFactory.createSphericalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a spherical coordinate system from the given set of axes.default TimeCS
CSFactory.createTimeCS
(Map<String, ?> properties, CoordinateSystemAxis axis) Creates a time coordinate system.default UserDefinedCS
CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default UserDefinedCS
CSFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Deprecated.User-defined CS needs their own constructor for instantiating their specialized type.default VerticalCS
CSFactory.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 void
ValidatorContainer.validate
(CoordinateSystemAxis object) Tests the conformance of the given object.static void
Validators.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 TypeMethodDescriptionvoid
CSValidator.validate
(CoordinateSystemAxis object) Validates the given axis.