public interface Tessellator extends WWObject
Modifier and Type | Method and Description |
---|---|
long |
getUpdateFrequency()
Indicates the maximum amount of time that may elapse between re-tessellation.
|
boolean |
isMakeTileSkirts()
Indicates whether the tessellator creates "skirts" around the tiles in order to hide gaps between adjacent tiles
with differing tessellations.
|
void |
setMakeTileSkirts(boolean makeTileSkirts)
Specifies whether the tessellator creates "skirts" around the tiles in order to hide gaps between adjacent tiles
with differing tessellations.
|
void |
setUpdateFrequency(long updateFrequency)
Indicates the maximum amount of time that may elapse between re-tessellation.
|
SectorGeometryList |
tessellate(DrawContext dc)
Tessellate a globe for the currently visible region.
|
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
propertyChange
onMessage
long getUpdateFrequency()
boolean isMakeTileSkirts()
void setMakeTileSkirts(boolean makeTileSkirts)
makeTileSkirts
- true if skirts are created, otherwise false.void setUpdateFrequency(long updateFrequency)
updateFrequency
- the update frequency, in milliseconds.SectorGeometryList tessellate(DrawContext dc)
dc
- the current draw context.IllegalStateException
- if the globe has no tessellator and a default tessellator cannot be created.