Uses of Class
org.opengis.referencing.cs.AxisDirection
Packages that use AxisDirection
Package
Description
Coordinate Systems and their axes.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of AxisDirection in org.opengis.referencing.cs
Fields in org.opengis.referencing.cs declared as AxisDirectionModifier and TypeFieldDescriptionstatic final AxisDirection
AxisDirection.AFT
Axis positive direction is aft.static final AxisDirection
AxisDirection.AWAY_FROM
Axis positive direction is away from the object.static final AxisDirection
AxisDirection.CLOCKWISE
Axis positive direction is clockwise from a specified direction.static final AxisDirection
AxisDirection.COLUMN_NEGATIVE
Axis positive direction is towards lower pixel column.static final AxisDirection
AxisDirection.COLUMN_POSITIVE
Axis positive direction is towards higher pixel column.static final AxisDirection
AxisDirection.COUNTER_CLOCKWISE
Axis positive direction is counter clockwise from a specified direction.static final AxisDirection
AxisDirection.DISPLAY_DOWN
Axis positive direction is towards bottom of approximately vertical display surface.static final AxisDirection
AxisDirection.DISPLAY_LEFT
Axis positive direction is left in display.static final AxisDirection
AxisDirection.DISPLAY_RIGHT
Axis positive direction is right in display.static final AxisDirection
AxisDirection.DISPLAY_UP
Axis positive direction is towards top of approximately vertical display surface.static final AxisDirection
AxisDirection.DOWN
Axis positive direction is down relative to gravity.static final AxisDirection
AxisDirection.EAST
Axis positive direction is π/2 radians clockwise from north.static final AxisDirection
AxisDirection.EAST_NORTH_EAST
Axis positive direction is approximately east-north-east.static final AxisDirection
AxisDirection.EAST_SOUTH_EAST
Axis positive direction is approximately east-south-east.static final AxisDirection
AxisDirection.FORWARD
Axis positive direction is forward.static final AxisDirection
AxisDirection.FUTURE
Axis positive direction is towards the future.static final AxisDirection
AxisDirection.GEOCENTRIC_X
Axis positive direction is toward geocentric X.static final AxisDirection
AxisDirection.GEOCENTRIC_Y
Axis positive direction is toward geocentric Y.static final AxisDirection
AxisDirection.GEOCENTRIC_Z
Axis positive direction is toward geocentric Z.static final AxisDirection
AxisDirection.NORTH
Axis positive direction is north.static final AxisDirection
AxisDirection.NORTH_EAST
Axis positive direction is approximately north-east.static final AxisDirection
AxisDirection.NORTH_NORTH_EAST
Axis positive direction is approximately north-north-east.static final AxisDirection
AxisDirection.NORTH_NORTH_WEST
Axis positive direction is approximately north-north-west.static final AxisDirection
AxisDirection.NORTH_WEST
Axis positive direction is approximately north-west.static final AxisDirection
AxisDirection.OTHER
Deprecated.static final AxisDirection
AxisDirection.PAST
Axis positive direction is towards the past.static final AxisDirection
AxisDirection.PORT
Axis positive direction is port.static final AxisDirection
AxisDirection.ROW_NEGATIVE
Axis positive direction is towards lower pixel row.static final AxisDirection
AxisDirection.ROW_POSITIVE
Axis positive direction is towards higher pixel row.static final AxisDirection
AxisDirection.SOUTH
Axis positive direction is π radians clockwise from north.static final AxisDirection
AxisDirection.SOUTH_EAST
Axis positive direction is approximately south-east.static final AxisDirection
AxisDirection.SOUTH_SOUTH_EAST
Axis positive direction is approximately south-south-east.static final AxisDirection
AxisDirection.SOUTH_SOUTH_WEST
Axis positive direction is approximately south-south-west.static final AxisDirection
AxisDirection.SOUTH_WEST
Axis positive direction is approximately south-west.static final AxisDirection
AxisDirection.STARBOARD
Axis positive direction is starboard.static final AxisDirection
AxisDirection.TOWARDS
Axis positive direction is towards the object.static final AxisDirection
AxisDirection.UNSPECIFIED
Axis positive direction is unspecified.static final AxisDirection
AxisDirection.UP
Axis positive direction is up relative to gravity.static final AxisDirection
AxisDirection.WEST
Axis positive direction is 3π/2 radians clockwise from north.static final AxisDirection
AxisDirection.WEST_NORTH_WEST
Axis positive direction is approximately west-north-west.static final AxisDirection
AxisDirection.WEST_SOUTH_WEST
Axis positive direction is approximately west-south-west.Methods in org.opengis.referencing.cs that return AxisDirectionModifier and TypeMethodDescriptionAxisDirection.family()
Returns the list of codes of the same kind as this code list element.CoordinateSystemAxis.getDirection()
Returns the direction of this coordinate system axis.static AxisDirection
Returns the axis direction that matches the given string, or returns a new one if none match it.static AxisDirection[]
AxisDirection.values()
Returns the list ofAxisDirection
s.Methods in org.opengis.referencing.cs that return types with arguments of type AxisDirectionModifier and TypeMethodDescriptionAxisDirection.opposite()
Returns the direction of negative coordinate values.Methods in org.opengis.referencing.cs with parameters of type AxisDirectionModifier and TypeMethodDescriptiondefault 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. -
Uses of AxisDirection in org.opengis.test
Methods in org.opengis.test with parameters of type AxisDirectionModifier and TypeMethodDescriptionstatic void
Assertions.assertAxisDirectionsEqual
(CoordinateSystem cs, AxisDirection... expected) Asserts that all axes in the given coordinate system are pointing toward the given directions, in the same order.static void
Assertions.assertAxisDirectionsEqual
(CoordinateSystem cs, AxisDirection[] expected, String message) Asserts that all axes in the given coordinate system are pointing toward the given directions, in the same order. -
Uses of AxisDirection in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type AxisDirectionModifier and TypeMethodDescriptionprotected void
ReferencingTestCase.verifyCoordinateSystem
(CoordinateSystem cs, Class<? extends CoordinateSystem> type, AxisDirection[] directions, javax.measure.Unit<?>... axisUnits) Compares the type, axis units and directions of the given coordinate system against the expected values.
UNSPECIFIED
in ISO 19111:2019.