Class Projection

java.lang.Object
org.apache.sedona.common.S2Geography.Projection
Direct Known Subclasses:
Projection.OrthographicProjection

public class Projection extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.google.common.geometry.Projection.PlateCarreeProjection
    Equirectangular (Plate Carree) projection with world width 360 degrees.
    static com.google.common.geometry.Projection.MercatorProjection
    Web Mercator (Pseudo Mercator) projection using WGS84 radius.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Projection

      public Projection()
  • Method Details

    • lngLat

      public static com.google.common.geometry.Projection.PlateCarreeProjection lngLat()
      Equirectangular (Plate Carree) projection with world width 360 degrees.
    • pseudoMercator

      public static com.google.common.geometry.Projection.MercatorProjection pseudoMercator()
      Web Mercator (Pseudo Mercator) projection using WGS84 radius.