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 NormalizedProjectionAbstractLambert.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionAbstractMercator.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionAbstractStereographic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionAlbersEqualArea.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionAzimuthalEquidistantSpherical.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionCassiniSoldner.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionLambertAzimuthalEqualArea.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionLambertCylindricalEqualArea.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionLambertCylindricalEqualAreaSpherical.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected abstract NormalizedProjectionMapProjection.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionModifiedAzimuthalEquidistant.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionMollweide.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionObliqueMercator.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionObliqueStereographic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionOrthographic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected final NormalizedProjectionPolyconic.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionSatelliteTracking.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionSinusoidal.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionTransverseMercator.createProjection(Parameters parameters) Creates a map projection on an ellipsoid having a semi-major axis length of 1.protected NormalizedProjectionTransverseMercatorSouth.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 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.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.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.Fields in org.apache.sis.referencing.operation.projection declared as NormalizedProjectionModifier and TypeFieldDescriptionprivate final NormalizedProjectionNormalizedProjection.Inverse.forwardThe projection to reverse, which is the enclosing transform.(package private) final NormalizedProjectionLongitudeWraparound.projectionThe 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.