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

Packages that use Parameterized
org.geotoolkit.referencing.operation.projection Map projection implementations. 
org.geotoolkit.referencing.operation.transform Math transform implementations. 
 

Uses of Parameterized in org.geotoolkit.referencing.operation.projection
 

Classes in org.geotoolkit.referencing.operation.projection that implement Parameterized
 class AlbersEqualArea
          Albers Equal Area Projection (EPSG code 9822).
 class CassiniSoldner
          Cassini-Soldner Projection (EPSG code 9806).
 class EquatorialStereographic
          The USGS equatorial case of the stereographic projection.
 class Equirectangular
          Equidistant Cylindrical projection (EPSG codes 9842, 9823).
 class Krovak
          Krovak Oblique Conformal Conic projection (EPSG code 9819).
 class LambertAzimuthalEqualArea
          Lambert Azimuthal Equal Area projection (EPSG codes 9820, 9821).
 class LambertConformal
          Lambert Conical Conformal Projection (EPSG codes 9801, 9802, 9803).
 class Mercator
          Mercator Cylindrical Projection (EPSG codes 9804, 9805).
 class NewZealandMapGrid
          The NZMG (New Zealand Map Grid) projection (EPSG code 9811).
 class ObliqueMercator
          Oblique Mercator projection (EPSG code 9815).
protected static class ObliqueMercator.Parameters
          Parameters used in Oblique Mercator projections.
 class ObliqueStereographic
          Oblique Stereographic projection (EPSG code 9809).
 class Orthographic
          Orthographic Projection.
 class PolarStereographic
          The polar case of the stereographic projection.
 class Polyconic
          American Polyconic Projection (EPSG codes 9818).
 class Stereographic
          Stereographic Projection.
 class TransverseMercator
          Transverse Mercator Projection (EPSG codes 9807, 9808).
protected static class TransverseMercator.Parameters
          Parameters of a Transverse Mercator projection.
 class UnitaryProjection
          Base class for conversion services between ellipsoidal and cartographic projections.
protected static class UnitaryProjection.Parameters
          Parameters that determine the affine transforms to be applied before and after the UnitaryProjection.
 

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

Classes in org.geotoolkit.referencing.operation.transform that implement Parameterized
 class AbstractMathTransform
          Provides a default implementation for most methods required by the MathTransform interface.
protected  class AbstractMathTransform.Inverse
          Default implementation for inverse math transform.
 class AbstractMathTransform1D
          Base class for math transforms that are known to be one-dimensional in all cases.
 class AbstractMathTransform2D
          Base class for math transforms that are known to be two-dimensional in all cases.
protected  class AbstractMathTransform2D.Inverse
          Default implementation for inverse math transform.
protected static class AbstractMathTransform2D.Parameters
          The parameters of the enclosing transform as a tuple of (normalizenon-linear kerneldenormalize) transforms.
 class AffineTransform2D
          Transforms two-dimensional coordinate points using an affine transform.
 class ConcatenatedTransform
          Base class for concatenated transforms.
 class ExponentialTransform1D
          A one dimensional exponential transform.
 class GeocentricAffineTransform
          An affine transform applied on geocentric coordinates.
 class GeocentricTransform
          Transforms three dimensional geographic points to geocentric coordinate points.
 class GridTransform
          Transforms a set of coordinate points using bilinear interpolation in a grid.
 class GridTransform2D
          A specialization of GridTransform in the two-dimensional case.
 class IdentityTransform
          The identity transform.
 class LinearTransform1D
          A one dimensional, linear transform.
 class LogarithmicTransform1D
          A one dimensional, logarithmic transform.
 class MolodenskyTransform
          Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.
 class NadconTransform
          The NADCON transform (EPSG code 9613).
 class NTv2Transform
          Transform based on a NTv2 grid (EPSG code 9615).
 class PassThroughTransform
          Transform which passes through a subset of ordinates to another transform.
 class ProjectiveTransform
          A usually affine, or otherwise a projective transform.
 



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