Uses of Interface
org.geotoolkit.referencing.operation.transform.LinearTransform

Packages that use LinearTransform
org.geotoolkit.referencing.operation.transform Math transform implementations. 
 

Uses of LinearTransform in org.geotoolkit.referencing.operation.transform
 

Classes in org.geotoolkit.referencing.operation.transform that implement LinearTransform
 class AffineTransform2D
          Transforms two-dimensional coordinate points using an affine transform.
 class GeocentricAffineTransform
          An affine transform applied on geocentric coordinates.
 class IdentityTransform
          The identity transform.
 class LinearTransform1D
          A one dimensional, linear transform.
 class ProjectiveTransform
          A usually affine, or otherwise a projective transform.
 

Methods in org.geotoolkit.referencing.operation.transform that return LinearTransform
static LinearTransform ProjectiveTransform.create(AffineTransform matrix)
          Creates a transform for the specified matrix as a Java2D object.
static LinearTransform IdentityTransform.create(int dimension)
          Returns an identity transform of the specified dimension.
static LinearTransform ProjectiveTransform.create(Matrix matrix)
          Creates a transform for the specified matrix.
static LinearTransform ProjectiveTransform.createScale(int dimension, double scale)
          Creates a transform that apply a uniform scale along all axis.
static LinearTransform ProjectiveTransform.createTranslation(int dimension, double offset)
          Creates a transform that apply the same translation along all axis.
 



Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.