|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matrix | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.ct | Coordinate Transformations implementation. |
org.geotools.pt | Positioning implementation. |
Uses of Matrix in org.geotools.cs |
Methods in org.geotools.cs that return Matrix | |
Matrix |
WGS84ConversionInfo.getAffineTransform()
Deprecated. Returns an affine maps that can be used to define this Bursa Wolf transformation. |
Uses of Matrix in org.geotools.ct |
Methods in org.geotools.ct that return Matrix | |
Matrix |
LinearTransform.getMatrix()
Deprecated. Returns this transform as an affine transform matrix. |
Matrix |
MathTransform2D.derivative(java.awt.geom.Point2D point)
Deprecated. Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(java.awt.geom.Point2D point)
Deprecated. Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(CoordinatePoint point)
Deprecated. Gets the derivative of this transform at a point. |
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. |
Matrix |
MathTransform.derivative(CoordinatePoint point)
Deprecated. Gets the derivative of this transform at a point. |
Methods in org.geotools.ct with parameters of type Matrix | |
MathTransform |
MathTransformFactory.createAffineTransform(Matrix matrix)
Deprecated. Creates an affine transform from a matrix. |
Uses of Matrix in org.geotools.pt |
Methods in org.geotools.pt that return Matrix | |
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,
Envelope dstRegion)
Deprecated. 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)
Deprecated. Construct an affine transform mapping a source region to a destination region. |
Matrix |
Adapters.wrap(org.opengis.pt.PT_Matrix matrix)
Deprecated. Returns a matrix from an OpenGIS's structure. |
Methods in org.geotools.pt with parameters of type Matrix | |
org.opengis.pt.PT_Matrix |
Adapters.export(Matrix matrix)
Deprecated. Returns an OpenGIS structure for a matrix. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |