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 class
A 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 TypeClassDescriptionclass
Albers Equal Area projection (EPSG code 9822).(package private) static final class
Provides the transform equations for the spherical case of the Albers Equal Area projection.(package private) class
Base class of projections doing conversions between geodetic latitude and authalic latitude.(package private) final class
Spherical Mercator projection after conversion of geodetic latitudes to authalic latitudes.class
Azimuthal Equidistant (Spherical) projection.class
Cassini-Soldner projection (EPSG codes 9806 and 9833).(package private) static final class
Provides the transform equations for the spherical case of the Cassini-Soldner projection.(package private) class
class
Cylindrical Equal Area projection (EPSG codes 9834, 9835).private static final class
Provides the transform equations for the spherical case of the Cylindrical Equal Area projection.class
Lambert Azimuthal Equal Area projection (EPSG code 9820).class
Lambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).(package private) static final class
Provides the transform equations for the spherical case of the Lambert Conformal projection.(package private) final class
If the scaled longitude θ=n⋅λ is outside the [−n⋅π … n⋅π] range, maybe shifts θ to that range.class
Mercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).(package private) static final class
Provides the transform equations for the spherical case of the Mercator projection.(package private) class
Base class of map projections based on distance along the meridian from equator to latitude φ.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).(package private) static final class
Provides the transform equations for the spherical case of the Oblique Stereographic projection.class
Orthographic projection (EPSG:9840).class
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).(package private) static final class
Provides the transform equations for the spherical case of the polar stereographic projection.class
American Polyconic projection (EPSG codes 9818).private static final class
Provides the transform equations for the spherical case of the Polyconic projection.class
Satellite-Tracking projection.class
Sinusoidal equal-area projection, also known as "Sanson-Flamsteed".private static final class
Provides the transform equations for the spherical case of the Sinusoidal projection.class
Transverse Mercator projection (EPSG codes 9807).private static final class
Provides the transform equations for the spherical case of the Transverse Mercator projection.class
Transverse 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 TypeClassDescriptionclass
Computes latitudes and longitudes on a sphere where the south pole has been moved to given geographic coordinates.(package private) final class
Wraps aMathTransform
as aMathTransform2D
.