Uses of Interface
org.geotools.ct.MathTransform2D

Packages that use MathTransform2D
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.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 MathTransform2D in org.geotools.ct
 

Fields in org.geotools.ct declared as MathTransform2D
static MathTransform2D MathTransform2D.IDENTITY
          Deprecated. The two dimensional identity transform.
 

Methods in org.geotools.ct that return MathTransform2D
 MathTransform2D MathTransformFactory.createAffineTransform(java.awt.geom.AffineTransform matrix)
          Deprecated. Creates an affine transform from a matrix.
 

Uses of MathTransform2D in org.geotools.ct.proj
 

Classes in org.geotools.ct.proj that implement MathTransform2D
 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.
 

Uses of MathTransform2D in org.geotools.gc
 

Methods in org.geotools.gc that return MathTransform2D
 MathTransform2D GridGeometry.getGridToCoordinateSystem2D()
          Deprecated. Returns a math transform for the first two dimensions, if such a transform exists.
 

Uses of MathTransform2D in org.geotools.gp
 

Fields in org.geotools.gp declared as MathTransform2D
 MathTransform2D OperationJAI.Parameters.gridToCoordinateSystem
          The "grid to coordinate system" transform for the first 2 dimensions, which is common to all source grid coverages.
 

Uses of MathTransform2D in org.geotools.renderer.j2d
 

Methods in org.geotools.renderer.j2d that return MathTransform2D
 MathTransform2D GeoMouseEvent.getTextToMap()
          Returns the transform from the widget coordinate reference system to the renderer's coordinate reference system.
 

Uses of MathTransform2D in org.geotools.resources
 

Methods in org.geotools.resources with parameters of type MathTransform2D
static java.awt.geom.Rectangle2D CTSUtilities.transform(MathTransform2D transform, java.awt.geom.Rectangle2D source, java.awt.geom.Rectangle2D dest)
          Deprecated. Transform an envelope.
static java.awt.geom.Point2D CTSUtilities.deltaTransform(MathTransform2D transform, java.awt.geom.Point2D origin, java.awt.geom.Point2D source, java.awt.geom.Point2D dest)
          Deprecated. Transforms the relative distance vector specified by source and stores the result in dest.
 



Copyright © GeoTools. All Rights Reserved.