Uses of Class
org.apache.sis.referencing.operation.transform.AbstractMathTransform
Packages that use AbstractMathTransform
Package
Description
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate points.
-
Uses of AbstractMathTransform in org.apache.sis.referencing.operation.projection
Subclasses of AbstractMathTransform in org.apache.sis.referencing.operation.projectionModifier and TypeClassDescriptionclass
Albers Equal Area projection (EPSG code 9822).class
Azimuthal Equidistant (Spherical) projection.class
Cassini-Soldner projection (EPSG codes 9806 and 9833).class
Cylindrical Equal Area projection (EPSG codes 9834, 9835).class
Lambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).class
Mercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).class
Modified Azimuthal Equidistant projection (EPSG:9832).class
Mollweide projection.class
Base class for conversion services between ellipsoidal and cartographic projections.class
Oblique Mercator projection (EPSG codes 9812, 9815).class
Oblique Stereographic projection (EPSG code 9809).class
Orthographic projection (EPSG:9840).class
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).class
American Polyconic projection (EPSG codes 9818).class
Satellite-Tracking projection.class
Sinusoidal equal-area projection, also known as "Sanson-Flamsteed".class
Transverse Mercator projection (EPSG codes 9807).class
Transverse Mercator Zoned Grid System projection (EPSG codes 9824). -
Uses of AbstractMathTransform in org.apache.sis.referencing.operation.transform
Subclasses of AbstractMathTransform in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionprotected static class
Base class for implementations of inverse math transforms.class
Base class for math transforms that are known to be one-dimensional in all cases.protected static class
Base class for implementation of inverse math transforms.class
Base class for math transforms that are known to be two-dimensional in all cases.protected static class
Base class for implementation of inverse math transforms.class
Transforms between two CRS (usually geographic) based on different datum.class
Transform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.class
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file.class
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.class
Transforms between two CRS by performing translations interpolated from a grid file.class
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.class
Transform which passes through a subset of coordinates to another transform.class
Enforces coordinate values in the range of a wraparound axis (typically longitude).