The rule is, if any of the following properties differ: {@link #getBounds()}, {@link #isTopLeftAligned()}, {@link #getTileHeight()}, {@link #getTileWidth()}, {@link #getSrs()}, OR none of the previously mentiond properties differ and {@link #getGrids()} are different, except if both the grids of {@code another} are a supersetof the grids of this gridset (i.e. they are all the same but {@code another} just has morezoom levels}.
@param oldGridSet @param another @return {@code true} if
|
|