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 AxisDirectionAxisDirection.AFTAxis positive direction is aft.static final AxisDirectionAxisDirection.AWAY_FROMAxis positive direction is away from the object.static final AxisDirectionAxisDirection.CLOCKWISEAxis positive direction is clockwise from a specified direction.static final AxisDirectionAxisDirection.COLUMN_NEGATIVEAxis positive direction is towards lower pixel column.static final AxisDirectionAxisDirection.COLUMN_POSITIVEAxis positive direction is towards higher pixel column.static final AxisDirectionAxisDirection.COUNTER_CLOCKWISEAxis positive direction is counter clockwise from a specified direction.static final AxisDirectionAxisDirection.DISPLAY_DOWNAxis positive direction is towards bottom of approximately vertical display surface.static final AxisDirectionAxisDirection.DISPLAY_LEFTAxis positive direction is left in display.static final AxisDirectionAxisDirection.DISPLAY_RIGHTAxis positive direction is right in display.static final AxisDirectionAxisDirection.DISPLAY_UPAxis positive direction is towards top of approximately vertical display surface.static final AxisDirectionAxisDirection.DOWNAxis positive direction is down relative to gravity.static final AxisDirectionAxisDirection.EASTAxis positive direction is π/2 radians clockwise from north.static final AxisDirectionAxisDirection.EAST_NORTH_EASTAxis positive direction is approximately east-north-east.static final AxisDirectionAxisDirection.EAST_SOUTH_EASTAxis positive direction is approximately east-south-east.static final AxisDirectionAxisDirection.FORWARDAxis positive direction is forward.static final AxisDirectionAxisDirection.FUTUREAxis positive direction is towards the future.static final AxisDirectionAxisDirection.GEOCENTRIC_XAxis positive direction is toward geocentric X.static final AxisDirectionAxisDirection.GEOCENTRIC_YAxis positive direction is toward geocentric Y.static final AxisDirectionAxisDirection.GEOCENTRIC_ZAxis positive direction is toward geocentric Z.static final AxisDirectionAxisDirection.NORTHAxis positive direction is north.static final AxisDirectionAxisDirection.NORTH_EASTAxis positive direction is approximately north-east.static final AxisDirectionAxisDirection.NORTH_NORTH_EASTAxis positive direction is approximately north-north-east.static final AxisDirectionAxisDirection.NORTH_NORTH_WESTAxis positive direction is approximately north-north-west.static final AxisDirectionAxisDirection.NORTH_WESTAxis positive direction is approximately north-west.static final AxisDirectionAxisDirection.OTHERDeprecated.static final AxisDirectionAxisDirection.PASTAxis positive direction is towards the past.static final AxisDirectionAxisDirection.PORTAxis positive direction is port.static final AxisDirectionAxisDirection.ROW_NEGATIVEAxis positive direction is towards lower pixel row.static final AxisDirectionAxisDirection.ROW_POSITIVEAxis positive direction is towards higher pixel row.static final AxisDirectionAxisDirection.SOUTHAxis positive direction is π radians clockwise from north.static final AxisDirectionAxisDirection.SOUTH_EASTAxis positive direction is approximately south-east.static final AxisDirectionAxisDirection.SOUTH_SOUTH_EASTAxis positive direction is approximately south-south-east.static final AxisDirectionAxisDirection.SOUTH_SOUTH_WESTAxis positive direction is approximately south-south-west.static final AxisDirectionAxisDirection.SOUTH_WESTAxis positive direction is approximately south-west.static final AxisDirectionAxisDirection.STARBOARDAxis positive direction is starboard.static final AxisDirectionAxisDirection.TOWARDSAxis positive direction is towards the object.static final AxisDirectionAxisDirection.UNSPECIFIEDAxis positive direction is unspecified.static final AxisDirectionAxisDirection.UPAxis positive direction is up relative to gravity.static final AxisDirectionAxisDirection.WESTAxis positive direction is 3π/2 radians clockwise from north.static final AxisDirectionAxisDirection.WEST_NORTH_WESTAxis positive direction is approximately west-north-west.static final AxisDirectionAxisDirection.WEST_SOUTH_WESTAxis 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 AxisDirectionReturns the axis direction that matches the given string, or returns a new one if none match it.static AxisDirection[]AxisDirection.values()Returns the list ofAxisDirections.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 CoordinateSystemAxisCSFactory.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 voidAssertions.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 voidAssertions.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 voidReferencingTestCase.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.
UNSPECIFIEDin ISO 19111:2019.