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 classAlbersEqualAreaAlbers Equal Area projection (EPSG code 9822).classCylindricalEqualAreaCylindrical Equal Area projection (EPSG codes 9834, 9835).classLambertConicConformalLambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).classMercatorMercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).classMollweideMollweide projection.classNormalizedProjectionBase class for conversion services between ellipsoidal and cartographic projections.classObliqueMercatorOblique Mercator projection (EPSG codes 9812, 9815).classObliqueStereographicOblique Stereographic projection (EPSG code 9809).classPolarStereographicPolar Stereographic projection (EPSG codes 9810, 9829, 9830).classPolyconicAmerican Polyconic projection (EPSG codes 9818).classSinusoidalSinusoidal equal-area projection, also known as "Sanson-Flamsteed".classTransverseMercatorTransverse Mercator projection (EPSG codes 9807).classZonedGridSystemTransverse 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 classAbstractMathTransform.InverseBase class for implementations of inverse math transforms.classAbstractMathTransform1DBase class for math transforms that are known to be one-dimensional in all cases.protected static classAbstractMathTransform1D.InverseBase class for implementation of inverse math transforms.classAbstractMathTransform2DBase class for math transforms that are known to be two-dimensional in all cases.protected static classAbstractMathTransform2D.InverseBase class for implementation of inverse math transforms.classDatumShiftTransformTransforms between two CRS (usually geographic) based on different datum.classEllipsoidToCentricTransformTransform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.classInterpolatedGeocentricTransformTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file.classInterpolatedMolodenskyTransformTransforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.classInterpolatedTransformTransforms between two CRS by performing translations interpolated from a grid file.classMolodenskyTransformTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.classPassThroughTransformTransform which passes through a subset of coordinates to another transform.
-