Class TileBox

java.lang.Object
com.geodesk.core.TileBox

public class TileBox extends Object
  • Field Details

    • topLeft

      protected int topLeft
    • bottomRight

      protected int bottomRight
  • Constructor Details

    • TileBox

      public TileBox()
  • Method Details

    • width

      public final int width()
    • height

      public final int height()
    • left

      public int left()
    • top

      public int top()
    • right

      public int right()
    • bottom

      public int bottom()
    • size

      public int size()
    • zoom

      public int zoom()
    • zoomOut

      public void zoomOut(int newZoom)
    • expandToInclude

      public void expandToInclude(int tile)
    • clear

      public void clear()
    • forEach

      public void forEach(IntConsumer func)