Uses of Class
org.apache.sis.referencing.operation.projection.NormalizedProjection
Packages that use NormalizedProjection
-
Uses of NormalizedProjection in org.apache.sis.internal.referencing.provider
Methods in org.apache.sis.internal.referencing.provider that return NormalizedProjectionModifier and TypeMethodDescriptionprotected final NormalizedProjection
AbstractLambert.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
AbstractMercator.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
AbstractStereographic.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
AlbersEqualArea.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
AzimuthalEquidistantSpherical.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
CassiniSoldner.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
LambertAzimuthalEqualArea.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
LambertCylindricalEqualArea.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
LambertCylindricalEqualAreaSpherical.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected abstract NormalizedProjection
MapProjection.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
ModifiedAzimuthalEquidistant.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
Mollweide.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
ObliqueMercator.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
ObliqueStereographic.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
Orthographic.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjection
Polyconic.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
SatelliteTracking.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
Sinusoidal.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
TransverseMercator.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjection
TransverseMercatorSouth.createProjection
(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1. -
Uses of NormalizedProjection in org.apache.sis.referencing.operation.projection
Subclasses of NormalizedProjection 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.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
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.Fields in org.apache.sis.referencing.operation.projection declared as NormalizedProjectionModifier and TypeFieldDescriptionprivate final NormalizedProjection
NormalizedProjection.Inverse.forward
The projection to reverse, which is the enclosing transform.(package private) final NormalizedProjection
LongitudeWraparound.projection
The actual map projection to execute after the longitude wraparound.Constructors in org.apache.sis.referencing.operation.projection with parameters of type NormalizedProjectionModifierConstructorDescription(package private)
AuthalicConversion
(Initializer initializer, NormalizedProjection other) Creates a new normalized projection from the parameters computed by the given initializer, or from the parameters already computed by another projection.(package private)
Inverse
(NormalizedProjection forward) Creates a reverse projection for the given forward projection.(package private)
LongitudeWraparound
(NormalizedProjection projection, double bound, double rotation) Creates a new transform for wrapping around the longitude values before a map projection.(package private)
NormalizedProjection
(Initializer initializer, NormalizedProjection other) Creates a new normalized projection from the parameters computed by the given initializer, or from the parameters already computed by another projection.