Uses of Class
org.apache.sis.referencing.operation.transform.AbstractMathTransform2D
Packages that use AbstractMathTransform2D
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
Map projection implementations.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of AbstractMathTransform2D in org.apache.sis.image
Subclasses of AbstractMathTransform2D in org.apache.sis.imageModifier and TypeClassDescription(package private) final classA grid of precomputed pixel coordinates in source images. -
Uses of AbstractMathTransform2D in org.apache.sis.referencing.operation.projection
Subclasses of AbstractMathTransform2D in org.apache.sis.referencing.operation.projectionModifier and TypeClassDescriptionclassAlbers Equal Area projection (EPSG code 9822).(package private) static final classProvides the transform equations for the spherical case of the Albers Equal Area projection.(package private) classBase class of projections doing conversions between geodetic latitude and authalic latitude.(package private) final classSpherical Mercator projection after conversion of geodetic latitudes to authalic latitudes.classAzimuthal Equidistant (Spherical) projection.classCassini-Soldner projection (EPSG codes 9806 and 9833).(package private) static final classProvides the transform equations for the spherical case of the Cassini-Soldner projection.(package private) classclassCylindrical Equal Area projection (EPSG codes 9834, 9835).private static final classProvides the transform equations for the spherical case of the Cylindrical Equal Area projection.classLambert Azimuthal Equal Area projection (EPSG code 9820).classLambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).(package private) static final classProvides the transform equations for the spherical case of the Lambert Conformal projection.(package private) final classIf the scaled longitude θ=n⋅λ is outside the [−n⋅π … n⋅π] range, maybe shifts θ to that range.classMercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).(package private) static final classProvides the transform equations for the spherical case of the Mercator projection.(package private) classBase class of map projections based on distance along the meridian from equator to latitude φ.classModified Azimuthal Equidistant projection (EPSG:9832).classMollweide projection.classBase class for conversion services between ellipsoidal and cartographic projections.classOblique Mercator projection (EPSG codes 9812, 9815).classOblique Stereographic projection (EPSG code 9809).(package private) static final classProvides the transform equations for the spherical case of the Oblique Stereographic projection.classOrthographic projection (EPSG:9840).classPolar Stereographic projection (EPSG codes 9810, 9829, 9830).(package private) static final classProvides the transform equations for the spherical case of the polar stereographic projection.classAmerican Polyconic projection (EPSG codes 9818).private static final classProvides the transform equations for the spherical case of the Polyconic projection.classSatellite-Tracking projection.classSinusoidal equal-area projection, also known as "Sanson-Flamsteed".private static final classProvides the transform equations for the spherical case of the Sinusoidal projection.classTransverse Mercator projection (EPSG codes 9807).private static final classProvides the transform equations for the spherical case of the Transverse Mercator projection.classTransverse Mercator Zoned Grid System projection (EPSG codes 9824). -
Uses of AbstractMathTransform2D in org.apache.sis.referencing.operation.transform
Subclasses of AbstractMathTransform2D in org.apache.sis.referencing.operation.transformModifier and TypeClassDescriptionclassComputes latitudes and longitudes on a sphere where the south pole has been moved to given geographic coordinates.(package private) final classWraps aMathTransformas aMathTransform2D.