Regenerate the projection map by unsetting and getting the projection map
()
| 148 | * Regenerate the projection map by unsetting and getting the projection map |
| 149 | */ |
| 150 | public ProjectionMap regenerateProjectionMap() { |
| 151 | unsetProjectionMap(); |
| 152 | return getProjectionMap(); |
| 153 | } |
| 154 | |
| 155 | |
| 156 | /** |
no test coverage detected