gov.nasa.worldwind.applications.glider
Class GliderRegionOfInterest.RegionSet
java.lang.Object
gov.nasa.worldwind.applications.glider.GliderRegionOfInterest.RegionSet
- Enclosing class:
- GliderRegionOfInterest
public static class GliderRegionOfInterest.RegionSet
- extends Object
A class to encapsulate an unmodifiable list of regions, useful when region lists are passed as properties.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
regions
public final Set<GliderRegionOfInterest> regions
- The unmodifiable list of regions.
GliderRegionOfInterest.RegionSet
public GliderRegionOfInterest.RegionSet(Set<GliderRegionOfInterest> regions)
- Create a region set
- Parameters:
regions
- the regions to include in the set.
- Throws:
IllegalArgumentException
- if regions
is null.