protected static class AbstractAirspace.AirspaceInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected Extent |
extent |
protected double |
eyeDistance |
protected Object |
globeStateKey |
protected List<Vec4> |
minimalGeometry |
protected double |
verticalExaggeration |
Constructor and Description |
---|
AirspaceInfo(DrawContext dc,
Extent extent,
List<Vec4> minimalGeometry) |
Modifier and Type | Method and Description |
---|---|
double |
getEyeDistance() |
boolean |
isValid(DrawContext dc) |
void |
setEyeDistance(double eyeDistance) |
protected Extent extent
protected double eyeDistance
protected Object globeStateKey
protected double verticalExaggeration
public AirspaceInfo(DrawContext dc, Extent extent, List<Vec4> minimalGeometry)
public double getEyeDistance()
public boolean isValid(DrawContext dc)
public void setEyeDistance(double eyeDistance)