类 AzimuthalProjection

    • 字段详细资料

      • NORTH_POLE

        public static final int NORTH_POLE
        另请参阅:
        常量字段值
      • SOUTH_POLE

        public static final int SOUTH_POLE
        另请参阅:
        常量字段值
      • mode

        protected int mode
      • sinphi0

        protected double sinphi0
      • cosphi0

        protected double cosphi0
    • 构造器详细资料

      • AzimuthalProjection

        public AzimuthalProjection()
      • AzimuthalProjection

        public AzimuthalProjection​(double projectionLatitude,
                                   double projectionLongitude)
    • 方法详细资料

      • 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
      • inside

        public boolean inside​(double lon,
                              double lat)
        从类复制的说明: Projection
        Returns true if the given lat/long point is visible in this projection
        覆盖:
        inside 在类中 Projection
      • setMapRadius

        public void setMapRadius​(double mapRadius)
        Set the map radius (in degrees). 180 shows a hemisphere, 360 shows the whole globe.
      • getMapRadius

        public double getMapRadius()