Class UTMBaseGraticuleLayer.SquareGrid

  • Enclosing class:
    UTMBaseGraticuleLayer

    protected class UTMBaseGraticuleLayer.SquareGrid
    extends java.lang.Object
    Represent a square 10x10 grid and recursive tree in easting/northing coordinates
    • Constructor Detail

      • SquareGrid

        public SquareGrid​(int UTMZone,
                          java.lang.String hemisphere,
                          Sector UTMZoneSector,
                          double SWEasting,
                          double SWNorthing,
                          double size)
    • Method Detail

      • isInView

        public boolean isInView​(DrawContext dc)
      • clearRenderables

        public void clearRenderables()
      • createSubGrids

        public void createSubGrids()
      • createRenderables

        public void createRenderables()