Class LongLatProjection



  • public class LongLatProjection
    extends Projection
    A "projection" for geodetic coordinates in Decimal Degrees.
    • Constructor Detail

      • LongLatProjection

        public LongLatProjection​()
    • Method Detail

      • toString

        public java.lang.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