|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisDirection | |
---|---|
org.opengis.referencing.cs | Coordinate systems and their axis. |
Uses of AxisDirection in org.opengis.referencing.cs |
---|
Fields in org.opengis.referencing.cs declared as AxisDirection | |
---|---|
static AxisDirection |
AxisDirection.COLUMN_NEGATIVE
Axis positive direction is towards lower pixel column. |
static AxisDirection |
AxisDirection.COLUMN_POSITIVE
Axis positive direction is towards higher pixel column. |
static AxisDirection |
AxisDirection.DISPLAY_DOWN
Axis positive direction is towards bottom of approximately vertical display surface. |
static AxisDirection |
AxisDirection.DISPLAY_LEFT
Axis positive direction is left in display. |
static AxisDirection |
AxisDirection.DISPLAY_RIGHT
Axis positive direction is right in display. |
static AxisDirection |
AxisDirection.DISPLAY_UP
Axis positive direction is towards top of approximately vertical display surface. |
static AxisDirection |
AxisDirection.DOWN
Axis positive direction is down relative to gravity. |
static AxisDirection |
AxisDirection.EAST
Axis positive direction is π/2 radians clockwise from north. |
static AxisDirection |
AxisDirection.EAST_NORTH_EAST
Axis positive direction is approximately east-north-east. |
static AxisDirection |
AxisDirection.EAST_SOUTH_EAST
Axis positive direction is approximately east-south-east. |
static AxisDirection |
AxisDirection.FUTURE
Axis positive direction is towards the future. |
static AxisDirection |
AxisDirection.GEOCENTRIC_X
Axis 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 AxisDirection |
AxisDirection.GEOCENTRIC_Y
Axis 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 AxisDirection |
AxisDirection.GEOCENTRIC_Z
Axis positive direction is from the centre of the modelled earth parallel to its rotation axis and towards its north pole. |
static AxisDirection |
AxisDirection.NORTH
Axis positive direction is north. |
static AxisDirection |
AxisDirection.NORTH_EAST
Axis positive direction is approximately north-east. |
static AxisDirection |
AxisDirection.NORTH_NORTH_EAST
Axis positive direction is approximately north-north-east. |
static AxisDirection |
AxisDirection.NORTH_NORTH_WEST
Axis positive direction is approximately north-north-west. |
static AxisDirection |
AxisDirection.NORTH_WEST
Axis positive direction is approximately north-west. |
static AxisDirection |
AxisDirection.OTHER
Unknown or unspecified axis orientation. |
static AxisDirection |
AxisDirection.PAST
Axis positive direction is towards the past. |
static AxisDirection |
AxisDirection.ROW_NEGATIVE
Axis positive direction is towards lower pixel row. |
static AxisDirection |
AxisDirection.ROW_POSITIVE
Axis positive direction is towards higher pixel row. |
static AxisDirection |
AxisDirection.SOUTH
Axis positive direction is π radians clockwise from north. |
static AxisDirection |
AxisDirection.SOUTH_EAST
Axis positive direction is approximately south-east. |
static AxisDirection |
AxisDirection.SOUTH_SOUTH_EAST
Axis positive direction is approximately south-south-east. |
static AxisDirection |
AxisDirection.SOUTH_SOUTH_WEST
Axis positive direction is approximately south-south-west. |
static AxisDirection |
AxisDirection.SOUTH_WEST
Axis positive direction is approximately south-west. |
static AxisDirection |
AxisDirection.UP
Axis positive direction is up relative to gravity. |
static AxisDirection |
AxisDirection.WEST
Axis positive direction is 3π/2 radians clockwise from north. |
static AxisDirection |
AxisDirection.WEST_NORTH_WEST
Axis positive direction is approximately west-north-west. |
static AxisDirection |
AxisDirection.WEST_SOUTH_WEST
Axis positive direction is approximately west-south-west. |
Methods in org.opengis.referencing.cs that return AxisDirection | |
---|---|
AxisDirection |
AxisDirection.absolute()
Returns the "absolute" direction of this axis. |
AxisDirection |
CoordinateSystemAxis.getDirection()
Direction of this coordinate system axis. |
AxisDirection |
AxisDirection.opposite()
Returns the opposite direction of this axis. |
static AxisDirection |
AxisDirection.valueOf(String code)
Returns the AxisDirection that matches the given string, or returns a new one if none match it. |
static AxisDirection[] |
AxisDirection.values()
Returns the list of AxisDirection s. |
Methods in org.opengis.referencing.cs with parameters of type AxisDirection | |
---|---|
CoordinateSystemAxis |
CSFactory.createCoordinateSystemAxis(Map<String,?> properties,
String abbreviation,
AxisDirection direction,
Unit unit)
Creates a coordinate system axis from an abbreviation and a unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |