类 LongLatProjection

  • 所有已实现的接口:
    java.lang.Cloneable

    public class LongLatProjection
    extends Projection
    A "projection" for geodetic coordinates in Decimal Degrees.
    • 构造器详细资料

      • LongLatProjection

        public LongLatProjection()
    • 方法详细资料

      • initialize

        public void initialize()
        从类复制的说明: 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.
        覆盖:
        initialize 在类中 Projection