Uses of Class
org.apache.sis.referencing.operation.transform.AbstractMathTransform
-
Packages that use AbstractMathTransform Package Description org.apache.sis.referencing.operation.projection Map projection implementations.org.apache.sis.referencing.operation.transform 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.projection Modifier and Type Class Description class
AlbersEqualArea
Albers Equal Area projection (EPSG code 9822).class
CylindricalEqualArea
Cylindrical Equal Area projection (EPSG codes 9834, 9835).class
LambertConicConformal
Lambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).class
Mercator
Mercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).class
Mollweide
Mollweide projection.class
NormalizedProjection
Base class for conversion services between ellipsoidal and cartographic projections.class
ObliqueMercator
Oblique Mercator projection (EPSG codes 9812, 9815).class
ObliqueStereographic
Oblique Stereographic projection (EPSG code 9809).class
PolarStereographic
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).class
Polyconic
American Polyconic projection (EPSG codes 9818).class
Sinusoidal
Sinusoidal equal-area projection, also known as "Sanson-Flamsteed".class
TransverseMercator
Transverse Mercator projection (EPSG codes 9807).class
ZonedGridSystem
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.transform Modifier and Type Class Description protected static class
AbstractMathTransform.Inverse
Base class for implementations of inverse math transforms.class
AbstractMathTransform1D
Base class for math transforms that are known to be one-dimensional in all cases.protected static class
AbstractMathTransform1D.Inverse
Base class for implementation of inverse math transforms.class
AbstractMathTransform2D
Base class for math transforms that are known to be two-dimensional in all cases.protected static class
AbstractMathTransform2D.Inverse
Base class for implementation of inverse math transforms.class
DatumShiftTransform
Transforms between two CRS (usually geographic) based on different datum.class
EllipsoidToCentricTransform
Transform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.class
InterpolatedGeocentricTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file.class
InterpolatedMolodenskyTransform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.class
InterpolatedTransform
Transforms between two CRS by performing translations interpolated from a grid file.class
MolodenskyTransform
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.class
PassThroughTransform
Transform which passes through a subset of coordinates to another transform.
-