Class TranverseCentralCylindricalProjection

java.lang.Object
org.locationtech.proj4j.proj.Projection
org.locationtech.proj4j.proj.CylindricalProjection
org.locationtech.proj4j.proj.TranverseCentralCylindricalProjection
All Implemented Interfaces:
Serializable, Cloneable

public class TranverseCentralCylindricalProjection extends CylindricalProjection
See Also:
  • Constructor Details

    • TranverseCentralCylindricalProjection

      public TranverseCentralCylindricalProjection()
  • Method Details

    • project

      public ProjCoordinate project(double lplam, double lpphi, ProjCoordinate out)
      Description copied from class: Projection
      Computes the projection of a given point (i.e. from geographics to projection space). This should be overridden for all projections.
      Overrides:
      project in class Projection
      Parameters:
      lplam - the geographic x ordinate (in radians)
      lpphi - the geographic y ordinatee (in radians)
      out - the projected coordinate (in coordinate system units)
      Returns:
      the target coordinate
    • 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 CylindricalProjection
    • toString

      public String toString()
      Overrides:
      toString in class CylindricalProjection