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, 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 Sector sector
public ContourList()
public ContourList(ContourList that)
public void addAllContours(ContourList that)
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 int getContourCount()
public Sector getSector()
public void removeAllContours()