public class ContourList extends WWObjectImpl implements Combinable
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<java.lang.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(java.lang.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) |
java.lang.Iterable<? extends LatLon> |
getContour(int index) |
int |
getContourCount() |
Sector |
getSector() |
void |
removeAllContours() |
void |
setContour(int index,
java.lang.Iterable<? extends LatLon> contour) |
onMessage, propertyChange
addPropertyChangeListener, 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, setValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
protected java.util.ArrayList<java.lang.Iterable<? extends LatLon>> contours
protected Sector sector
public ContourList()
public ContourList(ContourList that)
public void addAllContours(ContourList that)
public void addContour(java.lang.Iterable<? extends LatLon> contour)
public void combine(CombineContext cc)
combine
in interface Combinable
cc
- the CombineContext to be used.CombineContext
protected void combineBounds(CombineContext cc)
protected void combineContours(CombineContext cc)
protected void computeSector()
protected void doCombineContours(CombineContext cc)
public java.lang.Iterable<? extends LatLon> getContour(int index)
public int getContourCount()
public Sector getSector()
public void removeAllContours()
public void setContour(int index, java.lang.Iterable<? extends LatLon> contour)