Class GeocentProjection

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

public class GeocentProjection extends Projection
See Also:
  • Constructor Details

    • GeocentProjection

      public GeocentProjection()
  • Method Details

    • projectRadians

      public ProjCoordinate projectRadians(ProjCoordinate src, ProjCoordinate dst)
      Description copied from class: Projection
      Projects a geographic point (in radians), producing a projected result (in the units of the target coordinate system).
      Overrides:
      projectRadians in class Projection
      Parameters:
      src - the input geographic coordinate (in radians)
      dst - the projected coordinate (in coordinate system units)
      Returns:
      the target coordinate
    • inverseProjectRadians

      public ProjCoordinate inverseProjectRadians(ProjCoordinate src, ProjCoordinate dst)
      Description copied from class: Projection
      Inverse-transforms a point (in the units defined by the coordinate system), producing a geographic result (in radians)
      Overrides:
      inverseProjectRadians in class Projection
      Parameters:
      src - the input projected coordinate (in coordinate system units)
      dst - the inverse-projected geographic coordinate (in radians)
      Returns:
      the target coordinate