NASA World Wind

gov.nasa.worldwind.applications.glider
Class GliderRegionOfInterest.RegionSet

java.lang.Object
  extended by 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.


Field Summary
 Set<GliderRegionOfInterest> regions
          The unmodifiable list of regions.
 
Constructor Summary
GliderRegionOfInterest.RegionSet(Set<GliderRegionOfInterest> regions)
          Create a region set
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

regions

public final Set<GliderRegionOfInterest> regions
The unmodifiable list of regions.

Constructor Detail

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.

NASA World Wind