|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathTransform | |
org.geotools.cs | Coordinate Systems implementation. |
org.geotools.ct | Coordinate Transformations implementation. |
org.geotools.ct.proj | A set of map projections implementations. |
org.geotools.gc | Grid coverage implementation. |
org.geotools.gp | Grid coverage processing implementation. |
org.geotools.gui.swing.event | Events fire from the Swing's widgets package. |
org.geotools.renderer.j2d | Couches ? afficher sur une carte ? l'aide de Java2D. |
org.geotools.resources | A set of helper classes for Geotools implementation; Do not use! |
Uses of MathTransform in org.geotools.cs |
Methods in org.geotools.cs that return MathTransform | |
MathTransform |
FittedCoordinateSystem.getToBase()
Deprecated. Replaced by AbstractDerivedCRS.getConversionFromBase() ,
except that the transform needs to be inverted. |
Methods in org.geotools.cs with parameters of type MathTransform | |
FittedCoordinateSystem |
CoordinateSystemFactory.createFittedCoordinateSystem(java.lang.CharSequence name,
CoordinateSystem base,
MathTransform toBase,
AxisInfo[] axes)
Deprecated. Creates a fitted coordinate system. |
Constructors in org.geotools.cs with parameters of type MathTransform | |
FittedCoordinateSystem(java.lang.CharSequence name,
CoordinateSystem base,
MathTransform toBase,
AxisInfo[] axes)
Deprecated. Creates a fitted coordinate system. |
Uses of MathTransform in org.geotools.ct |
Subinterfaces of MathTransform in org.geotools.ct | |
interface |
LinearTransform
Deprecated. Replaced by LinearTransform
in the org.geotools.referencing.operation package. |
interface |
MathTransform1D
Deprecated. Replaced by MathTransform1D
in the org.opengis.referencing.operation package. |
interface |
MathTransform2D
Deprecated. Replaced by MathTransform2D
in the org.opengis.referencing.operation package. |
Classes in org.geotools.ct that implement MathTransform | |
class |
AbstractMathTransform
Deprecated. Replaced by AbstractMathTransform
in the org.geotools.referencing.operation.transform package. |
protected class |
AbstractMathTransform.Inverse
Deprecated. Default implementation for inverse math transform. |
Fields in org.geotools.ct declared as MathTransform | |
protected MathTransform |
CoordinateTransformation.transform
Deprecated. The underlying math transform, or null if it
doesn't has been constructed yet. |
Methods in org.geotools.ct that return MathTransform | |
MathTransform |
MathTransformFactory.createIdentityTransform(int dimension)
Deprecated. Creates an identity transform of the specified dimension. |
MathTransform |
MathTransformFactory.createAffineTransform(Matrix matrix)
Deprecated. Creates an affine transform from a matrix. |
MathTransform |
MathTransformFactory.createConcatenatedTransform(MathTransform tr1,
MathTransform tr2)
Deprecated. Creates a transform by concatenating two existing transforms. |
MathTransform |
MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate,
MathTransform subTransform,
int numTrailingOrdinates)
Deprecated. Creates a transform which passes through a subset of ordinates to another transform. |
MathTransform |
MathTransformFactory.createSubTransform(MathTransform transform,
javax.media.jai.IntegerSequence inputDimensions,
javax.media.jai.IntegerSequence outputDimensions)
Deprecated. Reduces the number of input dimensions for the specified transform. |
MathTransform |
MathTransformFactory.createFilterTransform(MathTransform transform,
javax.media.jai.IntegerSequence outputDimensions)
Deprecated. Creates a transform which retains only a subset of an other transform's outputs. |
MathTransform |
MathTransformFactory.createParameterizedTransform(java.lang.String classification,
javax.media.jai.ParameterList parameters)
Deprecated. Creates a transform from a classification name and parameters. |
MathTransform |
MathTransformFactory.createParameterizedTransform(Projection projection)
Deprecated. Creates a transform from a projection. |
MathTransform |
MathTransformFactory.createFromWKT(java.lang.String text)
Deprecated. Creates a math transform object from a Well-Known Text (WKT) string. |
MathTransform |
CoordinateTransformation.getMathTransform()
Deprecated. Replaced by AbstractCoordinateOperation.getMathTransform() . |
MathTransform |
Adapters.wrap(org.opengis.ct.CT_MathTransform transform)
Deprecated. Returns a math transform for an OpenGIS interface. |
abstract MathTransform |
MathTransformProvider.create(javax.media.jai.ParameterList parameters)
Deprecated. Returns a transform for the specified parameters. |
protected MathTransform |
MathTransformProvider.create(Projection projection)
Deprecated. Returns a transform for the specified projection. |
MathTransform |
AbstractMathTransform.inverse()
Deprecated. Creates the inverse transform of this object. |
static MathTransform |
AbstractMathTransform.fromGeoAPI(org.opengis.referencing.operation.MathTransform mt)
Deprecated. Mimic a GeoAPI interface as a legacy implementation. |
MathTransform |
AbstractMathTransform.Inverse.inverse()
Returns the inverse of this math transform, which is the enclosing math transform. |
MathTransform |
MathTransform.inverse()
Deprecated. Creates the inverse transform of this object. |
Methods in org.geotools.ct with parameters of type MathTransform | |
MathTransform |
MathTransformFactory.createConcatenatedTransform(MathTransform tr1,
MathTransform tr2)
Deprecated. Creates a transform by concatenating two existing transforms. |
MathTransform |
MathTransformFactory.createPassThroughTransform(int firstAffectedOrdinate,
MathTransform subTransform,
int numTrailingOrdinates)
Deprecated. Creates a transform which passes through a subset of ordinates to another transform. |
MathTransform |
MathTransformFactory.createSubTransform(MathTransform transform,
javax.media.jai.IntegerSequence inputDimensions,
javax.media.jai.IntegerSequence outputDimensions)
Deprecated. Reduces the number of input dimensions for the specified transform. |
MathTransform |
MathTransformFactory.createFilterTransform(MathTransform transform,
javax.media.jai.IntegerSequence outputDimensions)
Deprecated. Creates a transform which retains only a subset of an other transform's outputs. |
org.opengis.ct.CT_MathTransform |
Adapters.export(MathTransform transform)
Deprecated. Returns an OpenGIS interface for a math transform. |
Constructors in org.geotools.ct with parameters of type MathTransform | |
CoordinateTransformation(java.lang.String name,
CoordinateSystem sourceCS,
CoordinateSystem targetCS,
TransformType type,
MathTransform transform)
Deprecated. Construct a coordinate transformation. |
Uses of MathTransform in org.geotools.ct.proj |
Classes in org.geotools.ct.proj that implement MathTransform | |
class |
AlbersEqualArea
Deprecated. Replaced by AlbersEqualArea . |
class |
ConicProjection
Deprecated. |
class |
CylindricalProjection
Deprecated. |
class |
EquatorialOrthographic
Deprecated. |
class |
EquatorialStereographic
Deprecated. |
class |
LambertConformal
Deprecated. Replaced by . |
class |
MapProjection
Deprecated. Replaced by MapProjection . |
class |
Mercator
Deprecated. Replaced by . |
class |
ObliqueOrthographic
Deprecated. |
class |
ObliqueStereographic
Deprecated. |
class |
Orthographic
Deprecated. Replaced by Orthographic . |
class |
PlanarProjection
Deprecated. |
class |
PolarOrthographic
Deprecated. |
class |
PolarStereographic
Deprecated. |
class |
Stereographic
Deprecated. Replaced by Stereographic . |
class |
TransverseMercator
Deprecated. Replaced by TransverseMercator . |
Methods in org.geotools.ct.proj that return MathTransform | |
MathTransform |
Provider.create(javax.media.jai.ParameterList parameters)
Deprecated. Create a new map projection from a parameter list. |
abstract MathTransform |
Provider.create(Projection projection)
Deprecated. Create a new map projection from a Projection parameter. |
MathTransform |
MapProjection.inverse()
Deprecated. Returns the inverse of this map projection. |
Uses of MathTransform in org.geotools.gc |
Methods in org.geotools.gc that return MathTransform | |
MathTransform |
GridGeometry.getGridToCoordinateSystem()
Deprecated. Returns the math transform which allows for the transformations from grid coordinates to real world earth coordinates. |
Constructors in org.geotools.gc with parameters of type MathTransform | |
GridGeometry(GridRange gridRange,
MathTransform gridToCoordinateSystem)
Deprecated. Construct a new grid geometry from a math transform. |
|
GridCoverage(java.lang.String name,
java.awt.image.WritableRaster raster,
CoordinateSystem cs,
MathTransform gridToCS,
double[] minValues,
double[] maxValues,
Unit units,
java.awt.Color[][] colors,
java.awt.RenderingHints hints)
Deprecated. Constructs a grid coverage from a raster with the specified "grid to coordinate system" transform. |
|
GridCoverage(java.lang.String name,
java.awt.image.RenderedImage image,
CoordinateSystem cs,
MathTransform gridToCS,
SampleDimension[] bands,
GridCoverage[] sources,
java.util.Map properties)
Deprecated. Construct a grid coverage with the specified transform and sample dimension. |
Uses of MathTransform in org.geotools.gp |
Methods in org.geotools.gp with parameters of type MathTransform | |
protected void |
OperationJAI.resampleToCommonGeometry(GridCoverage[] sources,
CoordinateSystem coordinateSystem,
MathTransform gridToCS,
java.awt.RenderingHints hints)
Resample all sources grid coverages to the same geometry before to apply an operation. |
Uses of MathTransform in org.geotools.gui.swing.event |
Constructors in org.geotools.gui.swing.event with parameters of type MathTransform | |
GeoMouseEvent(java.awt.event.MouseEvent event,
MathTransform transform)
A mouseClick event which also contains methods to transform from pixels to the Coordinate System of the Renderer. |
Uses of MathTransform in org.geotools.renderer.j2d |
Methods in org.geotools.renderer.j2d that return MathTransform | |
MathTransform |
RenderingContext.getMathTransform(CoordinateSystem sourceCS,
CoordinateSystem targetCS)
Deprecated. Returns a transform between two coordinate systems. |
Uses of MathTransform in org.geotools.resources |
Methods in org.geotools.resources with parameters of type MathTransform | |
static Envelope |
CTSUtilities.transform(MathTransform transform,
Envelope envelope)
Deprecated. Transform an envelope. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |