Uses of Class
org.geotools.api.referencing.cs.AxisDirection
-
Packages that use AxisDirection Package Description org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.operation.matrix Matrix implementations on top of thejavax.vecmath
package. -
-
Uses of AxisDirection in org.geotools.api.referencing.cs
Fields in org.geotools.api.referencing.cs declared as AxisDirection Modifier and Type Field Description 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.geotools.api.referencing.cs that return AxisDirection Modifier and Type Method Description AxisDirection
AxisDirection. absolute()
Returns the "absolute" direction of this axis.AxisDirection[]
AxisDirection. family()
Returns the list of enumerations of the same kind than this enum.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 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.geotools.api.referencing.cs with parameters of type AxisDirection Modifier and Type Method Description CoordinateSystemAxis
CSFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
Creates a coordinate system axis from an abbreviation and a unit. -
Uses of AxisDirection in org.geotools.referencing.cs
Fields in org.geotools.referencing.cs declared as AxisDirection Modifier and Type Field Description AxisDirection
DirectionAlongMeridian. baseDirection
Methods in org.geotools.referencing.cs that return AxisDirection Modifier and Type Method Description AxisDirection
DefaultCoordinateSystemAxis. getDirection()
Direction of this coordinate system axis.static AxisDirection
DefaultCoordinateSystemAxis. getDirection(String direction)
Returns an axis direction constants from its name.AxisDirection
DirectionAlongMeridian. getDirection()
Returns the axis direction for this object.Methods in org.geotools.referencing.cs with parameters of type AxisDirection Modifier and Type Method Description static double
DefaultCoordinateSystemAxis. getAngle(AxisDirection source, AxisDirection target)
Returns the arithmetic (counterclockwise) angle from the first direction to the second direction, in decimal degrees.static DefaultCoordinateSystemAxis
DefaultCoordinateSystemAxis. getPredefined(String name, AxisDirection direction)
Returns one of the predefined axis for the given name and direction, ornull
if none.static boolean
DefaultCoordinateSystemAxis. isCompassDirection(AxisDirection direction)
Returnstrue
if the specified direction is a compass direction.protected boolean
AbstractCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultAffineCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultCylindricalCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultEllipsoidalCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultPolarCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultSphericalCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultTimeCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
DefaultVerticalCS. isCompatibleDirection(AxisDirection direction)
Returnstrue
if the specified axis direction is allowed for this coordinate system.protected boolean
AbstractCS. isCompatibleUnit(AxisDirection direction, Unit<?> unit)
Returnstrue
is the specified unit is legal for the specified axis direction.protected boolean
DefaultAffineCS. isCompatibleUnit(AxisDirection direction, Unit<?> unit)
Returnstrue
if the specified unit is compatible with meters.protected boolean
DefaultEllipsoidalCS. isCompatibleUnit(AxisDirection direction, Unit<?> unit)
Returnstrue
if the specified unit is compatible with decimal degrees (or meters in the special case of height).protected boolean
DefaultTimeCS. isCompatibleUnit(AxisDirection direction, Unit<?> unit)
Returnstrue
if the specified unit is compatible with seconds.static DirectionAlongMeridian
DirectionAlongMeridian. parse(AxisDirection direction)
Returns the dimension along meridian for the specified axis direction, ornull
if none.static boolean
DefaultCoordinateSystemAxis. perpendicular(AxisDirection first, AxisDirection second)
Returnstrue
if the specified directions are perpendicular.Constructors in org.geotools.referencing.cs with parameters of type AxisDirection Constructor Description DefaultCoordinateSystemAxis(String abbreviation, AxisDirection direction, Unit<?> unit)
Constructs an axis with the same name as the abbreviation.DefaultCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
Constructs an unbounded axis from a set of properties.DefaultCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit, double minimum, double maximum, RangeMeaning rangeMeaning)
Constructs an axis from a set of properties.DefaultCoordinateSystemAxis(InternationalString name, String abbreviation, AxisDirection direction, Unit<?> unit)
Constructs an axis with a name as an international string and an abbreviation. -
Uses of AxisDirection in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return AxisDirection Modifier and Type Method Description protected AxisDirection
OrderedAxisCRSAuthorityFactory. replace(AxisDirection direction)
Replaces the specified direction, if applicable.protected AxisDirection
TransformedAuthorityFactory. replace(AxisDirection direction)
Replaces the specified direction, if applicable.Methods in org.geotools.referencing.factory with parameters of type AxisDirection Modifier and Type Method Description protected static int[]
OrderedAxisCRSAuthorityFactory. computeDirectionRanks(AxisDirection... axisOrder)
Computes the rank for every direction in the specified.CoordinateSystemAxis
ReferencingObjectFactory. createCoordinateSystemAxis(Map<String,?> properties, String abbreviation, AxisDirection direction, Unit<?> unit)
Creates a coordinate system axis from an abbreviation and a unit.protected AxisDirection
OrderedAxisCRSAuthorityFactory. replace(AxisDirection direction)
Replaces the specified direction, if applicable.protected AxisDirection
TransformedAuthorityFactory. replace(AxisDirection direction)
Replaces the specified direction, if applicable.Constructors in org.geotools.referencing.factory with parameters of type AxisDirection Constructor Description OrderedAxisAuthorityFactory(String authority, Hints userHints, AxisDirection... axisOrder)
Creates a factory which will reorder the axis of all objects created by the default authority factories.OrderedAxisAuthorityFactory(AbstractAuthorityFactory factory, Hints userHints, AxisDirection... axisOrder)
Creates a factory which will reorder the axis of all objects created by the supplied factory.OrderedAxisCRSAuthorityFactory(String authority, Hints userHints, AxisDirection... axisOrder)
Creates a factory which will reorder the axis of all objects created by the default authority factories.OrderedAxisCRSAuthorityFactory(AbstractAuthorityFactory factory, Hints userHints, AxisDirection... axisOrder)
Creates a factory which will reorder the axis of all objects created by the supplied factory. -
Uses of AxisDirection in org.geotools.referencing.operation.matrix
Constructors in org.geotools.referencing.operation.matrix with parameters of type AxisDirection Constructor Description GeneralMatrix(Bounds srcRegion, AxisDirection[] srcAxis, Bounds dstRegion, AxisDirection[] dstAxis)
Constructs a transform mapping a source region to a destination region.GeneralMatrix(AxisDirection[] srcAxis, AxisDirection[] dstAxis)
Constructs a transform changing axis order and/or direction.
-