|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisOrientation | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.ct | |
org.deegree_impl.model.pt |
Uses of AxisOrientation in org.deegree_impl.model.cs |
Fields in org.deegree_impl.model.cs declared as AxisOrientation | |
static AxisOrientation |
AxisOrientation.OTHER
Unknown or unspecified axis orientation. |
static AxisOrientation |
AxisOrientation.NORTH
Increasing ordinates values go North. |
static AxisOrientation |
AxisOrientation.SOUTH
Increasing ordinates values go South. |
static AxisOrientation |
AxisOrientation.EAST
Increasing ordinates values go East. |
static AxisOrientation |
AxisOrientation.WEST
Increasing ordinates values go West. |
static AxisOrientation |
AxisOrientation.UP
Increasing ordinates values go up. |
static AxisOrientation |
AxisOrientation.DOWN
Increasing ordinates values go down. |
static AxisOrientation |
AxisOrientation.FUTURE
Increasing time go toward future. |
static AxisOrientation |
AxisOrientation.PAST
Increasing time go toward past. |
private static AxisOrientation[] |
AxisOrientation.ENUMS
Axis orientations by value. |
private static AxisOrientation[] |
AxisOrientation.ORDER
The axis order. |
AxisOrientation |
AxisInfo.orientation
Enumerated value for orientation. |
Methods in org.deegree_impl.model.cs that return AxisOrientation | |
static AxisOrientation |
AxisOrientation.getEnum(int value)
Return the enum for the specified value. |
AxisOrientation |
AxisOrientation.inverse()
Returns the opposite orientation of this axis. |
AxisOrientation |
AxisOrientation.absolute()
Returns the "absolute" orientation of this axis. |
AxisOrientation |
Adapters.wrap(CS_AxisOrientationEnum orientation)
Returns an axis orientation for an OpenGIS enumeration. |
Methods in org.deegree_impl.model.cs with parameters of type AxisOrientation | |
(package private) abstract boolean |
DatumType.isCompatibleOrientation(AxisOrientation orientation)
Returns true if the specified orientation is compatible
with this datum type. |
(package private) boolean |
DatumType.Horizontal.isCompatibleOrientation(AxisOrientation orientation)
Returns true if the specified orientation is compatible
with this datum type. |
(package private) boolean |
DatumType.Vertical.isCompatibleOrientation(AxisOrientation orientation)
Returns true if the specified orientation is compatible
with this datum type. |
(package private) boolean |
DatumType.Temporal.isCompatibleOrientation(AxisOrientation orientation)
Returns true if the specified orientation is compatible
with this datum type. |
(package private) boolean |
DatumType.Local.isCompatibleOrientation(AxisOrientation orientation)
Returns true if the specified orientation is compatible
with this datum type. |
CS_AxisOrientationEnum |
Adapters.export(AxisOrientation orientation)
Returns an OpenGIS enumeration for an axis orientation. |
Constructors in org.deegree_impl.model.cs with parameters of type AxisOrientation | |
AxisInfo(java.lang.String name,
AxisOrientation orientation)
Construct an AxisInfo. |
|
AxisInfo.Localized(java.lang.String name,
int key,
AxisOrientation orientation)
Construct a localized axis info. |
Uses of AxisOrientation in org.deegree_impl.model.ct |
Methods in org.deegree_impl.model.ct that return AxisOrientation | |
private static AxisOrientation[] |
CoordinateTransformationFactory.getAxisOrientations(CoordinateSystem cs,
Dimensioned dim)
Returns the axis orientation for the specified coordinate system. |
Uses of AxisOrientation in org.deegree_impl.model.pt |
Methods in org.deegree_impl.model.pt with parameters of type AxisOrientation | |
static Matrix |
Matrix.createAffineTransform(AxisOrientation[] srcAxis,
AxisOrientation[] dstAxis)
Construct an affine transform changing axis order and/or orientation. |
static Matrix |
Matrix.createAffineTransform(Envelope srcRegion,
AxisOrientation[] srcAxis,
Envelope dstRegion,
AxisOrientation[] dstAxis)
Construct an affine transform mapping a source region to a destination region. |
Constructors in org.deegree_impl.model.pt with parameters of type AxisOrientation | |
Matrix(Envelope srcRegion,
AxisOrientation[] srcAxis,
Envelope dstRegion,
AxisOrientation[] dstAxis,
boolean validRegions)
Construct an affine transform mapping a source region to a destination region. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |