Class LongLatProjection

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

public class LongLatProjection extends Projection
A "projection" for geodetic coordinates in Decimal Degrees.
See Also:
  • Constructor Details

    • LongLatProjection

      public LongLatProjection()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Projection
    • initialize

      public void initialize()
      Description copied from class: Projection
      Initialize the projection. This should be called after setting parameters and before using the projection. This is for performance reasons as initialization may be expensive.
      Overrides:
      initialize in class Projection
    • isGeographic

      public Boolean isGeographic()
      Description copied from class: Projection
      Is this "projection" longlat? Overridden in LongLatProjection.
      Overrides:
      isGeographic in class Projection