类 NullProjection

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

    public class NullProjection
    extends Projection
    A projection which does nothing. Use this for drawing non-geographical overlays.
    • 构造器详细资料

      • NullProjection

        public NullProjection()
    • 方法详细资料

      • project

        public ProjCoordinate project​(ProjCoordinate src,
                                      ProjCoordinate dst)
        从类复制的说明: Projection
        Projects a geographic point (in degrees), producing a projected result (in the units of the target coordinate system).
        覆盖:
        project 在类中 Projection
        参数:
        src - the input geographic coordinate (in degrees)
        dst - the projected coordinate (in coordinate system units)
        返回:
        the target coordinate
      • projectPath

        public java.awt.Shape projectPath​(java.awt.Shape path,
                                          java.awt.geom.AffineTransform t,
                                          boolean filled)
      • getBoundingShape

        public java.awt.Shape getBoundingShape()
      • isRectilinear

        public boolean isRectilinear()
        从类复制的说明: Projection
        Tests whether under this projection lines of latitude and longitude form a rectangular grid
        覆盖:
        isRectilinear 在类中 Projection