Class Projection
java.lang.Object
org.apache.sedona.common.S2Geography.Projection
- Direct Known Subclasses:
Projection.OrthographicProjection
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.geometry.Projection.PlateCarreeProjectionlngLat()Equirectangular (Plate Carree) projection with world width 360 degrees.static com.google.common.geometry.Projection.MercatorProjectionWeb Mercator (Pseudo Mercator) projection using WGS84 radius.
-
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.
-