Uses of Class
org.opengis.referencing.cs.AxisDirection
Packages that use AxisDirection
-
Uses of AxisDirection in org.opengis.referencing.cs
Fields in org.opengis.referencing.cs declared as AxisDirectionModifier and TypeFieldDescriptionstatic 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.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.FUTUREAxis positive direction is towards the future.static final AxisDirectionAxisDirection.GEOCENTRIC_XAxis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator with the prime meridian.static final AxisDirectionAxisDirection.GEOCENTRIC_YAxis positive direction is in the equatorial plane from the centre of the modelled earth towards the intersection of the equator and the meridian π/2 radians eastwards from the prime meridian.static final AxisDirectionAxisDirection.GEOCENTRIC_ZAxis positive direction is from the centre of the modelled earth parallel to its rotation axis and towards its north pole.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.OTHERUnknown or unspecified axis orientation.static final AxisDirectionAxisDirection.PASTAxis positive direction is towards the past.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.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 enumerations of the same kind as this enum.CoordinateSystemAxis.getDirection()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 with parameters of type AxisDirectionModifier and TypeMethodDescriptionCSFactory.createCoordinateSystemAxis(Map<String, ?> properties, String abbreviation, AxisDirection direction, Unit<?> unit) Creates a coordinate system axis from an abbreviation and a unit.