Uses of Interface
org.opengis.referencing.cs.CoordinateSystemAxis
Packages that use CoordinateSystemAxis
Package
Description
Coordinate systems and their
axis.
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of CoordinateSystemAxis in org.opengis.referencing.cs
Methods in org.opengis.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, 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 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.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 with parameters of type CoordinateSystemAxisModifier and TypeMethodDescriptionvoid
CSValidator.validate
(CoordinateSystemAxis object) Validates the given axis.