Class CylindricalProjection

java.lang.Object
org.locationtech.proj4j.proj.Projection
org.locationtech.proj4j.proj.CylindricalProjection
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
CentralCylindricalProjection, ExtendedTransverseMercatorProjection, MercatorProjection, MillerProjection, ObliqueMercatorProjection, PlateCarreeProjection, PseudoCylindricalProjection, TransverseMercatorProjection, TranverseCentralCylindricalProjection

public abstract class CylindricalProjection extends Projection
A projection in which meridians are mapped to equally spaced vertical lines and circles of latitude (parallels) are mapped to horizontal lines.
See Also:
  • Constructor Details

    • CylindricalProjection

      public CylindricalProjection()
  • Method Details

    • isRectilinear

      public boolean isRectilinear()
      Description copied from class: Projection
      Tests whether under this projection lines of latitude and longitude form a rectangular grid
      Overrides:
      isRectilinear in class Projection
    • toString

      public String toString()
      Overrides:
      toString in class Projection