类 HammerProjection

    • 构造器详细资料

      • HammerProjection

        public HammerProjection()
    • 方法详细资料

      • project

        public ProjCoordinate project​(double lplam,
                                      double lpphi,
                                      ProjCoordinate xy)
        从类复制的说明: Projection
        Computes the projection of a given point (i.e. from geographics to projection space). This should be overridden for all projections.
        覆盖:
        project 在类中 Projection
        参数:
        lplam - the geographic x ordinate (in radians)
        lpphi - the geographic y ordinatee (in radians)
        xy - the projected coordinate (in coordinate system units)
        返回:
        the target coordinate
      • 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
      • isEqualArea

        public boolean isEqualArea()
        Returns true if this projection is equal area
        覆盖:
        isEqualArea 在类中 Projection
        返回:
        true if this projection is equal-area
      • setW

        public void setW​(double w)
      • getW

        public double getW()
      • setM

        public void setM​(double m)
      • getM

        public double getM()