|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.project.ui.ProjectUtil
public class ProjectUtil
Starting place to add various helper methods to deal with project model.
Constructor Summary | |
---|---|
ProjectUtil()
|
Method Summary | |
---|---|
static java.util.List<IGeoResource> |
cleanDuplicateGeoResources(java.util.Collection<IGeoResource> geoResources,
IMap map)
Checks the list of IGeoResource s from the resources list whether there are
already layers in map from these georesources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectUtil()
Method Detail |
---|
public static java.util.List<IGeoResource> cleanDuplicateGeoResources(java.util.Collection<IGeoResource> geoResources, IMap map)
IGeoResource
s from the resources
list whether there are
already layers in map
from these georesources.
This utility method is used during adding new layers to the map to avoid diplicating the layers from the same georesource.
map
- geoResources
-
map
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |