类 UniversalTransverseMercatorProjection

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

    public class UniversalTransverseMercatorProjection
    extends TransverseMercatorProjection
    作者:
    yaqiang
    • 构造器详细资料

      • UniversalTransverseMercatorProjection

        public UniversalTransverseMercatorProjection()
    • 方法详细资料

      • 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 在类中 TransverseMercatorProjection