Uses of Class
org.apache.sis.referencing.operation.projection.ConformalProjection
Packages that use ConformalProjection
-
Uses of ConformalProjection in org.apache.sis.referencing.operation.projection
Subclasses of ConformalProjection in org.apache.sis.referencing.operation.projectionModifier and TypeClassDescriptionclass
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.class
Oblique Mercator projection (EPSG codes 9812, 9815).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.Constructors in org.apache.sis.referencing.operation.projection with parameters of type ConformalProjectionModifierConstructorDescription(package private)
Creates a new projection initialized to the values of the given one.