Class TileOnWindow

    • Field Summary

      Fields

      Modifier and Type Field and Description
      int dx
       
      int dy
       
      • Fields inherited from class de.topobyte.jeography.core.Tile

        SIZE
    • Constructor Summary

      Constructors

      Constructor and Description
      TileOnWindow(int zoom, int tx, int ty, int dx, int dy)
      Create new TileOnWindow instance.
    • Field Detail

      • dx

        public int dx
      • dy

        public int dy
    • Constructor Detail

      • TileOnWindow

        public TileOnWindow(int zoom,
                            int tx,
                            int ty,
                            int dx,
                            int dy)
        Create new TileOnWindow instance.
        Parameters:
        zoom - the zoomlevel.
        tx - the x coordinate.
        ty - the y coordinate.
        dx - x offset of the tile on the window.
        dy - y offset of the tile on the window.
    • Method Detail

      • getDX

        public int getDX()
        Returns:
        the offset of the tile in the window.
      • getDY

        public int getDY()
        Returns:
        the offset of the tile in the window.