|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.ct | |
org.deegree_impl.model.pt |
Uses of Matrix in org.deegree_impl.model.cs |
Methods in org.deegree_impl.model.cs that return Matrix | |
Matrix |
WGS84ConversionInfo.getAffineTransform()
Returns an affine maps that can be used to define this Bursa Wolf transformation. |
Uses of Matrix in org.deegree_impl.model.ct |
Methods in org.deegree_impl.model.ct that return Matrix | |
Matrix |
PassThroughTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
MatrixTransform.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
MatrixTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
MatrixTransform.getMatrix()
Returns a copy of the matrix. |
private static Matrix |
MathTransformFactory.getMatrix(MathTransform transform)
Returns the underlying matrix for the specified transform, or null if the matrix is unavailable. |
Matrix |
MathTransformAdapter2D.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransformAdapter.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransform2D.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
private static Matrix |
CoordinateTransformationFactory.getWGS84Parameters(HorizontalDatum datum)
Returns the WGS84 parameters as an affine transform, or null if not available. |
private Matrix |
CoordinateTransformationFactory.swapAndScaleAxis(CoordinateSystem sourceCS,
CoordinateSystem targetCS)
Returns an affine transform between two coordinate systems. |
private Matrix |
CoordinateTransformationFactory.swapAndScaleGeoAxis(GeographicCoordinateSystem sourceCS,
GeographicCoordinateSystem targetCS)
Returns an affine transform between two geographic coordinate systems. |
Matrix |
ConcatenedTransformDirect2D.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
ConcatenedTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
AffineTransform2D.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
AffineTransform2D.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
private static Matrix |
AbstractMathTransform.invert(Matrix matrix)
Invert the specified matrix in place. |
Matrix |
AbstractMathTransform.Inverse.derivative(java.awt.geom.Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.Inverse.derivative(CoordinatePoint point)
Gets the derivative of this transform at a point. |
Methods in org.deegree_impl.model.ct with parameters of type Matrix | |
(package private) static java.lang.String |
MatrixTransform.toString(Matrix matrix)
Returns the WKT for an affine transform using the specified matrix. |
MathTransform |
MathTransformFactory.createAffineTransform(Matrix matrix)
Creates an affine transform from a matrix. |
private static Matrix |
AbstractMathTransform.invert(Matrix matrix)
Invert the specified matrix in place. |
Uses of Matrix in org.deegree_impl.model.pt |
Methods in org.deegree_impl.model.pt that return Matrix | |
static Matrix |
Matrix.createAffineTransform(AxisOrientation[] srcAxis,
AxisOrientation[] dstAxis)
Construct an affine transform changing axis order and/or orientation. |
static Matrix |
Matrix.createAffineTransform(Envelope srcRegion,
Envelope dstRegion)
Construct an affine transform that maps a source region to a destination region. |
static Matrix |
Matrix.createAffineTransform(Envelope srcRegion,
AxisOrientation[] srcAxis,
Envelope dstRegion,
AxisOrientation[] dstAxis)
Construct an affine transform mapping a source region to a destination region. |
Matrix |
Adapters.wrap(PT_Matrix matrix)
Returns a matrix from an OpenGIS's structure. |
Methods in org.deegree_impl.model.pt with parameters of type Matrix | |
PT_Matrix |
Adapters.export(Matrix matrix)
Returns an OpenGIS structure for a matrix. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |