Class LongLatProjection

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

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

      • LongLatProjection

        public LongLatProjection()
    • Method Detail

      • 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 java.lang.Boolean isGeographic()
        Description copied from class: Projection
        Is this "projection" longlat? Overridden in LongLatProjection.
        Overrides:
        isGeographic in class Projection