Class Map


  • public class Map
    extends Object
    ???
    Version:
    $Revision$
    Author:
    dale (dale at waikato dot ac dot nz)
    • Field Detail

      • m_googleZoom

        protected int m_googleZoom
      • m_x_pixels

        protected int m_x_pixels
      • m_y_pixels

        protected int m_y_pixels
      • centre_x

        protected int centre_x
      • centre_y

        protected int centre_y
      • m_scale

        protected int m_scale
      • m_mapImage

        protected Image m_mapImage
    • Constructor Detail

      • Map

        public Map()
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • setWidthHeight

        protected void setWidthHeight​(int width,
                                      int height)
      • setMapType

        protected void setMapType​(Map.MapType maptype)
      • generateMapImage

        protected boolean generateMapImage()
      • setZoom

        public void setZoom()
      • displayToCoordinate

        public static AbstractGPS displayToCoordinate​(adams.data.filter.AbstractDerivative.Point point,
                                                      int zoom)
      • rad_deg

        protected static double rad_deg​(double p)
      • AbstractGPSToRawPixel

        public adams.data.filter.AbstractDerivative.Point AbstractGPSToRawPixel​(AbstractGPS gps)
      • GPSToPixel

        public adams.data.filter.AbstractDerivative.Point GPSToPixel​(AbstractGPS gps,
                                                                     int imgX,
                                                                     int imgY)
      • generateGoogleURL

        public String generateGoogleURL()
      • getMapImage

        public Image getMapImage()
      • getBufferedMapImage

        public BufferedImage getBufferedMapImage()