Class GeocentProjection

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class GeocentProjection
    extends Projection
    See Also:
    Serialized Form
    • Constructor Detail

      • GeocentProjection

        public GeocentProjection()
    • Method Detail

      • 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