|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisOrientation | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.pt | Positioning implementation. |
Uses of AxisOrientation in org.geotools.cs |
Fields in org.geotools.cs declared as AxisOrientation | |
static AxisOrientation |
AxisOrientation.OTHER
Deprecated. Replaced by AxisDirection.OTHER . |
static AxisOrientation |
AxisOrientation.NORTH
Deprecated. Replaced by AxisDirection.NORTH . |
static AxisOrientation |
AxisOrientation.SOUTH
Deprecated. Replaced by AxisDirection.SOUTH . |
static AxisOrientation |
AxisOrientation.EAST
Deprecated. Replaced by AxisDirection.EAST . |
static AxisOrientation |
AxisOrientation.WEST
Deprecated. Replaced by AxisDirection.WEST . |
static AxisOrientation |
AxisOrientation.UP
Deprecated. Replaced by AxisDirection.UP . |
static AxisOrientation |
AxisOrientation.DOWN
Deprecated. Replaced by AxisDirection.DOWN . |
static AxisOrientation |
AxisOrientation.FUTURE
Deprecated. Replaced by AxisDirection.FUTURE . |
static AxisOrientation |
AxisOrientation.PAST
Deprecated. Replaced by AxisDirection.PAST . |
AxisOrientation |
AxisInfo.orientation
Deprecated. Replaced by DefaultCoordinateSystemAxis.getDirection(java.lang.String) . |
Methods in org.geotools.cs that return AxisOrientation | |
AxisOrientation |
Adapters.wrap(org.opengis.cs.CS_AxisOrientationEnum orientation)
Deprecated. Returns an axis orientation for an OpenGIS enumeration. |
static AxisOrientation |
AxisOrientation.getEnum(int value)
Deprecated. Returns the enum for the specified value. |
static AxisOrientation |
AxisOrientation.getEnum(java.lang.String name)
Deprecated. Returns the enum for the specified name. |
static AxisOrientation |
AxisOrientation.getEnum(java.lang.String name,
java.util.Locale locale)
Deprecated. Returns the enum for the specified localized name. |
AxisOrientation |
AxisOrientation.inverse()
Deprecated. Returns the opposite orientation of this axis. |
AxisOrientation |
AxisOrientation.absolute()
Deprecated. Returns the "absolute" orientation of this axis. |
Methods in org.geotools.cs with parameters of type AxisOrientation | |
org.opengis.cs.CS_AxisOrientationEnum |
Adapters.export(AxisOrientation orientation)
Deprecated. Returns an OpenGIS enumeration for an axis orientation. |
Constructors in org.geotools.cs with parameters of type AxisOrientation | |
AxisInfo(java.lang.String name,
AxisOrientation orientation)
Deprecated. Construct an AxisInfo. |
Uses of AxisOrientation in org.geotools.pt |
Methods in org.geotools.pt with parameters of type AxisOrientation | |
static Matrix |
Matrix.createAffineTransform(AxisOrientation[] srcAxis,
AxisOrientation[] dstAxis)
Deprecated. Construct an affine transform changing axis order and/or orientation. |
static Matrix |
Matrix.createAffineTransform(Envelope srcRegion,
AxisOrientation[] srcAxis,
Envelope dstRegion,
AxisOrientation[] dstAxis)
Deprecated. Construct an affine transform mapping a source region to a destination region. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |