Uses of Class
org.geotools.referencing.operation.transform.AbstractMathTransform
Packages that use AbstractMathTransform
Package
Description
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of AbstractMathTransform in org.geotools.referencing.operation.projection
Subclasses of AbstractMathTransform in org.geotools.referencing.operation.projectionModifier and TypeClassDescriptionclass
Albers Equal Area Projection (EPSG code 9822).static class
Abstract base class for Azimuthal Equidistant projections.static class
Ellipsoidal Azimuthal Equidistant projection.static class
Spherical Azimuthal Equidistant projection.class
Cassini-Soldner Projection (EPSG code 9806).class
class
Eckert IV projectionclass
Equal Earth is a projection inspired by the Robinson projection, but unlike the Robinson projection retains the relative size of areas.class
The equatorial case of theOrthographic
projection.class
The USGS equatorial case of the stereographic projection.class
Equidistant Conic Projection.class
Equidistant cylindrical projection (EPSG code 9823).class
General Oblique Transformation projection useful for rotated spherical coordinates ("Rotated Pole"), commonly used in numerical weather forecasting models.class
The Geostationary Satellite Projectionstatic class
static class
final class
The gnomonic projection using a spheroid algorithm.class
Homolosine projectionclass
Hotine Oblique Mercator projection.class
Krovak Oblique Conformal Conic projection (EPSG code 9819).class
Lambert Azimuthal Equal Area (EPSG code 9820).class
Lambert Conical Conformal Projection.class
Lambert Conical Conformal 1SP Projection.class
Lambert Conical Conformal 2SP Projection.class
Lambert Conical Conformal 2SP Belgium Projection.class
Base class for transformation services between ellipsoidal and cartographic projections.class
Mercator Cylindrical Projection.class
Mercator Cylindrical 1SP Projection.class
Mercator Cylindrical 2SP Projection.class
Meteosat Second Generation imagery projectionclass
Mollweide projectionclass
The NZMG (New Zealand Map Grid) projection.class
Oblique Mercator Projection.class
The oblique case of theOrthographic
projection.class
Provides the transform equations for the Oblique Stereographic (EPSG code 9809).class
Orthographic Projection.class
Plate Carree (or Equirectangular) projection.class
The polar case of theOrthographic
projection.class
The polar case of the stereographic projection.static class
static class
Ellipsoidal Polyconic projection.static class
Ellipsoidal Polyconic projection.class
Robinson projectionclass
Rotated Pole Transformation for rotated spherical coordinates ("Rotated Pole Coordinates"), commonly used in numerical weather forecasting models.class
Sinusoidal (Sanson–Flamsteed) projectionclass
Stereographic Projection.class
Transverse Mercator Projection (EPSG code 9807).class
Winkel Tripel and Hammer Aitoff projectionclass
World Van der Grinten I projection. -
Uses of AbstractMathTransform in org.geotools.referencing.operation.transform
Subclasses of AbstractMathTransform in org.geotools.referencing.operation.transformModifier and TypeClassDescriptionprotected class
Default implementation for inverse math transform.class
Base class for concatenated transform.final class
Transforms vertical coordinates using coefficients from the Earth Gravitational Model.class
A one dimensional exponentional transform.class
Transforms three dimensional geographic points to geocentric coordinate points.class
An affine transform applied on geocentric coordinates.class
The identity transform.class
A one dimensional, linear transform.class
A one dimensional, logarithmic transform.class
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.class
Transform backed by the North American Datum Conversion grid.class
The "NTv2" coordinate transformation method (EPSG:9615).class
Transform which passes through a subset of ordinates to another transform.class
A usually affine, or otherwise a projective transform.class
Base class for transformations from a height above the ellipsoid to a height above the geoid.class
Wraps an arbitraryWarp
object as a two-dimensional transform.