public class ContourList extends WWObjectImpl implements Combinable
| Modifier and Type | Field and Description | 
|---|---|
| protected ArrayList<Iterable<? extends LatLon>> | contours | 
| protected Sector | sector | 
| Constructor and Description | 
|---|
| ContourList() | 
| ContourList(ContourList that) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addAllContours(ContourList that) | 
| void | addContour(Iterable<? extends LatLon> contour) | 
| void | combine(CombineContext cc)Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext. | 
| protected void | combineBounds(CombineContext cc) | 
| protected void | combineContours(CombineContext cc) | 
| protected void | computeSector() | 
| protected void | doCombineContours(CombineContext cc) | 
| Iterable<? extends LatLon> | getContour(int index) | 
| int | getContourCount() | 
| Sector | getSector() | 
| void | removeAllContours() | 
| void | setContour(int index,
          Iterable<? extends LatLon> contour) | 
onMessage, propertyChangeaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesprotected Sector sector
public ContourList()
public ContourList(ContourList that)
public void addAllContours(ContourList that)
public void combine(CombineContext cc)
combine in interface Combinablecc - the CombineContext to be used.CombineContextprotected void combineBounds(CombineContext cc)
protected void combineContours(CombineContext cc)
protected void computeSector()
protected void doCombineContours(CombineContext cc)
public int getContourCount()
public Sector getSector()
public void removeAllContours()