|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MathTransform | |
|---|---|
| org.opengis.coverage.grid | Quadrilateral grid coverages. |
| org.opengis.coverage.grid.quadrilateral | Proposed extensions to ISO 19123 grid package. |
| org.opengis.display.canvas | |
| org.opengis.geometry | Root package for geometries. |
| org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
| Uses of MathTransform in org.opengis.coverage.grid |
|---|
| Methods in org.opengis.coverage.grid that return MathTransform | |
|---|---|
MathTransform |
GridGeometry.getGridToCRS()
Returns the conversion from grid coordinates to real world earth coordinates. |
| Uses of MathTransform in org.opengis.coverage.grid.quadrilateral |
|---|
| Methods in org.opengis.coverage.grid.quadrilateral that return MathTransform | |
|---|---|
MathTransform |
RectifiableGrid.getGridToCRS()
This optional attribute is specified on the GridGeometry from the legacy OGC 01-004
specification. |
| Uses of MathTransform in org.opengis.display.canvas |
|---|
| Methods in org.opengis.display.canvas that return MathTransform | |
|---|---|
abstract MathTransform |
CanvasEvent.getChange()
Returns the change from the old state to the new state in units of objective CRS. |
abstract MathTransform |
CanvasEvent.getChange(CanvasState other)
Deprecated. This method does not said is the change is computed from the old or the new state. If we need this functionality, then the method should move to CanvasState. |
MathTransform |
CanvasState.getDisplayToObjectiveTransform()
Returns the transform from display to objective CRS. |
MathTransform |
CanvasState.getObjectiveToDisplayTransform()
Returns the transform from objective to display CRS. |
| Uses of MathTransform in org.opengis.geometry |
|---|
| Methods in org.opengis.geometry with parameters of type MathTransform | |
|---|---|
Geometry |
Geometry.transform(CoordinateReferenceSystem newCRS,
MathTransform transform)
Returns a new Geometry that is the coordinate transformation of this
Geometry into the passed coordinate reference system, using the
specified transform. |
| Uses of MathTransform in org.opengis.referencing.operation |
|---|
| Subinterfaces of MathTransform in org.opengis.referencing.operation | |
|---|---|
interface |
MathTransform1D
Transforms one-dimensional coordinate points. |
interface |
MathTransform2D
Transforms two-dimensional coordinate points. |
| Methods in org.opengis.referencing.operation that return MathTransform | |
|---|---|
MathTransform |
MathTransformFactory.createAffineTransform(Matrix matrix)
Creates an affine transform from a matrix. |
MathTransform |
MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS. |
MathTransform |
MathTransformFactory.createConcatenatedTransform(MathTransform transform1,
MathTransform transform2)
Creates a transform by concatenating two existing transforms. |
MathTransform |
MathTransformFactory.createFromWKT(String wkt)
Creates a math transform object from a string. |
MathTransform |
MathTransformFactory.createFromXML(String xml)
Creates a math transform object from a XML string. |
MathTransform |
MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters. |
MathTransform |
MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate,
MathTransform subTransform,
int numTrailingOrdinates)
Creates a transform which passes through a subset of ordinates to another transform. |
MathTransform |
TransformException.getLastCompletedTransform()
Returns the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values. |
MathTransform |
CoordinateOperation.getMathTransform()
Gets the math transform. |
MathTransform |
MathTransform.inverse()
Creates the inverse transform of this object. |
| Methods in org.opengis.referencing.operation with parameters of type MathTransform | |
|---|---|
MathTransform |
MathTransformFactory.createConcatenatedTransform(MathTransform transform1,
MathTransform transform2)
Creates a transform by concatenating two existing transforms. |
MathTransform |
MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate,
MathTransform subTransform,
int numTrailingOrdinates)
Creates a transform which passes through a subset of ordinates to another transform. |
void |
TransformException.setLastCompletedTransform(MathTransform transform)
Sets the last transform that either transformed successfully all coordinates, or filled the untransformable coordinates with NaN values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||