Class MGRSGraticuleLayer

    • Constructor Detail

      • MGRSGraticuleLayer

        public MGRSGraticuleLayer()
        Creates a new MGRSGraticuleLayer, with default graticule attributes.
    • Method Detail

      • getMaximumGraticuleResolution

        public java.lang.String getMaximumGraticuleResolution()
        Returns the maxiumum resolution graticule that will be rendered, or null if no graticules will be rendered. By default, all graticules are rendered, and this will return GRATICULE_1M.
        Returns:
        maximum resolution rendered.
      • setMaximumGraticuleResolution

        public void setMaximumGraticuleResolution​(java.lang.String graticuleType)
        Sets the maxiumum resolution graticule that will be rendered.
        Parameters:
        graticuleType - one of GRATICULE_MGRS_OVERVIEW, GRATICULE_MGRS_GRID_ZONE, GRATICULE_100000M, GRATICULE_10000M, GRATICULE_1000M, GRATICULE_100M, GRATICULE_10M, or GRATICULE_1M.